Opened 16 years ago

Last modified 15 years ago

#721 closed Bugs (fixed)

Generated files "@()" don't work in regular expressions. — at Version 1

Reported by: René Rivera Owned by: René Rivera
Milestone: Boost.Jam 3.1.15 Component: bjam
Version: Boost.Jam 3.1.14 Severity: Showstopper
Keywords: Cc:

Description (last modified by René Rivera)

@() file creation and substitution should work in
regular variable contexts. For example:

# creates the test.txt file and sets file to "test.txt"
local file = @(test.txt:E=$(test-content)) ;

# equivalent of ECHO, but to the error stream
local unused = @(STDERR:E="this is an error") ;

Change History (1)

comment:1 by René Rivera, 15 years ago

Description: modified (diff)
Milestone: Boost.Jam 3.1.15
Severity: Showstopper
Version: NoneBoost.Jam 3.1.14
Note: See TracTickets for help on using tickets.