Evan Hubinger

Results 136 comments of Evan Hubinger

@sakalouski Also, if you could try updating your bbopt to 0.4.2 (`pip install -U bbopt`) and let me know what the error message you get then is, that would be...

Sorry, #4 is a very old issue and I don't think it's very clear what it's proposing (in fact I think it might predate the addition of infix functions). #4...

Thanks; glad to hear it!

@tbsexton Seems like a good plan, and probably best to have it in its own repository. I'd also be happy to maintain a Coconut language server once it exists—especially if...

One place to start on this could be to wrap [this Python language server implementation](https://github.com/palantir/python-language-server) by adding a compilation step to incoming requests and modifying outgoing responses to convert from...

Currently, pattern-matching functions always use late-bound defaults, which is a bug right now, but could be turned into a feature to help support this.

@kloczek Those tests are really not meant to be run outside of Coconut's continuous integration runs, especially since they take a lot of time to run (running the whole test...

@kloczek Well, if you want to get them to succeed, you're going to have to follow [the same pipeline that Coconut's continuous integration tests use](https://github.com/evhub/coconut/blob/master/.github/workflows/run-tests.yml), which means running `make install...

No, there are no plans to update Coconut to `pyparsing>=3`. There are not really any benefits to updating Coconut to the newest `pyparsing`, since Coconut should whenever possible be run...