#39 new
Espen Wiborg

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.

New-ticket Create new ticket

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

Shared Ticket Bins

People watching this ticket

Pages