This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/13721] local variable name collision


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]