[Bug translator/16019] limit number of similar semantic errors output

siarhei_labyka at epam dot com sourceware-bugzilla@sourceware.org
Wed Oct 23 17:38:00 GMT 2013


https://sourceware.org/bugzilla/show_bug.cgi?id=16019

--- Comment #8 from Siarhei Labyka <siarhei_labyka at epam dot com> ---
Taking into account your vision and my approach, overloading == operator with
sutable fuzzy measure (having strict equivalence as it's special case)  will be
the solution we need. 

The physical sence of that solution will be the following: throw out the part
of chain which comes after a link which is not strong enough. What was proposed
in comment 3 with strict unuquness is what link is considered weak only if it
is completely broken (the distance between strings in multidim space is zero). 

What concerns that fuzzy y measure to implement in the future, it would be
helpful to have here or in another bug other cases which can overflow stderr.

So, to make long story short I'd propose to commit patch in comment 3. This
won't alter explicit tagging, this solves debuginfo issue, this opens way to
other promising solutions including  fuzzy == operator as preferable.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Systemtap mailing list