Jari Vetoniemi
Jari Vetoniemi
This breaks git submodules completely when ../chck.git is not available. Effectively breaking in-source builds which are useful for development.
All right, I did not know relative urls are relative to the actual remote. This makes sense then. I'll test this later.
This actually breaks your fork, since it tries to clone chck from your github git path, but does not exist there. I think it's better to use git config to...
Yes, this can be possible I guess. It needs to be user graphical (X) session service file. However, I will not do this at the moment. If you want to...
@cremno that makes sense. I'm not that familiar with ruby to begin with. But modelling the real constraints would avoid the problem of people targeting mkxp's implementation and then not...
Fixed formatting.
Because this isn't proper fix. This PR won't be merged I guess? I'm aware of this converting all nils to 0 implicitly. I could alternatively add support for ! syntax...
Another option would be to give rb_get_args a "type error" handler `std::function` where you could try to do conversion yourself, or reject it.
I'd like to enable back var -> const
The use case is not for updating old code but just having the feature in general. I used this for automatic updates, as you can't call zls's autofix without server...