Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2006-08-28 15:41:16


Patches item #1538176, was opened at 2006-08-10 11:19
Message generated for change (Settings changed) made by grafik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1538176&group_id=7586

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Yakov Markovitch (markovitch)
Assigned to: Rene Rivera (grafik)
Summary: VARNAMES bjam rule doesn't work for global module

Initial Comment:
VARNAMES bjam rule always returns empty list for the
global module.
This is due to the fact that builtin_varnames relies
upon module_t::variables struct member being not NULL
if there are variables in the module, which is wrong
for the "currently running module" (i.e.
frame->module->variables is _always_ NULL). This is due
to the way enter_module() and var_hash_swap() work.
Since builtin_varnames() always runs in the global
module context, global module's 'variables' member is
always NULL when builtin_varnames() is called.

The proposed patch fixes this bug.

----------------------------------------------------------------------

Comment By: Rene Rivera (grafik)
Date: 2006-08-28 14:40

Message:
Logged In: YES
user_id=33595

Applied... Thanks for the patch :-)

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1538176&group_id=7586

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk