Simon Wright <[email protected]> writes: > On 16 Jan 2016, at 20:32, Stephen Leake <[email protected]> > wrote: >> >> Stephen Leake <[email protected]> writes: >> >>> Simon Wright <[email protected]> writes: >>> >>>> My recent changes are in monotone at org.emacs.ada-mode.sjw at >>>> 279a675319535670119e771355becbf6170cb22d - this includes the gpr-mode >>>> changes I wrote about earlier. >>> >>> Right, I'll work on merging those. >> >> This is now done, and all tests are passing. >> >> You mentioned makefile changes; I didn't see any in the merge. > > In build/common.make at :52, I use '-' to ignore failure (which > happens if the files are different, and halts the test).
Ah. I guess I only looked at conflicts, not all changes. That way you get all the failing tests at once. And either "find length <>0" or dired makes it easy to see all the ones that have failed. I'm used to it stopping at the first failure, but I'll try it this way. Hmm. I'm also used to wandering away from the computer after I start "make all", since the tests take so long; then when I come back, if there is no error message showing in the compilation window, it passed. That's no longer true; I'll have to hit F6 :). > In build/wisi/Makefile at :65, I check for Darwin and treat it the > same as Linux. I'd have preferred to check for Windows first and > assume Unix otherwise, but not sure of a "universal" test for Windows. Ok. >> Did you get anywhere with imenu? > > It looks to me that the grammar-based approach will be very slow; it'd > need to traverse the buffer several times. Did you get actual times? Using wisi- commands to navigate between caches ought to be fast (much faster than generating the caches by parsing). -- -- Stephe _______________________________________________ Emacs-ada-mode mailing list [email protected] http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org
