krageon

Results 15 comments of krageon

The control flows for both seem to involve the three function calls. However, release only ever ldarg.0's, whereas debug does stloc.0 and ldloc.0 before returning. Perhaps modifying whatever generates that...

You might try implementing your workaround (caching before the call) and keeping the original workflow around, then making an test that tests both (and expects a problem on the original...

When I get access to my private keys I will see about uploading a MR that at least fixes the printer - all it really does is replace every case...

This consistently breaks because of ubuntu packaging: https://bugs.launchpad.net/ubuntu/+source/python-debian/+bug/1926870 This is shit, but it would be good if I could at least work around dist-packages having things poetry can't work with....

I have neither of those things set. I'll attempt to create a docker container that has this issue so you can see what goes wrong.

I see it is this https://github.com/python-poetry/poetry/issues/4597#issuecomment-1233290435 this issue. The workaround there works as well.

It actually looks like the results returned here are from a bunch of psysh Matchers - the T_OPEN_TAG is a legitimate hasMatched for (for example) `FunctionsMatcher`, `ClassNamesMatcher` and `ConstantsMatcher`. The...

I made a pull request to fix this.

Cool! I'll close the PR in that case. Perhaps it is a good idea to close this issue as well, to prevent future confusion :) I *am* curious why it's...

Travis will probably fail on old php versions as I run only 7.1 locally, I'll fix that after I have lunch.