Thread overview
[Issue 24431] dmd -vcg-ast crashes printing failed template instantiation
[Issue 24431] dmd -vcg-ast crashes
Mar 12
RazvanN
Mar 12
Dāvis
Oct 03
Dennis
Oct 03
Dlang Bot
Oct 03
Dlang Bot
Oct 07
Dlang Bot
5 days ago
Dlang Bot
March 12
https://issues.dlang.org/show_bug.cgi?id=24431

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Unfortunately, there is little we can do to fix this if a test case is not provided. If you cannot reduce it, giving the full content of program.d still is better than nothing.

--
March 12
https://issues.dlang.org/show_bug.cgi?id=24431

--- Comment #2 from Dāvis <davispuh@gmail.com> ---
I narrowed it down to this:

```
import std.algorithm.iteration;

void main() {
    splitter("test", '\n');
}
```

--
October 03
https://issues.dlang.org/show_bug.cgi?id=24431

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel@live.nl
           Hardware|x86_64                      |All
            Summary|dmd -vcg-ast crashes        |dmd -vcg-ast crashes
                   |                            |printing failed template
                   |                            |instantiation
                 OS|Linux                       |All

--
October 03
https://issues.dlang.org/show_bug.cgi?id=24431

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #16916 "Fix bugzilla 24431 - dmd -vcg-ast crashes printing failed template in…" fixing this issue:

- Fix bugzilla 24431 - dmd -vcg-ast crashes printing failed template instantiation

https://github.com/dlang/dmd/pull/16916

--
October 03
https://issues.dlang.org/show_bug.cgi?id=24431

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16916 "Fix bugzilla 24431 - dmd -vcg-ast crashes printing failed template in…" was merged into stable:

- c7d7ad0fa8d99839103de49bfa59138940cc7746 by Dennis Korpel:
  Fix bugzilla 24431 - dmd -vcg-ast crashes printing failed template
instantiation

https://github.com/dlang/dmd/pull/16916

--
October 07
https://issues.dlang.org/show_bug.cgi?id=24431

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16967 "Rebase stable6" was merged into master:

- 7129068b0eb7d95aac4e17aced4262888da7bfe5 by Dennis:
  Fix bugzilla 24431 - dmd -vcg-ast crashes printing failed template in…
(#16916)

https://github.com/dlang/dmd/pull/16967

--
5 days ago
https://issues.dlang.org/show_bug.cgi?id=24431

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #17069 "Merge stable" was merged into master:

- 3f48f53e2784c4bab812469f428eb65653035fcf by Dennis:
  Fix bugzilla 24431 - dmd -vcg-ast crashes printing failed template in…
(#16916)

https://github.com/dlang/dmd/pull/17069

--