-
Notifications
You must be signed in to change notification settings - Fork 94
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
Added: comment-start-skip. Refs #104, #106, #107 #108
Conversation
@sviridov Out of curiosity, how are you executing the tests? |
@mattdeboard With run-tests script. I have Emacs 24.4.50 on my machine and Emacs 24.3.1 in docker container. |
Would you be interested in adding docker setup files to the repo? I'm not familiar with Docker at all really, but seems like it would be very useful addition. In a separate PR of course? |
Actually, I don't have any specific configuration for docker. I created new virtual machine (with opensuse in my case) and install emacs (current version in opensuse repo is 24.3.1) into it. Docker is very simple to start, you can read about it here for example. |
Ok, I'm going to get that going before I merge this so I can see the issues for myself. I believe you of course, I just need to take responsibility for supporting stable release of emacs. |
Of course, it's not a problem. |
So, I did manage to get a docker container up-and-running, and ran the tests against emacs 24.3.1. There are still 3 test failures as you probably know. However when I press "Y" to run the tests inside emacs, I get a TON of failures. I don't know if that's just because I'm doing something wrong or what. How did you set up your |
@mattdeboard Actually, I never tried it before. But I did manage to run it.
emacs -l ert-bootstrap.el -l elixir-mode-tests.el -f ert-run-tests-interactively
|
💯 |
Hopefully it makes it more obvious that it can take a while
Looks like i have fix for issues #104, #106 and three tests from #107.