mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This works, except when you launch it in -parse-stdlib mode, where running that expression fails, because Swift.Void wasn't pulled in, and that failure causes the REPL to quit This patch passes down the -parse-stdlib flag to the REPL initialization code, such that it does not try to run any warm up code in -parse-stdlib mode Swift SVN r15968