Thomas Schilling
Thomas Schilling
[Since @tibbe wanted to be kept in the loop.] We're currently testing if these ideas are ready for our production system and then will integrate them back into upstream. So,...
If you use `ls` in a rule, it won't pick up paths outside of the current directory (unless you use ".."). This seems to be a bug from the `Glob`...
The old bug tracker is at: http://code.google.com/p/scion-lib/issues/list
The session view should always show the current errors for each session. The view must be updated automatically.
When clicking o na file name in the session view, it should open the file. The key binding needs to be considered carefully, because if there are errors, pressing RET...
We cannot reuse GHC's dependency handling mechanism because it doesn't provide any hooks to customise the compilation function. It also doesn't support preprocessing of .y, .c2hs, etc.
The client-server protocol should have a version and a defined protocol. Changes to the protocol must then be either backwards compatible or part of a new version.
I'm not sure this is such a good idea because its only advantage is reduced linking time when building. Of course, as long as we're below version 1.0 this might...
Shouldn't be too difficult, since GHC Core is relatively stable. Lambdachine should always support whichever GHC is included in the platform.
This will require some modifications to the garbage collector.