Thread overview
[Issue 20557] Spec does not allow StringPostfix after DelimitedString or TokenString while implementation does
Jul 10, 2021
Dennis
Jul 10, 2021
Dlang Bot
Jul 10, 2021
Dlang Bot
July 10, 2021
https://issues.dlang.org/show_bug.cgi?id=20557

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Spec does not allow         |Spec does not allow
                   |StringPostfix after         |StringPostfix after
                   |DbehindelimitedString or    |DelimitedString or
                   |TokenString while           |TokenString while
                   |implementation does         |implementation does

--
July 10, 2021
https://issues.dlang.org/show_bug.cgi?id=20557

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dlang.org pull request #3061 "Fix issue 20557 - add StringPostfix after DelimitedString and TokenString" fixing this issue:

- fix issue 20557 - add StringPostfix after DelimitedString and TokenString

  The spec does not allow StringPostfix after DelimitedString or TokenString
while implementation does

https://github.com/dlang/dlang.org/pull/3061

--
July 10, 2021
https://issues.dlang.org/show_bug.cgi?id=20557

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dlang.org pull request #3061 "Fix issue 20557 - add StringPostfix after DelimitedString and TokenString" was merged into master:

- 08e5c19fd5cceeb3c75934d810df924862edfe83 by dkorpel:
  fix issue 20557 - add StringPostfix after DelimitedString and TokenString

  The spec does not allow StringPostfix after DelimitedString or TokenString
while implementation does

https://github.com/dlang/dlang.org/pull/3061

--