Ticket #4 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Scope resolution bug

Reported by: steve Assigned to: 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

.2 (0 bytes) - added by steve on 01/03/05 17:41:45.
airspeed-scope-resolution-2005-03-01-ak.patch (467 bytes) - added by steve on 01/03/05 17:41:59.

Change History

01/03/05 17:41:45 changed by steve

  • attachment .2 added.

01/03/05 17:41:59 changed by steve

  • attachment airspeed-scope-resolution-2005-03-01-ak.patch added.

01/03/05 17:44:18 changed by steve

  • summary changed from Scope resolution bug to [PATCH] Scope resolution bug.

05/03/05 18:21:42 changed by steve

  • status changed from new to closed.
  • resolution set to fixed.