acarstoiu
acarstoiu
I forgot to mention I'm using the last version (_0.32.0_)
Well, not a winner, as the log is full with: ``` !ENTRY org.eclipse.ui.navigator 4 0 2016-04-18 16:07:30.409 !MESSAGE com.ericsson.otp.erlang.OtpErlangAtom cannot be cast to com.ericsson.otp.erlang.OtpErlangString !STACK 0 java.lang.ClassCastException: com.ericsson.otp.erlang.OtpErlangAtom cannot be...
Is there any way to state to the compiler that some other path with compiled files should be considered along with `ebin`? There must be a way to say something...
Yes, it compiles just fine with _rebar_ on a system with already installed dependencies (not the development system). Is there any setting akin `--classpath` that I can use?
Forgot to say I'm using the latest release, _1.2.0_.
This does the trick for _tern_, but has side effects with JSDT because the pattern `**/node_modules/*` only excludes files, not folders.
Ever since the ES moduled became officially supported by Node.js, I wondered why there is no **synchronous** dynamic import, i.e a special function `importSync()` that does exactly what `import()` does,...
Or at least allow for a different location of the `.jshintrc` file, _without duplicating_ it in the project root.