Alex

Results 145 comments of Alex

@stereodenis Nothing new yet. https://github.com/bucaran/fly/issues/120 is still open and I have a lack of time to switch to some other build system. Hope `fly` will be fixed soon.

@stereodenis Thanks for heads up! I'll check it out this weekend :+1:

@stereodenis This weekend)

@stereodenis @inchr Guys, I pushed everything I had on local, and tested new `fly` yesterday, but [the issue](https://github.com/bucaran/fly/issues/120) wasn't resolved. If it's not gonna be fixed anytime soon, I'll try...

@stereodenis @inchr I fixed all critical stuff in generator and it'd be cool if you'll try it out. Nevertheless, while I was fixing the things, there was a bunch of...

@stereodenis Looks like you don't have `rvm` installed: https://gist.github.com/stereodenis/9d39cd098291bf4ba8f9#file-gistfile1-txt-L1421

@stereodenis Nope, it's written for `rvm`.

@EduardoRFS There is an issue for this as well 😃 https://github.com/facebook/reason/issues/2300

Bumping this issue. Refmt messes `ppxlib` extensions badly: ```reason [%expr switch (x) { | "" => 0 | _ => 1 } ] ``` becomes ```reason switch%expr (x) { |...

FWIW in the initial case there is a syntax error, so this behavior breaks code.