need a chained-compilation facility
Reported by Espen Wiborg | March 18th, 2009 @ 11:13 PM
Scenario:
- current-buffer is SUT
- call run-junit-test
- compile SUT: OK
- compile test: FAIL
- run test
We don't want the last to happen. How about something like
(chained-compilations
(malabar-compile-file)
(with-current-buffer ...
(malabar-compile-file))
(run-test-internal ...))
Which expands to something clever involving groovy--compilation-backlog?
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A better Java mode for Emacs