Ticket #4 (closed defect: fixed)
[PATCH] Scope resolution bug
| Reported by: | steve | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | airspeed | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
(From Andreas Klöckner)
here's another patch against Airspeed (current SVN). This one fixes a tricky bug in scope resolution: With the current code, when evaluating $a.b($c), the global namespace at the evaluation of $c becomes $a, instead of the *real* global namespace.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

