Re: [Boost-bugs] [Boost C++ Libraries] #721: Generated files "@()" don't work in regular expressions.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #721: Generated files "@()" don't work in regular expressions.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-05-22 16:55:07


#721: Generated files "@()" don't work in regular expressions.
-------------------------------+--------------------------------------------
  Reporter: grafik | Owner: grafik
      Type: Bugs | Status: assigned
 Milestone: Boost.Jam 3.1.15 | Component: bjam
   Version: Boost.Jam 3.1.14 | Severity: Showstopper
Resolution: None | Keywords:
-------------------------------+--------------------------------------------
Changes (by grafik):

  * severity: => Showstopper
  * version: None => Boost.Jam 3.1.14
  * milestone: => Boost.Jam 3.1.15

Old description:

> {{{
> @() 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") ;
> }}}

New description:

 {{{
 @() 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") ;
 }}}

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/721#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:55 UTC