Timeline


and

06/22/07:

09:23 Ticket #1431 (libraries: configure argument containing whitespace not passed correctly ...) closed by igloo
fixed: Fixed by […]
08:02 Ticket #1455 (Wildcard pattern _ generates defaulting warning) created by guest
The second use of properFraction generates a Defaulting warning, even …
07:57 Ticket #1454 (Confusing or bug: :t and :i don't return same type) created by iampure@…
:t <function> and :i <function> don't return the same type for complex …
05:42 Ticket #1453 (addition to #1452 : it ignores import UnknownModule) created by mechvel@…
See ticket #1452. Prepend the line `import Unknown' to the import …
04:54 Ticket #1448 (Segmentation fault with readline Module) closed by simonmar
invalid: You need to call System.Console.Readline.initialize before doing …
04:41 Ticket #1452 (Modules omitted from a .cabal file are not reported, but result in a ...) created by guest
 http://www.botik.ru/pub/local/Mechveliani/ghcBugs/importCycleBug.zip
04:25 Ticket #1451 (Provide way to show the origin of a constraint) created by iampure@…
For a complex type (A b, C d, E e) => Something a b e -> Int, provide a …

06/21/07:

18:02 Ticket #1449 (Bug in instance MonadFix []) closed by ross
invalid: mfix is intended to be value recursion, where the values are fed …
13:01 Ticket #1450 (^C doesn't result in the cost center stack being printed when running with ...) created by SamB
All I see is: […] when I terminate a program with ^C (because it …
12:32 Ticket #1449 (Bug in instance MonadFix []) created by oerjan@…
(Thanks to Simon Marlow for pointing me to trac) I was recently playing …
09:52 Ticket #1402 (panic in GHC when building QuickCheck with optimization) closed by simonpj
fixed: Fixed! Test is spec003 It was a bug in the specialiser. Simon Thu Jun …
09:39 Ticket #1448 (Segmentation fault with readline Module) created by danielehlers@…
Hi, I have an reproducible "Segmentation fault" with the …
09:10 Ticket #1447 (Improve code generation for dense switches) created by simonpj
(Adding this for Thomas Conway.) I'm writing some variable byte codec …
08:10 Ticket #1446 (-fallow-incoherent-instances suggested when already used) created by iampure@…
This is essentially the same issue as with the monomorphism restriction, …
03:49 Ticket #1445 (implicit parameter not hoisted) created by Ashley Yakeley <ashley@…>
Try compiling this: […] Results: […] Expected: to compile.

06/20/07:

21:30 Ticket #1442 (ghc and ghci differs in deailing with "undefined" with I/O) closed by guest
invalid: apologies; false alarm while trying to track down some other issue! this …
19:34 Ticket #1444 (Template Haskell: add proper support for qualified names in non-splicing ...) created by SamB
For the uninitiated, Derive is an application of Template Haskell that can …
17:02 Building/Docs edited by igloo
(diff)
16:50 Ticket #1443 (No instance for (Functor Language.Haskell.TH.Syntax.Q)) created by SamB
There really ought to be one ;-). Now I have to import Control.Monad…
14:55 Building/Windows edited by guest
(diff)
14:05 Ticket #1442 (ghc and ghci differs in deailing with "undefined" with I/O) created by guest
This program: […] produces the following expected output with ghci: …
10:49 Ticket #1441 (Evaluating undefined should return line number and module of location of ...) created by iampure@…
Evaluating undefined should return line number and module of location of …
09:58 Ticket #1386 (foreign exports not taken into account when calculating ...) closed by simonpj
fixed: Fixed thank you. Simon
08:58 Ticket #1433 (Difference in strictness/unpackability between Word64 and Word32 (on a 32 ...) closed by simonpj
invalid
04:10 Ticket #1440 (Make clean doesn't) created by guest
Typing 'make clean' at the top level only does this: […] It used to …
03:10 Ticket #1432 (Poor type error messages (refer to generated code rather than the higher ...) closed by simonpj
fixed: Fixed, thanks. Simon
01:23 Ticket #1397 (GHC blows up while compiling Language.Haskell.TH.Syntax with -O2) closed by simonmar
fixed: Fixed by this patch: […]
01:19 Ticket #1366 (GLOBAL_VAR being inlined?) closed by simonmar
fixed: Fixed by this patch: […]

