GithubHelp home page GithubHelp logo

Comments (9)

tjarvstrand avatar tjarvstrand commented on July 24, 2024

Good idea! I will add it to my todo. Hopefully I'll be able to get it done before the end of the week.

from edts.

define-null avatar define-null commented on July 24, 2024

Thank you for reply, just switched to edts from distel and it looks great!

from edts.

tjarvstrand avatar tjarvstrand commented on July 24, 2024

Thanks, I appreciate it :)

from edts.

tjarvstrand avatar tjarvstrand commented on July 24, 2024

Still a WIP, but if you like you can try the branch better-otp-support. It should be mostly functional apart from a lack of testing ;)

from edts.

define-null avatar define-null commented on July 24, 2024

Tried new branch and faced with the problem with autocomplition (it's not working at all) and autorelocation of M-. for non standart modules. With standart modules it works quite well instead. =) Autotesting would help a lot, but right now have no idea how to do this.

from edts.

tjarvstrand avatar tjarvstrand commented on July 24, 2024

Hm, I don't experience the same problems. I take it you did rebuilt the project and restarted your emacs? Also note that the latest commit was only about an hour ago :)

BTW, by 'standard' modules, do you mean standard library modules (as in otp)?

from edts.

define-null avatar define-null commented on July 24, 2024

Yes, I rebuilded the project and restarted emacs. By 'standard modules' I ment standard library modules which came with erlang)

Just saw your comment and tried to use it, of course it's better to wait a little bit for changes to be merged in master branch =)) What a pity don't know elisp well to figure out where is the problem.

from edts.

tjarvstrand avatar tjarvstrand commented on July 24, 2024

Hehe. You can try M-x eval-expression RET (setq edts-log-level 3) and check the output in the message-buffer.

My guess though is that it fails somewhere in the erlang code. Probably because your setup looks different than mine somehow.

I recommend using eper's redbug (it's a good general tool for debugging erlang)
git clone git://github.com/massemanet/eper.git
cd eper
make

then add the following to ~/.erlang:
case code:where_is_file("redbug.beam") of
non_existing -> code:add_path("path/to/eper/repo/ebin");
_ -> ok
end.`

Restart your project-node and call eg. redbug:start("edts_code:get_function_info->return", [{msgs, 10000}, {time, 10000}]) in its erlang-shell buffer

try jumping and look at the output in the project-node shell

from edts.

tjarvstrand avatar tjarvstrand commented on July 24, 2024

Found a small issue that may have caused your problems. Apart from that, I have asked 4 colleagues of mine to try out the branch and unfortunately none of us experience the errors you report.

If your problem isn't solved and you don't have the opportunity to debug would it be possible for you to post a detailed description of how to reproduce the error? preferably with your entire erlang setup (version, installation-method and any related .emacs configuration)

from edts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.