Komari Spaghetti
Komari Spaghetti
Btw, just ping me when you feel the code is ready for another review. I'll then take a look and get this merged.
I'll expand on this a little. The current way you do this, is something like this: ```zig const option = args.args.option orelse fatal("Missing argument `--option`"); ``` I think this is...
> I'll light some examples, which would you prefer? Geeh, don't really like any of them, but if we really wanted to pick one, then it should at least be...
@voroskoi Yep, that looks good to me :+1:
Aah, ok that accept might have been a little hasty. Looking into what tends to be done here I've found out the following. Programs tends to define `Usage` and `Options`...
Hmm. I don't see a compiler error. I suspect a compiler crash. Is this the same as https://github.com/Hejsil/zig-clap/issues/84 ?
Seems to be fixed with the latest version of zig
So the randomizer could change the Pokémons level in route 1? So people could hit a lvl 100 ratata? Sure, this is possible and probably pretty easy to add.
It was discussed in #676, that we could allow `_` as a name in structs which could be used for padding and such. That, together with zero sized types, could...
@thejoshwolfe I agree that intent is not clear. I'd say, if we're going to have tags as a language feature, then it should not use strings. * Libraries could end...