robz

Results 7 comments of robz

Here is a similar topic I'd be happy to present on. It's a bit more basic than what you described above, but could be a good stepping stone towards more...

@dannybtran Thanks so much for making this issue and explaining what you did. It inspired me to do a similar experiment with my own wavenet implementation in pytorch. Training data...

Disabling declarations like "x = 3" within ternaries is required for Hack, since they removed "assignments-as-expressions" from the language. I believe I added the flag to retain jsoo's prior behavior...

@prometheansacrifice this is really cool, and would be very useful for debugging! Would you like to rebase?

I probably won't get to it in the next couple weeks, unless I encounter another difficult bug to fix. If I start I'll comment here

I believe this is just a warning, since I can successfully use the compiler after running esy. I haven't found a good way to get the dune dependency tree, but...

Here are a few more from Hack: https://docs.hhvm.com/hack/classes/methods-with-predefined-semantics ``` __dispose | Performs object-cleanup __disposeAsync | Performs object-cleanup __toString | Returns a string representation of the instance on which it is...