Hejsil / zig-clap

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

update for latest zig #12

Closed ghost closed 4 years ago

Hejsil commented 4 years ago

Hmm. I would like the merge this, but all my projects are currently targeting Zig 0.5.0. Maybe I can configure my sub modules in a way so that they target a certain branch, so that when I update, I don't get these changes.

ghost commented 4 years ago

Or it could be the other way around, make a new branch for bleeding-edge stuff? I could target the MR to that branch.

For now, I'm using my own fork of zig-clap for my submodules, so I'm not blocked or anything.

Hejsil commented 4 years ago

zig-master branch sounds like a good idea :)