06/19/07:

12:54 Ticket #1439 (ghci silently changes for the worse when already-compiled object code is ...) created by Isaac Dupree
ghci MyModule If it's been compiled (i.e., up-to-date …
10:48 Ticket #1438 (Integrate Hpc core tools into GHC) created by AndyGill
We want to include the hpc core tools with ghc, so we need to pick a …
09:53 Ticket #1422 (wrong warning for exporting all constructors of a void type) closed by simonpj
fixed: Fair enough; I'll just remove the "it is..." part. In the example you …
09:44 Ticket #1430 (getC: Type signature needed when existential types are used but not in the ...) closed by simonpj
fixed: Good report. It was a real bug, due to the (fairly new) implication …
03:34 Ticket #1437 (Build failures on Mac OS X 10.5) created by maeder@…
Deborah (goldsmit _at_ apple.com) wrote: […]
01:51 Ticket #1426 (warning about `import Control.Monad.Fix` being unused when mdo is used) closed by simonpj
fixed: I've removed the erroneous requirement in the GHC manual to import …

06/18/07:

08:28 Ticket #1419 ("GHC as a library" stalls when nobody is consuming it's output) closed by simonmar
fixed: The undesirable behaviour doesn't appear to happen in the HEAD, so I'm …
07:38 Ticket #1435 ("Naughty" register error in Cmm) closed by simonmar
invalid: Not a bug - the .cmm code has type errors, which are revealed when you …
04:59 Ticket #1436 (Build errors: awkward "no rule to make target" errors where there ARE ...) created by guest
I downloaded the GHC source with: […] Then, I did the following: […] …
04:54 Ticket #1435 ("Naughty" register error in Cmm) created by Michael D. Adams
When experimenting with Cmm code, I found the following bug/trap. This …
04:29 Ticket #1434 (Missing RULEs for truncate) created by ghc@…
I found that the rounding functions from RealFrac? class are considerably …
01:54 Ticket #1428 (Mutually recursive modules) closed by simonpj
duplicate: Closing: a dup of #1409.

06/17/07:

19:47 Ticket #1433 (Difference in strictness/unpackability between Word64 and Word32 (on a 32 ...) created by sorear
In the attached file, mix1 and mix2 both worker/wrapper, but mix2 …

06/16/07:

17:10 Ticket #1432 (Poor type error messages (refer to generated code rather than the higher ...) created by igloo
With this module: […] the HEAD says: […] which isn't really the …
15:57 Ticket #1431 (libraries: configure argument containing whitespace not passed correctly ...) created by greenrd
Note the incorrect quotation when passing through CFLAGS in the command …
15:13 Ticket #1430 (getC: Type signature needed when existential types are used but not in the ...) created by igloo
This module: […] with the type signature commented out gives this in …
06:18 Ticket #1429 (:list gets confused by bang patterns in .lhs files) created by mnislaih
A bang pattern in a .lhs file confuses :list by one line

06/15/07:

