-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hangs on code reformat on Mac OS #56
Comments
Not sure how to look into this. Any idea on how to reproduce it? What version of Erlang are you using? |
I uninstalled Erlang Solitions Erlang and reinstalled it from homebrew. I think that I used R16A and R15B03 from Erlang Soutions, Mac OS 64 bit As it does not reproduce anymore, ticket could be closed. Timothy Basanov On Thu, Feb 28, 2013 at 8:35 PM, Roberto Ostinelli <notifications@github.com
|
The same happens here under Ubuntu with R16B from Erlang Solutions. |
Does all the rest of the plugin actually work? Or is it only the code reformat? |
Yes, the rest works just fine. Only formatting seems to have problem under Erlang Solution's R15 and R16. |
Ok thank you. |
Ok, so I found a problematic command -- it's What's weird: escript is stuck at compiling the file. Very strange. I think I saw something related on some erlang mailing list. Yet SublimErl seem ok, issue to be closed. If I'd find anything, I'll leave further notes here. |
Ok, found it quicker than I expected: http://erlang.org/pipermail/erlang-bugs/2013-March/003454.html The module (distilled here: http://pastebin.com/2Q1m3beB ) takes 120s to compile (so we thought it's hanged). On the mailing list is distilled module from vimerl which is also problematic. The problem was introduced R16A/B and shall be fixed in R16B01 (on R15B03 everything works just fine). --edit--
|
Thank you for this. Will update the README. |
I've created simple project rooted at ~/Documents/Erlang with only one file:
~/Documents/Erlang/test/src/test.app.src/test.erl
When I try to reformat it, Sublime hangs, quits only on Forced Quit.
Not sure how to provide more useful information.
The text was updated successfully, but these errors were encountered: