Anthony Latsis
Anthony Latsis
@jansorg The language reference is maintained in the https://github.com/apple/swift-book repository. @hamishknight Please transfer this issue.
cc @ahoppen
@ahoppen Should we start transferring parser recovery issues like these to swift-syntax?
> Yes, we should track them in the swift-syntax repo Here are some more: apple/swift-syntax#2196, apple/swift-syntax#2204, apple/swift-syntax#2198.
``` Assertion failed: (SGF.B.hasValidInsertionPoint() && "changing cleanup state at invalid IP"), function setCleanupState, file Cleanup.cpp, line 261. Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace. Stack dump:...
Tested with 23e2f345b51.
@swift-ci please smoke test
It seems like `--bootstrapping=off` is no longer a valid option (or it should cause building of the `Backtracing` module to be skipped if possible).
cc @ahoppen In case this also applies to the new parser.
> Which version are you using? @mickeyl At the risk of stating the obvious, Swift compiler stack dumps like the one above include the compiler version (and revision if it...