Vasilis Themelis

Results 69 comments of Vasilis Themelis

What exactly are the semantics of the `python-version` argument in the action `uses` invocation? Am I right to expect that ``` - uses: conda-incubator/setup-miniconda@main with: python-version: 3.9 ``` is going...

Not being able to type recursive types seems like a big regression? I thought this used to be possible in pyre. I stumbled upon this today at work and I'm...

This may be due to an incomplete build of `errpy`. See: https://github.com/facebook/errpy/issues/4

I added a first PR for this here: https://github.com/facebook/errpy/pull/5 I'm not sure if this is the right approach for distribution of the binaries but it's a first step. It solves...

Added this issue to LWT for my second error: https://github.com/ocsigen/lwt/issues/999 I'm not sure if this is macOS specific.

The above was a red-herring. I managed to build this library as bytecode and once https://github.com/grievejia/pyre-ast/pull/7 and https://github.com/facebook/errpy/pull/5 are done I will add a PR to fix this library as...

Update on this, I managed to run the debugger and it's fairly useful. The issue that I have is that sometimes it might just crash with a segfault (probably related...

@brendanlong, are you happy to merge this? Having this library available in newer versions of OCaml is very useful as 4.07 isn't compatible with native arm64 in macOS.

Can we merge #13 now? It would be nice to be able to use this with newer versions of OCaml.

@jasontatton, for some more context, this was needed to be able to run pyre in ocamldebug. I added some instruction on how to do that here: https://github.com/facebook/pyre-check/issues/762 I have to...