14:15 Ticket #1428 (Mutually recursive modules) created by iampure@…
I would like to have mutually recursive modules, without creating special …
10:51 Ticket #1427 (GHC fails to compile with gcc 4.2.0) created by ismail@…
From Debian [ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428060 bug …

06/14/07:

08:11 Ticket #1426 (warning about `import Control.Monad.Fix` being unused when mdo is used) created by Isaac Dupree
and the use is exported. This should not be warned about since …
02:46 Ticket #1421 (elf object code problem exposed when linking under i386 Solaris 10) closed by maeder@…
fixed
02:45 Ticket #1424 (Argument corruption in FFI with many arguments (maybe 64-bit related)) closed by simonmar
fixed: Thanks for the report: this was indeed a bug in the native code generator, …

06/13/07:

05:47 Ticket #1418 (Heap profiling woes) closed by simonmar
fixed: I've fixed a couple of serious bugs, and added a test case to test the …
03:39 Commentary/Compiler/CodeGen edited by Michael D. Adams
Expanded section on how the modules are structured (diff)

06/12/07:

15:57 Ticket #1169 (Control.Monad.Cont documentation) closed by igloo
fixed: Applied, thanks!
14:34 Ticket #1378 (command line switch to disable ghci banner) closed by igloo
fixed: Thanks for the patch; I've applied it, but also changed it into a dynamic …
09:54 Ticket #1425 (Print operator types as infix) created by Michael D. Adams
Consider the type […] Load that file into GHCi and print the type of …
07:45 Ticket #1424 (Argument corruption in FFI with many arguments (maybe 64-bit related)) created by guest
With many arguments, something strange occurs in argument passing with …
04:06 Ticket #1423 (compilation with profiling makes gcc run out of memory) created by guest
Compiling a cabal library with profiling turned on caused gcc to run out …

06/11/07:

09:07 Ticket #1422 (wrong warning for exporting all constructors of a void type) created by SamB
[…] produces the incorrect warning: […] If this was already …
06:28 Ticket #1362 (Fix PPC Mac OS X memory access problem in includes/SMP.h) closed by simonmar
fixed: Patch applied, thanks!
02:11 Ticket #1421 (elf object code problem exposed when linking under i386 Solaris 10) created by maeder@…
The object code generated for i386 Solaris 10 can not be linked with newer …
01:31 Ticket #1093 (Windows: haddock-html fields are wrong in package.conf) reopened by simonmar
This is still a bug in the Windows distribution of GHC: […] The …

06/08/07:

10:56 Ticket #1420 (Automatic heap profile intervals) created by guest
When doing heap profiling it is sometimes hard to know what a good …
01:55 Ticket #1419 ("GHC as a library" stalls when nobody is consuming it's output) created by simonmar
Reported by Mads Lindstrøm <mads_lindstroem@…> on …

06/07/07:

17:52 DataParallel/WorkPlan edited by chak
(diff)
02:26 Ticket #1418 (Heap profiling woes) created by guest
I have a large program with a space leak. So I want to heap profiling, of …

06/06/07:

18:02 Ticket #1326 (Bindings for POSIX named semaphores and shared memory objects) closed by bos@…
fixed: This change is now in the darcs repo.
17:57 Ticket #1417 (Add pseudoterminal support to the unix package) created by bos@…
I propose to enhance the unix package by adding pty support: -- | …
06:36 Ticket #1398 (-fno-monomorphism-restriction suggested when not appropriate) closed by simonpj
fixed: Good idea. Done. Simon
06:11 Ticket #1385 ((1,True) == (2,False) doesn't compile) closed by simonpj
fixed: Good report; now fixed. Simon
02:15 Ticket #1416 (Testsuite doesn't always work on MSYS with Cygwin Python) created by simonpj
Problem 1. Using the Cygwin Python. testsuite/mk/test.mk makes …

06/05/07:

16:13 Ticket #1415 (Provide a way to runInteractiveCommand without passing all your ...) created by igloo
We should make it easy for people to write secure programs, and currently …
16:00 Ticket #1414 (CString marshalling functions do not perform the specified conversion) created by ross
The CString and CStringLen marshalling functions are specified in the …
13:04 Ticket #477 (Compiling multiple executables with -make) closed by guest
invalid: Just ignore this report. The reason it felt so slow, had more to do with …
12:49 Ticket #1411 (Typo in type error for lazy patterns) closed by igloo
fixed: Thanks for the report! Now fixed.
12:37 Building/Prerequisites edited by igloo
(diff)
12:22 Ticket #1413 (copyFile: atomicity docs/code mismatch) created by guest
 http://haskell.org/ghc/docs/latest/html/libraries/base/System-Directory.htm
04:15 Commentary/Compiler/CPS edited by Michael D. Adams
Added note about SRT handling for future work (diff)
02:02 Ticket #1412 (Typo in type error for lazy patterns) closed by simonmar
duplicate: #1411
01:36 Ticket #1110 (Setting PATH needed in Windows Vista) closed by simonmar
fixed: Now fixed. […]

06/04/07:

23:45 Ticket #1412 (Typo in type error for lazy patterns) created by stefan@…
There's a small typo in one of the type-error messages for lazy patterns. …
23:42 Ticket #1411 (Typo in type error for lazy patterns) created by guest
There's a small typo in one of the type-error messages for lazy patterns. …
21:04 Ticket #1410 (Control.Monad.Reader documentation) created by guest
Added Haddock documentation. Converted the existing module documentation …
06:42 Ticket #1409 (Allow recursively dependent modules transparently (without .hs-boot or ...) created by Isaac Dupree
Essentially, compile strongly-connected sets of modules like single …
02:42 Building/Windows edited by simonpj
(diff)
02:26 WikiStart edited by igloo
(diff)

06/03/07:

14:49 Ticket #1408 (groupWhen – a groupBy that compares consecutive values) created by Joachim Breitner <mail@…>
groupBy has a minor problem: It always uses the first value of a group …

06/01/07:

22:06 Ticket #1407 (Add the ability to :set -l{foo} in .ghci files) created by guest
Currently it appears that library flags like -lidn can only be passed on …
19:04 Ticket #1406 (Constraint doesn't reduce in the presence of quantified type variables) created by ccshan
[…] […]
14:04 Ticket #1405 (Make ghc (stage1) be compilable by non-GHC) created by Isaac Dupree
This depends a bit on the existence of a good-enough non-GHC compiler. …
12:55 Ticket #1404 (allow more type signatures) created by Isaac Dupree
(idea triggered by #393) Allow multiple copies of a type-signature in a …
11:32 Ticket #1403 (System.Posix.Types.UserID and others missing from Windows distribution) created by jgbailey@…
I have installed the binary package of GHC 6.6.1 prepared by Sigbjorn …
09:35 Ticket #1402 (panic in GHC when building QuickCheck with optimization) created by guest
When building QuickCheck?, I get: […] If I build with -Onot, the error …
07:37 Ticket #1401 (otherwise ambiguous field names shouldn’t be treated as ambiguous when the ...) created by g9ks157k@…
Consider these three module definitions: […] […] […] GHC …

05/31/07:

08:58 Ticket #1396 (Panic in slitFunTy) closed by Michael D. Adams
fixed: Marking as fixed since it's ok in the HEAD.
07:58 Ticket #1400 (:set +r doesn't work for interpreted modules) created by iampure@…
I expect […] and then evaluating a repeatedly to show: "a" 1 as a …
07:03 Ticket #1399 (better support for developing threaded applications in ghci) created by guest
The haskell threads model has the appealingly simple property that the …
05:50 Ticket #106 (com. line args not honoured for recompil) reopened by simonpj
I think this is really a bug; although I'm not quite sure when to fix it. …
05:27 Ticket #1398 (-fno-monomorphism-restriction suggested when not appropriate) created by iampure@…
Currently there are cases where -fno-monomorphism-restriction is suggested …
04:40 Ticket #1186 (GHC as a library panic on loading second module) closed by simonmar
fixed: I did finally reproduce this with 6.6.1 here, and I can confirm that it …
04:33 Ticket #1397 (GHC blows up while compiling Language.Haskell.TH.Syntax with -O2) created by simonmar
When compiling Language.Haskell.TH.Syntax, GHC grows to over 2Gb here on …
02:17 Ticket #1396 (Panic in slitFunTy) created by Michael D. Adams
This code: […] causes this panic: […] However, GHC 6.6 has no …

05/30/07:

13:36 Commentary/CodingStyle edited by simonmar
move "general style" to the top (diff)
13:35 Commentary/CodingStyle edited by simonmar
(diff)
13:33 Commentary/CodingStyle edited by simonmar
(diff)
13:32 Commentary/CodingStyle edited by simonmar
minor fixes (diff)
11:18 Ticket #1392 (GHC fails to recompile base ST.lhs) closed by igloo
fixed: The patch is indeed in the repo, and the problem behind the strange …
07:57 Ticket #1395 (let ./configure check for a GNUreadline framework) created by maeder@…
on mac readline dependencies -- like those for GMP -- can be satisfied by …
07:25 Ticket #1394 (make install fails) created by guest
[…] And the report is right, there is no such file. -- Lennart
06:37 Ticket #1393 (Tag source tree with successful bootstraps) created by guest
Trying to keep up with ghc HEAD can be very frustrating. If you grab the …
05:07 Ticket #1392 (GHC fails to recompile base ST.lhs) created by guest
With sources from 2007-05-30, 13:00 BST I did […] And I get this …
04:59 Ticket #1212 (Add IPv6 support to network library) closed by igloo
fixed: Now applied, thanks!
02:42 WorkingConventions edited by simonmar
add section on patch naming (diff)
01:12 Ticket #1382 (Monad GHC.Prim.Any1 gets derived in a context) closed by simonpj
fixed: OK, fixed. Thanks for the report. Simon

05/29/07:

13:59 Ticket #1263 (Implement Data, Typeable instances for TH.Syntax tree) closed by igloo
fixed: I've applied the patch; thanks!
07:50 Ticket #1073 (ghc-6.7: internal error: R_X86_64_PC32 relocation out of range) closed by simonmar
worksforme: Submitter responded that they aren't in a position to reproduce the bug, …
07:38 Commentary/Compiler/CodeGen edited by guest
Added subsection for 'Function Calls and Parameter Passing' (diff)
07:23 Ticket #1357 (warning for possible missing & in foreign import) reopened by simonmar
It's an easy mistake to make - I remember doing exactly the same thing …
07:20 Ticket #1391 (forkProcess() in Schedule.c with -threaded should initialize mutexes in ...) created by thorkilnaur
forkProcess() in Schedule.c implements …
04:07 Ticket #1390 (interpretBCO: unknown or unimplemented opcode 61764) closed by thorkilnaur
duplicate: Thanks a lot for this report. It seems that this is a duplicate of #1013, …
04:03 TypeFunctions/ClassFamilies edited by guest
(diff)
02:34 Ticket #1390 (interpretBCO: unknown or unimplemented opcode 61764) created by mail@…
I just hit an internal compiler error: […]
02:02 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
01:22 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
00:45 Ticket #1389 (readline checks in configure.ac can probably be removed) created by simonmar
The checks for readline.h and history.h are probably now redundant in …
00:23 DataParallel/Vectorisation edited by chak
(diff)

05/28/07:

23:58 DataParallel/Vectorisation edited by chak
(diff)
19:45 TypeFunctions/ClassFamilies edited by sulzmann
(diff)
07:49 Ticket #1388 (Newbie help features) created by guest
Often a newbie comes to #haskell and asks why something doesn't work in …
07:45 Ticket #1387 (Ad-hoc recognition for attempts to use Haskell top-level syntax in the ...) created by sorear
[…]
06:59 Ticket #1386 (foreign exports not taken into account when calculating ...) created by duncan
Here we have a program that imports and uses liftM from …
01:19 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
01:19 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
01:18 DataParallel/Vectorisation/CodeVectorisation edited by chak
(diff)
01:17 DataParallel/Vectorisation edited by chak
(diff)
01:15 DataParallel/Vectorisation edited by chak
(diff)
00:54 DataParallel/Vectorisation/CodeVectorisation created by chak
00:31 DataParallel/Vectorisation edited by chak
(diff)

05/27/07:

23:48 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
23:20 DataParallel/Vectorisation edited by chak
(diff)
21:34 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
21:00 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
20:17 DataParallel/Vectorisation edited by chak
(diff)
20:16 DataParallel/Vectorisation edited by chak
(diff)
15:41 Building/Porting edited by guest
s/probaly/probably/ (diff)
14:12 Ticket #1385 ((1,True) == (2,False) doesn't compile) created by igloo
This module: […] currently fails to compile: […] but this does …
13:28 Ticket #1384 (Exporting a module that isn't imported doesn't fail) created by igloo
Exporting a module that isn't imported doesn't fail. An example is, from …
11:25 Ticket #1357 (warning for possible missing & in foreign import) closed by igloo
invalid: You need […] (note the ampersand). If you don't already, you also ought …
10:52 Ticket #1383 (mistaken qualified infix syntax could have a nicer error message) created by Isaac Dupree
Consider the expression Prelude.(+) ; we get {{{Not in scope: data …
10:25 Ticket #1299 ("sh boot" should give a better error message if automake isn't installed) closed by igloo
wontfix: Closing the bug as wontfix (although "cantfix" would be more accurate). …
07:52 Ticket #1303 (Library build fails on Windows) closed by igloo
fixed: This is fixed now. Thanks Ian
07:50 Ticket #1382 (Monad GHC.Prim.Any1 gets derived in a context) created by iampure@…
Because Monad GHC.Prim.Any1 gets derived in the type of the function test …
00:55 Ticket #1381 (Add terminateStmt to "GHC as a library") created by guest
Hi I would like an extension to the "GHC as a library" API, so that if I …

05/26/07:

13:29 Ticket #1380 (Safe Haskell) created by igloo
We should make it easy to do safe (~= no IO) Haskell. Things to think …
05:08 Building/RunningTests edited by Isaac Dupree
add quotes where needed around tc001 in example (diff)

05/25/07:

22:19 Ticket #1356 ("derive instance" panics ghc-6.7.20070404) closed by guest
worksforme: Yes, this works for me for the simple example (ghc 6.7.20070517) on the …
13:49 Ticket #1379 (Allow breakpoints and single-stepping for functions defined interactively) created by Michael D. Adams
Steps to reproduce (from ghc-HEAD sources for 25 May 2007): […]
11:01 Commentary/Compiler/CPS edited by guest
(diff)
08:03 Ticket #1378 (command line switch to disable ghci banner) created by Eelis
There really should be a ghci command line switch to disable the …
07:32 BuildBot edited by simonmar
mention umask (diff)
04:13 Commentary/Compiler/CPS edited by guest
Added note about NCG aliasing analysis (diff)
01:54 NewGhciDebugger edited by simonmar
todo list is now in a ticket (diff)
01:52 Ticket #1377 (GHCi debugger tasks) created by simonmar
I'm collecting all these together into one ticket for now. Later we might …

05/24/07:

18:58 DataParallel/Vectorisation edited by chak
(diff)
17:50 DataParallel/Vectorisation/TypeVectorisation edited by chak
(diff)
17:45 DataParallel/Vectorisation edited by chak
(diff)
16:45 Ticket #1376 (panic caused in ghci by the following code involving monad transformers) created by logancapaldo@…
I was attempting to learn to use monad transformers when I came across …
07:38 DataParallel/Vectorisation/TypeVectorisation created by chak
07:19 DataParallel/Vectorisation edited by chak
(diff)
06:55 DataParallel/Vectorisation edited by chak
(diff)
06:53 Commentary/Compiler/CodeGen edited by guest
(diff)
06:41 DataParallel/ClosureConversion edited by chak
(diff)
05:27 Commentary/Compiler/SymbolNames created by guest
Created page
03:29 DataParallel/Vectorisation edited by chak
(diff)
03:07 Commentary/Compiler/CodeGen edited by guest
Added section for memory and register related modules (diff)
02:31 Commentary/Compiler/CodeGen edited by guest
Info about CgStackery? (diff)
01:59 Ticket #1375 (ByteString’s “lines” eats empty lines) created by guest
I’d expect this to be true for ByteStrings? map B.unpack . B.lines . B.pack …
01:48 Ticket #1374 (Error: file is not executable: "...\\ar.exe") closed by simonmar
duplicate: see #1280 for the reason why this happens.
01:17 Ticket #1110 (Setting PATH needed in Windows Vista) reopened by simonmar
Reopening because I forgot to apply the workaround to ld too.

05/23/07:

13:21 Ticket #1374 (Error: file is not executable: "...\\ar.exe") created by guest
I get Setup.hs: Error: file is not executable: …
11:53 Commentary/Compiler/CodeGen edited by guest
(diff)
10:32 Commentary/Compiler/CodeGen edited by guest
(diff)
10:18 Commentary/Compiler/CodeGen edited by guest
Documented a few modules (diff)
09:21 Commentary/Compiler/CodeGen edited by guest
Added info about SMRep and ClosureInfo? (diff)
07:30 Ticket #1373 (Allow Access to generated STG from the GHC API) created by guest
It would be really nice to be able to either: 1.) access STG from the GHC …
06:20 Commentary/Compiler/CodeGen edited by guest
Added section for module descriptions (diff)
05:30 Ticket #1353 (GHCi hangs when type checking) closed by simonpj
invalid: You are using -fallow-undecidable-instances, and that flag means that …
05:19 Ticket #1372 (Recompilation checker should consider package versions (and other factors)) created by bringert
Currently, if an installed package is upgraded, the recompilation checker …
03:24 Commentary/Compiler/CPS edited by guest
Added 'stack check' to TODO/downstream (diff)
Note: See TracTimeline for information about the timeline view.