edts icon indicating copy to clipboard operation
edts copied to clipboard

Erlang Development Tool Suite

Results 43 edts issues
Sort by recently updated
recently updated
newest added

EDTS is a mature project and I think it would benefit if it was merged with Erlang/OTP. It would be getting out to more people, so the user base would...

A while back, I added the rebar3 defaults to the defaults for `:lib-dirs` in #210. Since then, I've wondered why it wasn't working sometimes. It turns out that I was...

Hi, I'm using emacs: ``` GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-10 on builder10-9.porkrind.org ``` I tried installing edts from elpa, it wouldn't start. These are the steps that...

When trying to open a file with `helm-projectile-find-file` it fails with the message ``` File mode specification error: (error "EDTS: Could not start main server") edts-api-ensure-server-started: EDTS: Could not start...

The documentation is shown using '(popup-tip text)`, which is hard to keep aside for reference, copy from etc. Does it make sense to configure this function to show it in...

I think this problem has to do with popup.el but I figured a issue here is fitting given the fact that it's breaking UI behavior for EDTS. See [popup-el/issues/104](https://github.com/auto-complete/popup-el/issues/104) for...

I'm on 24.5 and just did a melpa-stable 0.1.0 install. I've got erl v7.3 running. I try to start edts with a M-x edts-mode, but I get this: apply: Searching...

Hi, on Arch linux, version 18 (erts 7.1), I'm getting compile_error in edts_dist module (pretty printed): ``` [x@xmd vicuc(master)]$ /home/x/.emacs.d/elpa/edts-20150830.510/start Erlang/OTP 18 [erts-7.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] Eshell...

When trying to compile the file `foo.erl` from EDTS, it complains that it can't find the file `amqp_client/include/amqp_client.hrl`: ``` c("/home/emartenson/prog/edts_error_example/apps/foo/src/foo", [{outdir, "/home/emartenson/prog/edts_error_example/apps/foo/ebin/"}]). /home/emartenson/prog/edts_error_example/apps/foo/src/foo.erl:3: can't find include lib "amqp_client/include/amqp_client.hrl" /home/emartenson/prog/edts_error_example/apps/foo/src/foo.erl:6: record...

Using lager for logging. What should I put in the .edts file to make edts stop complaining about my lager statements? Currently, the only reference I have to lager is...