Peter Melnichenko
Peter Melnichenko
Looks like an error when decoding compiler output, what does `cl` command output after initializing VS17? I'll add `vs17` target, need to check what registry keys VS17 uses.
I've fixed the encoding issue on master branch I hope, can you try it? (Set up variables first) I'll research the COM option in the post you linked, it's not...
Updated on master branch but something is broken on Windows with executable scripts installed by LR, needs investigation.
@guyzmo @avaicode sorry for lack of review on this. @guyzmo I would prefer if this feature was opt-in, mostly because I want default behaviour to be as close to standard...
@guyzmo I can not really get into this to fix the PR right now. If you could, please fix some issues: * On Windows `so_file` is set to `None` but...
This is a good idea. Python's argparse accepts any value that has `in` operator as `choices` parameter, but in Lua it makes sense to support only arrays, at first at...
This looks interesting, thanks! I'll check this out but probably only after 0.7.0 is released with Windows support if you don't mind.
@starius do you plan to update this? I'm fine with supporting only Linux for now.
I've sent a PR with some updates to your fork.
Something like this should work currently: ```lua parser:flag "--verbose" parser:flag "--noverbose" :target "verbose" :action "store_false" ``` It's a little, uh, verbose this way though, and there are still two descriptions,...