Open tatecarson opened 8 years ago
I just disabled atom-ctags and it's booting fine now. Any ideas?
Previous to this ctags wasn't really working how it should. The code lookup wasn't working.
atom-ctags has issues, I'm really disappointed in it now.
But the error you are posting here is .Repl.startSCLang
which suggests that the directory it tried to chdir to does not exist. You don't have any path set in your config for supercollider, so it is assuming the default.
Why it would not work then and yet work after disabling atom-ctags is a very strange mystery. Are you sure nothing else happened ? Any other info ?
I reinstalled ctags and it stopped working again. Uninstalled it and everything was fine.
I'm not sure about the path..it worked fine before I started messing with ctags. Problem solved for now, I wasn't using ctags anyway.
If you ever figure out a solution for class lookup and method helpers in atom I would love to see it. For me atom is still a much better experience than the IDE even without those though.
Yeah, that one is priority for sure.
I tried autocomplete-ctags as well. Both of them cause a full atom crash with one project due to the size of the tags file.
On Fri, Oct 28, 2016, 09:27 tatecarson notifications@github.com wrote:
I reinstalled ctags and it stopped working again. Uninstalled it and everything was fine.
I'm not sure about the path..it worked fine before I started messing with ctags. Problem solved for now, I wasn't using ctags anyway.
If you ever figure out a solution for class lookup and method helpers in atom I would love to see it. For me atom is still a much better experience than the IDE even without those though.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/crucialfelix/atom-supercollider/issues/76#issuecomment-256854768, or mute the thread https://github.com/notifications/unsubscribe-auth/AANWcjrOjSp5xiCbDdmIx9ZhZZjhCv4yks5q4aPZgaJpZM4KjF8k .
[Enter steps to reproduce below:]
-- when I do cmd-shift-K Atom just crashes and doesn't give an error
Atom Version: 1.11.2 Electron Version: 0.37.8 System: Mac OS X 10.11.6 Thrown From: supercollider package, v0.7.2
Stack Trace
Uncaught Error: ENOENT: no such file or directory, uv_chdir
Commands
Config
Installed Packages
I know this has already been reported but it looks like a different cause and that other one didn't seem to be resolved either. This happened after trying to get ctags to work, not sure what happened.