Opened 16 years ago
Closed 15 years ago
#721 closed Bugs (fixed)
Generated files "@()" don't work in regular expressions.
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 )
@() 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 (2)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|---|
Milestone: | → Boost.Jam 3.1.15 |
Severity: | → Showstopper |
Version: | None → Boost.Jam 3.1.14 |
comment:2 by , 15 years ago
Resolution: | None → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [39330]) Implement @() expansion during parse phase. (fixes #721)