Thread overview
[Issue 12687] std.regex must be made available at compile time
May 01, 2014
Dmitry Olshansky
May 01, 2014
Jeroen Bollen
Aug 25, 2017
Dmitry Olshansky
Sep 08, 2017
Dmitry Olshansky
Nov 03, 2020
Jack Stouffer
Aug 22, 2021
Paul Backus
Dec 17, 2022
Iain Buclaw
May 01, 2014
https://issues.dlang.org/show_bug.cgi?id=12687

Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.olsh@gmail.com

--- Comment #1 from Dmitry Olshansky <dmitry.olsh@gmail.com> ---
Need specifics. You mean match/replace/splitter?

--
May 01, 2014
https://issues.dlang.org/show_bug.cgi?id=12687

monarchdodra@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monarchdodra@gmail.com

--- Comment #2 from monarchdodra@gmail.com ---
(In reply to Dmitry Olshansky from comment #1)
> Need specifics. You mean match/replace/splitter?

I think he means that basically, any function that uses run-time regex, should still be evaluable in a CTFE context.

--
May 01, 2014
https://issues.dlang.org/show_bug.cgi?id=12687

--- Comment #3 from Jeroen Bollen <jbinero@gmail.com> ---
Right now you can do much more at compile time then making a regex object. You should be able to actually use the object as well, either through specific functions or though the ones being used now at runtime.

--
June 10, 2015
https://issues.dlang.org/show_bug.cgi?id=12687

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
August 25, 2017
https://issues.dlang.org/show_bug.cgi?id=12687

Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothee.cour2@gmail.com

--- Comment #4 from Dmitry Olshansky <dmitry.olsh@gmail.com> ---
*** Issue 17070 has been marked as a duplicate of this issue. ***

--
September 08, 2017
https://issues.dlang.org/show_bug.cgi?id=12687

Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |dmitry.olsh@gmail.com

--
November 03, 2020
https://issues.dlang.org/show_bug.cgi?id=12687

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack@jackstouffer.com

--
August 22, 2021
https://issues.dlang.org/show_bug.cgi?id=12687

Paul Backus <snarwin+bugzilla@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nocomentsspb@gmail.com

--- Comment #5 from Paul Backus <snarwin+bugzilla@gmail.com> ---
*** Issue 21405 has been marked as a duplicate of this issue. ***

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=12687

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--