Jani Tiainen

Results 15 comments of Jani Tiainen

There exists excellent pyparsing library to do text file parsing (I have written couple of interpreters with that). Maybe trying to make gdscript parsing library with using that? I could...

That's why I have used pyparsing numerous times for parsing. You can build easily any kind of text parsers with pythonic BNF like format. And then do what ever you...

This issue seems to be still outstanding after a year. Is there any plans to merge this to master?

Since we do have great need for this feature I made it optional through options setting. So in order to preserve original field value it must be explicitly be done...

Apparently this issue is still open and persistent. Was there ever a release that fixed this?

I got the impression that tox stops the execution from the docs: http://tox.readthedocs.io/en/latest/config.html#confval-ignore_errors=True|False(default) So maybe it's just matter of clarify in the documentation that only current environment execution is aborted,...

Last paragraph states: >Tox >= 2.0 will abort on an error by default, which is safer and more typical of CI and command >execution tools, as it doesn’t make sense...

I probably would consider pybind11 instead swig. Slightly more modern solution. ti 25. toukok. 2021 klo 15.41 Shakeeb Alireza ***@***.***> kirjoitti: > I have asked for advice on this issue...

I actually have wrapped part of libavoid with pybind11. Wasn't much of a work.

You can do that with emscripten. I did that for fun years ago. to 11. helmik. 2021 klo 16.56 Philip Langer kirjoitti: > I'd be very interested in using the...