STR-251: Dependent dynamic rules not compatible with separate compilation
The generation of multiple definitions of dr-undefine(|dep) in
lift-dynamic-rules.str and dynamic-rules-utils.str is not compatible
with the current implementation of separate compilation, which does
not allow overloading of external definitions.To work around this issue, libstrategolib is currently compiled with
Submitted on 7 February 2005 at 08:29
–dr old.
Issue Log
On 21 July 2005 at 14:56 Jira commented:
STR-251, visser:
The `call from name’ feature is a more general solution to this problem.
On 9 August 2005 at 11:40 Jira commented:
STR-251, visser:
Should be solved; only a test in strc-core/spec/test1 is needed
On 11 August 2005 at 12:32 Jira commented:
STR-251, rbvermaa:
see test83
On 4 September 2005 at 22:52 Jira commented:
STR-251, visser:
Fixed by means of dynamic call strategies
Log in to post comments