[Bug tapsets/13721] local variable name collision

jistone at redhat dot com sourceware-bugzilla@sourceware.org
Wed Feb 29 03:02:00 GMT 2012


http://sourceware.org/bugzilla/show_bug.cgi?id=13721

--- Comment #6 from Josh Stone <jistone at redhat dot com> 2012-02-29 03:02:38 UTC ---
I discovered that bug #10799 and commit 2e526da intended to solve (or at least
notify about) this very issue.  However, the testcase here was failing on the
arity mismatch before this warning was ever checked.  I just pushed commit
2a7153bf to reorder this, so now you'll get a "WARNING: cross-file global
variable reference" at least before the arity stuff.

The idea of reduced global scope may be as simple as turning that warning into
an error, although that would also make cross-tapset access fail.  (Do we
care?)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Systemtap mailing list