Hejsil / zig-clap

Command line argument parsing library
MIT License
939 stars 67 forks source link

Seems you have crashed the compiler. A way to work around this is to use the stage1 compiler. This is done by either passing `-fstage1` to `zig build-exe` or setting the `exe.stage1` field to `true` in your `build.zig` file. #85

Closed khaledbkheet closed 1 year ago

khaledbkheet commented 1 year ago
    Seems you have crashed the compiler. A way to work around this is to use the stage1 compiler. This is done by either passing `-fstage1` to `zig build-exe` or setting the `exe.stage1` field to `true` in your `build.zig` file.

I'll have a look around to see if the has been reported to zig

Originally posted by @Hejsil in https://github.com/Hejsil/zig-clap/issues/84#issuecomment-1328310834

Hejsil commented 1 year ago

I'm confused. Why did you open an issue which is just a copy paste of a comment I made?

Hejsil commented 1 year ago

Please comment on #84 if there is something related you wonna share. I'll close this