Timeline
11/08/12:
- 15:08 Ticket #3072 (considerations for management of shared libs) closed by
- fixed: I think we now do as much as we can, so I'm closing this ticket.
- 12:47 Ticket #7400 (Strange closure type 17 internal error) created by
- resample: internal error: evacuate(static): strange closure type 17 …
- 06:53 WindowsGhc edited by
- (diff)
- 04:55 Ticket #7399 (Test Posix004 fails in test-suite) created by
- After a standard build of ghc-7.6.1 on debian wheezy, the test-suite fails …
- 01:09 Ticket #7398 (RULES don't apply to a newtype constructor) created by
- For some reason, RULES that involve a newtype constructor never seem to …
11/07/12:
- 05:35 OverloadedLists edited by
- (diff)
- 05:32 OverloadedLists edited by
- (diff)
- 04:04 Ticket #7397 (-fwarn-irrefutable-patterns) closed by
- invalid: Ahh. Thanks! I was searching the manual for "irrefutable". Indeed, if …
- 03:24 Ticket #7397 (-fwarn-irrefutable-patterns) created by
- Had a search around and didn't see such a request, apologies if already …
11/06/12:
- 17:52 OverloadedLists edited by
- (diff)
- 16:48 Ticket #7396 (Improve "parse error on input `$'" when TemplateHaskell PRAGMA not ...) created by
- Spent close to 1h chasing what possibly could go wrong here: […] …
- 08:09 Ticket #7191 (hsc2hs can't treat absolute path correctly on Windows.) closed by
- fixed: Merged as 67b8c663216690150b6f762e09b32ebbe6334ddd.
- 08:09 Ticket #6019 ('threadDelay maxBound' results in 'internal error: select failed') closed by
- Merged as 306ab5509fceb5ccaf62222f94fe18b92ae6b476.
- 08:08 Ticket #6010 (GHC.Conc.labelThread function can't use Unicode character for thread ...) closed by
- fixed: Merged as 0e138caccff86d075adc045006d441c80b24e2ca.
- 08:07 Ticket #5252 (UNPACK without optimisation leads to panic) closed by
- fixed: Merged as 8b4fee353aa6bfcd08d7ea5ab8b8cc2b526e26f3.
- 07:09 OverloadedLists edited by
- (diff)
- 06:40 OverloadedLists edited by
- (diff)
- 05:45 Status edited by
- link to Oct 2012 report (diff)
- 02:00 OverloadedLists created by
- 01:36 Ticket #7364 (`foo !f = id . f` becomes non-strict with -O2) closed by
- wontfix: Yes, good idea - closing as wonfix (the closest we have to "not fixed")
11/05/12:
- 11:05 Ticket #7395 (DefaultSignatures conflict with default implementations) created by
- Default signatures cannot be used with default implementations. This is …
- 08:24 Ticket #7375 (Building ghc fails because it is looking for an old version of libgmp) closed by
- fixed: It is probably the case that some of the distributions on …
- 08:00 Ticket #7387 (threaded2 failures in HEAD) closed by
- fixed: I believe these are fixed by commit …
- 02:05 GettingStarted edited by
- Removed spam. (diff)
- 00:44 GettingStarted edited by
- (diff)
11/04/12:
- 21:13 Commentary/Rts/Signals edited by
- typofix (diff)
- 19:53 Ticket #7391 ("The 'impossible' happened" trying to derive Binary for a data instance) closed by
- invalid: This is a bug in the derive package, not in GHC. The full message looks …
- 17:22 Ticket #7393 (GHC cannot solve functional dependency) closed by
- invalid: I'm afraid functional dependencies don't work like that. Type families …
- 09:38 Ticket #7394 (SafeHaskell permits OPTIONS_GHC pragmas) created by
- This can be used to launch arbitrary processes at compile-time, and …
- 09:17 Ticket #7319 (+RTS -xc sometimes results in segfault) closed by
- fixed: Merged as acaf240f56cf91c3828f25da1d18a91326499818.
- 09:16 Ticket #5991 (regression: huge number of wakeups in xmonad) closed by
- fixed: Merged as f9077d98b9e58b0eca518c8ae370b0f5c4df8800, …
- 09:15 Ticket #7257 (Regression: pinned memory fragmentation) closed by
- fixed: Merged as 1596107f9cfc877cef4485f035417723cf1e9d97, …
- 09:12 Ticket #7233 (Int64 division buggy on a 32-bit installation) closed by
- fixed: Merged as a191908df094a9243ea3fe1de2fdb43a1d715de5.
- 07:15 Ticket #7393 (GHC cannot solve functional dependency) created by
- GHC fails to compile following program: […] with following error …
11/03/12:
- 15:32 Ticket #7392 ("the impossible happened" when compiling Types.Substitutions) created by
- Ran into this when trying to compile elm from git: […] Failed to …
- 12:44 Ticket #7391 ("The 'impossible' happened" trying to derive Binary for a data instance) created by
- I was trying to automatically derive Binary for a data instance (data …
11/02/12:
- 23:24 Ticket #7390 (Setup.hs: internal error: stg_ap_v_ret (MacOS)) created by
- I was trying to build some haskell. Here's what happened: […] In …
- 17:07 Ticket #7381 (Build failure with BuildFlavour = prof) closed by
- fixed: Fixed.
- 12:54 WorkingConventions/Repositories edited by
- (diff)
- 12:49 Ticket #7389 (can't link postgresql-libpq on windows) created by
- i follow the instructions here: …
- 12:47 WorkingConventions/Repositories edited by
- (diff)
- 12:39 WorkingConventions/Repositories edited by
- (diff)
- 12:36 WorkingConventions/Repositories edited by
- (diff)
- 10:56 WorkingConventions/Repositories edited by
- (diff)
- 10:56 WorkingConventions/Repositories edited by
- (diff)
- 08:43 WorkingConventions/Repositories edited by
- (diff)
- 05:14 Ticket #7388 (CAPI doesn't work with ghci) created by
- […]
- 04:22 Ticket #7387 (threaded2 failures in HEAD) created by
- I've been trying to track down the cause of some failures in HEAD: […] …
11/01/12:
- 20:12 Ticket #7386 (Panic "tcTyVarDetails" in GHCi when :forcing a data family instance) created by
- I loaded the following code into GHCi: […] Then. I run these commands …
- 20:07 Ticket #7385 (Promotion of datatypes without -XDataKinds) closed by
- worksforme: It turns out my GHCi session had -XDataKinds enabled. Sorry for the …
- 20:03 Ticket #7385 (Promotion of datatypes without -XDataKinds) created by
- The following code, without any extensions, compiles: […] It would …
- 19:41 Ticket #7384 (Panic "ctEvTerm" when using functional dependencies and PolyKinds) created by
- The following code causes a panic: […] The panic reads: […] The …
- 18:37 Status/SLPJ-Tickets edited by
- (diff)
- 16:32 WorkingConventions/Repositories edited by
- (diff)
- 16:11 WorkingConventions/Repositories created by
- 13:38 Ticket #7383 (implement proper type promotion in compilation of C calls) created by
- […] A useful test for this is cgrun071. If we get it wrong then it …
- 12:36 Ticket #7382 (Evaluating GHCi expressions is slow following the dynamic-by-default ...) created by
- In GHC 7.7.20121101 it takes at least half a second for any GHCi …
- 07:43 Ticket #7381 (Build failure with BuildFlavour = prof) created by
- On a fresh checkout of HEAD, with BuildFlavour = prof in my …
- 06:13 Status/Oct12 edited by
- (diff)
- 03:50 Status/Oct12 edited by
- (diff)
- 03:47 Status/Oct12 edited by
- (diff)
- 02:42 GettingStarted edited by
- Removed spam. (diff)
- 02:37 Ticket #7380 (Panic: mkNoTick: Breakpoint loading modules with -O2 via API) created by
- I load a trivial module via the API. I get a panic: GHCBugs.exe: …
- 02:09 GettingStarted edited by
- (diff)
- 01:54 Status/Oct12 edited by
- (diff)
- 01:54 Status/Oct12 edited by
- (diff)
10/31/12:
- 10:32 Status/Oct12 edited by
- (diff)
- 10:13 Ticket #7220 (Confusing error message in type checking related to type family, fundep, ...) closed by
- fixed: "I cannot think of any reason why it should relate the type (forall b. (C …
- 09:02 Ticket #7379 (rangeTest test fails on Windows) created by
- The CWchar type on Win32 is unsigned: […] This causes the rangeTest …
- 07:35 Status/Oct12 edited by
- (diff)
- 06:33 Ticket #7378 (Identical alts/bad divInt# code) created by
- [ http://stackoverflow.com/questions/13139875/removing-case-with-duplicate-b …
- 03:38 Status/Oct12 edited by
- (diff)
- 03:28 Status/Oct12 edited by
- (diff)
- 03:26 Status/Oct12 edited by
- (diff)
- 02:57 Ticket #7377 (Type equality unification shortcoming) closed by
- fixed: This was originally by design, but we changed our minds back again! I …
- 02:55 Ticket #6069 (Rank 2 Polymorphism Compile Error) closed by
- fixed: Now all three fail, as they should, and fail in the same way: […]
- 02:47 Ticket #7264 (Adding GHC's inferred type signatures to a working program can make it ...) closed by
- fixed: Now GHC does not instantiate mmap at a polymorphic type, and we get this …
- 02:39 Ticket #7336 (Defined but not used is not detected for data types with instances) closed by
- fixed: Good point. Here's a fix: […] The fix does not treat "deriving" …
10/30/12:
- 16:35 Ticket #7377 (Type equality unification shortcoming) created by
- The following program demonstrates cases where the equality f a ~ g b is …
- 16:17 Status/Oct12 edited by
- (diff)
10/29/12:
- 23:38 Status/Oct12 edited by
- (diff)
- 21:44 Ticket #7376 (strict field + type constructor of kind * -> * or higher causes ghc panic) closed by
- duplicate: Thanks for the report, it's a duplicate of #7210.
- 16:37 Ticket #7376 (strict field + type constructor of kind * -> * or higher causes ghc panic) created by
- Example: data Foo = Foo { strictField :: ! IO [String] } Remove the …
- 05:05 Ticket #7375 (Building ghc fails because it is looking for an old version of libgmp) created by
- Haskell requires libgmp.so.3 but that is ancient. I'm not sure if this …
10/28/12:
- 14:22 Ticket #7374 (rule not firing) created by
- In the code below, the rule appears not to fire. Based on the bytestring …
- 12:56 Ticket #7373 (When building GHC: Failed to load interface for `GHC.Fingerprint') created by
- when doing a build with THREADS=1, we are getting things like: […] (we …
- 11:45 Ticket #7372 (Lint failure in GHC 7.6.1) created by
- José Romildo Malaquias reports that the attached file (requires parsec …
10/27/12:
- 07:57 Building/Unregisterised edited by
- (diff)
- 07:30 Building/Unregisterised edited by
- (diff)
- 07:07 Status/SLPJ-Tickets edited by
- (diff)
10/26/12:
- 08:52 Ticket #7369 (Simplifier bug(?)) closed by
- duplicate: I think this is a dup of GHC's russel-paradox bug: #1495. Re-open if you …
- 08:24 Ticket #6032 (HEAD (7.5.20120421) requires RankNTypes for a rank-2 type) closed by
- fixed
- 07:28 Ticket #7371 (Supporting old GHC versions in our libraries) created by
- We plan to support building our libraries, wherever possible (in …
- 06:23 Ticket #7370 (GHC crash (internal error) on vector) closed by
- fixed: Thanks for the report. However, this is a duplicate of #7357.
- 06:17 Ticket #7370 (GHC crash (internal error) on vector) created by
- cabal install vector caused GHC to crash Here is output: Downloading …
- 06:07 Ticket #7369 (Simplifier bug(?)) created by
- Not sure if it is really a bug. I was playing around with the following …
- 03:21 Ticket #7368 (kindFunResult panic in the) created by
- This code: […] Produces the following panic: […] I don't think …
10/25/12:
- 20:03 DataParallel/VectPragma edited by
- (diff)
- 19:05 DataParallel/VectPragma edited by
- (diff)
- 14:39 Ticket #7367 (Optimiser / Linker Problem on amd64) created by
- The Haskell fannkuchredux contribution of Louis Wasserman to "The Computer …
- 11:57 Ticket #7292 (Optimization works for Word but not Word32 or Word64) closed by
- fixed: Thanks for the report. Fixed by: […]
- 09:11 Ticket #7366 (Strange data corruption with HEAD) closed by
- fixed: Now fixed, I believe.
- 03:05 Ticket #7350 ('stg_killMyself' undeclared (first use in this function)) closed by
- fixed: @erikd - you're seeing these failures because the PPC64 build compiles via …
- 03:02 Ticket #7366 (Strange data corruption with HEAD) closed by
- fixed: So I haven't yet been able to reproduce the bug, but I think I know what …
10/24/12:
- 09:28 Ticket #7366 (Strange data corruption with HEAD) created by
- Since at least 5f37e0c ghc has failed to build for me. The failure occurs …
- 04:34 Ticket #7365 (rem function in ghci changes result when using the Int type) closed by
- invalid: Agreed: Thanks for the report, but, this is just a case of Int overflow, …
- 03:14 Ticket #1246 (<= operators get compiled worse than ==) closed by
- fixed: We now get equal performance for both of these functions, the only …
- 01:15 Ticket #7365 (rem function in ghci changes result when using the Int type) created by
- I define this function […] If the signature is: […] Then when I …
10/23/12:
- 18:55 Ticket #7364 (`foo !f = id . f` becomes non-strict with -O2) created by
- The following program: […] Crashes with Prelude.undefined when …
- 11:41 Ticket #7363 (runghc leaks space in IO) created by
- runghc mysteriously uses memory to perform IO. […] I have encountered …
- 11:16 Ticket #7362 (GHC generated DLL does not work on Windows XP/Server 2003) created by
- When loading a DLL generated with the Haskell Platform 2012.2.0.0 into a …
- 03:37 Ticket #3132 (cgCase of PrimAlts needs care in new codegen) closed by
- fixed: Thanks - yes, I think we can close this. The new codegen has the …
- 03:16 Ticket #7313 (Impossible happened : CLabel.toInfoLbl stg_newMVarzh) closed by
- fixed: I've just done a validate with splitting_proc_points set to True, …
10/22/12:
- 22:36 Ticket #7352 (this type signature in a case alternative does not typecheck and requires ...) closed by
- invalid: This is not a bug, just the normal behaviour of GADTs […] test4 fails …
- 21:14 Ticket #7361 (Segmentation fault on 5f37e0c71ff4af8539c5aebc739b006b4f0c6ebf) created by
- I'm experiencing a segmentation fault in previously working code compiled …
- 15:12 Ticket #7360 (Case-of-identical-alts optimisation fails abjectly) created by
- Herbert Valerio Riedel writes: I've been trying to improve/fix a minor …
- 15:08 Ticket #7355 (panic when bang is misplaced: tc_hs_type: bang) closed by
- duplicate: Looks like a dup of #7210. Please re-open if not.
- 13:04 Status/Oct12 edited by
- (diff)
- 11:13 Ticket #7358 (ghc: panic! (The 'impossible' happened) from RnSource.lhs) closed by
- duplicate: Thanks for reporting. It seems to be a duplicate of #5951, which is …
- 10:51 Ticket #7359 (unix-2.6.0.0 fails to install on mac os x with 7.4.* (works with 7.6.1)) created by
- Some package I am trying to build with cabal causes cabal to try to …
- 10:33 Ticket #7358 (ghc: panic! (The 'impossible' happened) from RnSource.lhs) created by
- 09:48 Ticket #7323 (decoding GADTs gives internal error: stg_ap_v_ret) closed by
- invalid: int-e in #ghc diagnosed this: […] […] This therefore looks like …
- 09:20 Ticket #4415 (ghci crash on Windows 7 64bits when press Ctrl-L) closed by
- fixed: I couldn't get it to crash in any sort of terminal on Windows 7, so I …
- 09:11 Commentary/Rts/HaskellExecution/PointerTagging edited by
- UNTAG_CLOSURE() is a function nowadays (diff)
- 08:33 Ticket #7302 (perf-disruptor2-multicast: internal error: evacuate: strange closure type ...) closed by
- worksforme: Thanks, I'm closing the ticket for now, you can re-open if on closer …
- 08:22 Ticket #5070 (dph and new code generator don't play nicely with each other) closed by
- fixed: As far as I know, DPH and the new code generator now get along just fine. …
- 07:37 Ticket #7317 (Segmentation fault in RTS' STM code on git master) closed by
- fixed: I believe I just fixed this, in […] Please re-open the ticket if you …
- 07:16 Ticket #7311 (-odir option changes .o and .hi names of main source file to Main.hi/o) closed by
- wontfix: This is the intended behaviour, and it is documented: …
- 05:09 Ticket #7295 (bad code for Double literals) closed by
- fixed: Thanks for the patches; I've applied them.
10/21/12:
- 22:58 Ticket #7357 (GHC.exe gives an internal error while linking vector's Monadic.hs) created by
- This is the command line output when building vector 0.10.0.1 …
- 13:25 Ticket #5765 (ghc-cabal build failure with nonsense error message) closed by
- worksforme: I couldn't reproduce this. Note that you should make changes in …
- 12:37 Ticket #7356 (Building HEAD on Mac OS X 10.5 reports Undefined "_pthread_threadid_np" ...) created by
- On a Mac OS X 10.5 […] a build of recent HEAD …
- 09:34 Ticket #7225 ("ghc -C" failed) closed by
- fixed: I've just validated on OS X x86_64 with GhcLibWays = v p dyn p_dyn, so I …
- 07:34 Ticket #7286 (GHC doesn't optimise away primitive identity conversions) closed by
- fixed: Thanks for the report; fixed.
- 07:33 Ticket #7284 (plusAddr# x 0 isn't optimised away) closed by
- fixed: Thanks for the report; fixed.
10/20/12:
- 22:53 Ticket #7355 (panic when bang is misplaced: tc_hs_type: bang) created by
- The following file makes ghc panic: % cat t.hs newtype Scale = Scale …
- 12:22 Ticket #7354 (Panic with recursion-schemes package and unit) created by
- Steps to reproduce: 1. Install GHC 7.6.1 and recursion-schemes …
- 09:50 Ticket #7353 (Make system IO interruptible on Windows) created by
- Currently, IO operations (connect, read, etc.) cannot be interrupted on …
- 09:11 Ticket #7352 (this type signature in a case alternative does not typecheck and requires ...) created by
- In the following code, E and F are similar data types […] test1 …
- 06:12 Ticket #7351 (showRichTokenStream has an off-by one error on starting col) created by
- When using showRichTokenStream to re-create a source file, all lines after …
10/19/12:
- 21:19 Ticket #7350 ('stg_killMyself' undeclared (first use in this function)) created by
- Compiling git HEAD on PPC64 and i get: […] stg_killMyself is defined …
- 17:30 Ticket #7343 (Potential build issues on some UNIX versions) closed by
- fixed: Thanks for the report and patch; I've applied it.
- 16:45 Ticket #7349 (-fth is deprecated without warning) created by
- The flag -fth was deprecated in GHC 6.10 …
- 07:38 Ticket #7348 (base-4.6 does not export `catch` from Prelude while Control.Exception ...) created by
- From …
- 04:52 Ticket #7347 (Existential data constructors should not be promoted) created by
- Stefan Holdermans reports: I am almost sure this is a known issue, but I …
- 04:20 Commentary/Compiler/NewCodeGen/Cleanup edited by
- (diff)
- 03:24 Ticket #7346 (Allow the use of `deriving` for GHC generics) created by
- Currently, a class that makes use of generic default methods (via the …
10/18/12:
- 13:36 Ticket #7340 (Building fails with dph-base_dist-install_GHCI_LIB not defined) closed by
- worksforme: Some poking about discovered a problem in my build.mk. Unfortunately, I …
- 13:15 ViewPatterns edited by
- fix example (diff)
- 10:12 Ticket #7345 (unix-2.6.0.0 does not provide access to st_blksize and st_blocks) created by
- There is currently no clear way in Haskell to determine how much disk …
- 04:51 Status/SLPJ-Tickets edited by
- (diff)
- 04:50 Status/SLPJ-Tickets edited by
- (diff)
10/17/12:
- 22:17 Ticket #7344 (64-bit and 32-bit binaries compiled with '-static' gets 'SIGKILL'ed (after ...) created by
- == Initial Report & Discussion == Quoting the person who reported the …
- 15:50 Ticket #7343 (Potential build issues on some UNIX versions) created by
- In HsUnix.c unsetenv is used even if HAVE_UNSETENV is …
- 15:25 Ticket #7342 (Memory violation bug in System.Posix.Env.putEnv) created by
- putEnv frees the marshaled string after calling c_putenv. …
- 12:59 Ticket #6108 (Haddock's prune option is not regarded for DEPRECATED things) closed by
- fixed: This has already been fixed in Haddock.
- 10:43 Ticket #7341 (Kind inference does not propagate annotations on associated types) created by
- Consider the following: […] When compiled, this code generates a …
- 09:53 DeferErrorsToRuntime edited by
- Make it clear that this flag were indeed included in GHC 7.6 (diff)
- 08:43 Ticket #7340 (Building fails with dph-base_dist-install_GHCI_LIB not defined) created by
- The following sequence of commands failed: […] with the following …
- 01:46 Building/GettingTheSources edited by
- Use URL to official GHC mirror for second example in "Getting a GHC … (diff)
10/16/12:
- 19:19 Ticket #7339 (GHC fails to build from source on Alpha) created by
- The ghc compiler (version 7.6.1-2 as packaged by Debian in the …
- 18:35 Ticket #7338 (Duplicate type signature not reported) created by
- Under 7.4.1, the following snippet compiles without error: […] It …
- 11:38 Ticket #7337 (GHC does not generate great code for bit-level rotation) created by
- I'm working on some hashing functions at the moment, and I notice that GHC …
- 11:16 Ticket #7219 (Reinstate constant propagation in some form) closed by
- fixed: I believe this is now fixed.
- 09:49 TypeNats/SingletonsAndKinds edited by
- (diff)
- 06:33 Ticket #7102 (Type family instance overlap accepted in ghci) closed by
- wontfix: I'm inclined to say that this is not a bug. In a similar way to how ghci …
- 01:18 Ticket #7336 (Defined but not used is not detected for data types with instances) created by
- […] does _not_ report […] This message is only displayed without …
- 00:18 Ticket #7335 (Need for extra warning pragma for accidental pattern matching in do blocks) created by
- There are a few functions (actually monadic actions) where it's almost …
10/15/12:
- 23:22 TypeNats/SingletonsAndKinds edited by
- (diff)
- 23:13 TypeNats/SingletonsAndKinds edited by
- (diff)
- 22:54 TypeNats/SingletonsAndKinds edited by
- (diff)
- 22:49 TypeNats/SingletonsAndKinds created by
- 22:34 TypeNats edited by
- (diff)
- 22:31 TypeNats/Basics edited by
- (diff)
- 22:29 TypeNats/Basics edited by
- (diff)
- 22:28 TypeNats/Basics edited by
- (diff)
- 21:28 TypeNats/Basics edited by
- (diff)
- 20:32 TypeNats/Basics edited by
- (diff)
- 12:34 Ticket #7333 (python2) created by
- Currently GHC assumes that the python command defaults to Python …
- 01:54 Status/SLPJ-Tickets edited by
- (diff)
- 01:25 Ticket #7332 (Kind-defaulting omitted leads to deeply obscure type error) created by
- Oleg writes:Here is the simpified code to reproduce the problem. […] …
- 00:48 Ticket #7035 (`deriving instance Generic (HsExpr Id)` raises panic) closed by
- duplicate: Already fixed in #7255.
10/14/12:
- 20:48 Ticket #7331 (Allow the evaluation of declaration splices in GHCi) created by
- As it stands GHCi cannot evaluate declaration splices because all splices …
- 20:20 Ticket #7330 (Data Parallel Haskell (DPH) isn't usable yet.) created by
- This is a place holder ticket for people that try to use DPH and find …
- 18:28 DataParallel/VectPragma edited by
- (diff)
- 18:22 DataParallel/VectPragma edited by
- (diff)
- 17:08 Ticket #7111 (record single inheritance, partial solution to record problem) closed by
- wontfix: Thanks for the suggestion. However, I think record system extensions need …
- 11:00 Ticket #7329 (ghc-7.6.1 win64: internal error: R_X86_6 4_PC32: High bits are set in ...) created by
- While updating cabal-dev to build against ghc-7.6 and cabal 1.16, I got …
- 10:43 Ticket #7089 (-fwarn-unused-do-bind with type families) closed by
- worksforme: As we have no way to reproduce this, I'm closing it. Please reopen (or …
- 10:32 Ticket #7076 (Crash with eager blackholing) closed by
- fixed: Optimistically closing; please re-open if you still have problems with GHC …
- 09:11 Ticket #7005 (GHC 7.4.2 crashes with a panic when using type families and data kinds ...) closed by
- fixed: No precise reproduction instructions, probably fixed, and no response from …
- 06:20 Ticket #7328 (Seemingly inappropriate "expecting one more argument" error in polykinded ...) created by
- Triggered by the following code: […] GHC writes: […] It seems to …
10/13/12:
- 10:43 Ticket #7324 (GHC 7.6.1 ships with a buggy Cabal) closed by
- fixed: Thanks for the report! This will be worked around in the next …
- 10:38 Ticket #7327 (Inconsistent behavior for relative paths in runProcess) created by
- This was initially reported as a bug in cabal: …
- 09:41 Ticket #7249 (ghc no longer needs to build HS*.o ghci library files) closed by
- fixed: Replying to simonmar: > Ian - it looks like we can skip …
- 09:36 Ticket #7326 (print035(ghci) fails when ghci is dynamic) created by
- print035(ghci) fails when ghci is dynamic: […]
- 04:31 Ticket #7325 (threadDelay mistreats minBound and maxBound in some configurations) created by
- threadDelay currently treats minBound and maxBound incorrectly in some …
10/12/12:
- 20:36 Ticket #7324 (GHC 7.6.1 ships with a buggy Cabal) created by
- Using ghc 7.6.1 $ rm -rf ~/.cabal # To force a new default config being …
- 12:49 Ticket #7071 (Refactoring arrows) closed by
- fixed: I believe this was fixed by: commit …
- 12:43 Ticket #6144 (Preprocessor line control suppressed by comments) closed by
- duplicate: Thanks for the report. This is a duplicate of #314.
- 09:56 Ticket #7323 (decoding GADTs gives internal error: stg_ap_v_ret) created by
- May be related to #4987, but this time I have a reproducible case. So far …
- 06:11 Ticket #5913 (Type class dictionary call loops at runtime) closed by
- fixed: Fixed by the silent-superclass patch. […]
- 06:02 Ticket #5751 (code works in 7.0 but hangs in 7.2/7.4 due to changes in type checker ...) closed by
- fixed: Yes, it's fixed. I've added a regression test. Simon
- 03:36 Ticket #7112 (No inlining in the presence of non-instantiated phantom type) closed by
- wontfix: If this isn't important enough to spend time on, then let's just close the …
- 03:18 Ticket #7322 (The 'impossible happened' compiling with -fext-core) closed by
- duplicate: This seems to be a duplicate of #7239, so I'm closing.
- 02:46 Ticket #7322 (The 'impossible happened' compiling with -fext-core) created by
- This is what happened: […]
- 00:12 Ticket #7321 (Compiler hangs when reading interface file) created by
- Jeroen Weijers reports: I have two files Data.hs and Class.hs (Class …
10/11/12:
- 23:43 Ticket #7320 (GHC crashes when building on 32-bit Linux in a Linode) created by
- Trying to build haskell-src-exts crashes in a 32-bit Linux Linode …
- 16:35 Ticket #7242 (struct kevent is different on NetBSD) closed by
- fixed: Merged as 69446b156881056b09bfd2008114eaaf7257ae5a, …
- 16:34 Ticket #7239 (GHC panic: MkExternalCore died: make_lit) closed by
- fixed: Merged as 8a767d8be37e6ab437dfcb92bfe543e9f4901c99
- 16:32 Ticket #7250 (Documentation of System.Mem.Weak should emphasize finalizers may be run ...) closed by
- fixed: Merged as 77f2692573ade4a89f999ca585081a73edaf7b53
- 16:31 Ticket #7278 (nonsensical kind variable ascription causes panic) closed by
- fixed: Merged as a38bcd7abf18d11c4f9db6135665b0894db843bc
- 16:31 Ticket #7238 (class methods with associated equality constraints panic) closed by
- fixed: Merged as cd980830b4ffdb4fe5b68f8dc1d83acc4ab03a5b
- 16:30 Ticket #7224 (Polymorphic kind annotations on type classes don't always work as expected) closed by
- fixed: Merged as c4aa0165bb8eb4b65d8c1299fdff279e1f97bbb4
- 16:29 Ticket #7237 (CgCase fails with strict data/functions) closed by
- fixed: Merged as b1f3b61a9efa5d19bc36f4f7bd1e28395350e1a4
- 16:28 Ticket #7210 (Bang in front of type name crashes GHC) closed by
- Merged as ab37826bdee6896274a8810160b625f9b0b8f9ab
- 16:27 Ticket #7227 (cannot build ghc-7.6.1 because haddock seg-faults) closed by
- fixed: Merged as 4ea2263f584c4de94ff213d2288d6df78eb6e262
- 16:26 Ticket #7230 (GHC states the same kind mismatched) closed by
- fixed: Merged as 1b6815c6ff197667af49c89edd2cf43af5276aa9
- 16:26 Ticket #7050 (stage 1 compiler crashes when the "quickest" build flavour is chosen) closed by
- fixed: Merged
- 15:05 Ticket #6119 (complain when ghc-pkg doesn't find any matching packages in a given ...) closed by
- fixed: Fixed, thanks
- 12:46 Ticket #6161 (Program with missing instance accepted by compiler, program <<loops>>) closed by
- fixed: We now get a type error: […]
- 12:14 Ticket #7194 (Typechecker allows a skolem to escapt) closed by
- fixed: This now gives a type error: […]
- 11:37 Ticket #7232 (make hsc2hs work with -c g++) closed by
- wontfix: We can't refer to FILE, unfortunately: […]
- 09:52 Ticket #7136 (fix for os x package builder script) closed by
- fixed: Now that we no longer use it, I've removed the script instead
- 07:24 Status/Oct12 edited by
- (diff)
- 07:22 Status/Oct12 edited by
- (diff)
- 07:22 Status/Oct12 edited by
- (diff)
- 07:18 Status/Oct12 edited by
- (diff)
- 06:55 Ticket #7319 (+RTS -xc sometimes results in segfault) created by
- I have so far been unable to reproduce this in a small example, but in my …
- 06:35 Blog: New directions for Template Haskell comment added by
- Why do we need to extend the type environment in typecheck? If it is …
10/10/12:
- 14:06 Ticket #7318 (CONLIKE pragma documentation bug) created by
- The documentation …
- 07:06 Status/SLPJ-Tickets edited by
- (diff)
- 06:57 TemplateHaskellRichKinds edited by
- (diff)
- 06:56 TemplateHaskell edited by
- (diff)
- 06:56 TemplateHaskell/RichKinds created by
- 06:54 TemplateHaskell edited by
- (diff)
- 06:53 TemplateHaskell created by
- 06:50 TemplateHaskell/UsingHaskellSrcExts created by
- 05:38 Ticket #7195 (Add edit warning to Parser.y.pp) closed by
- fixed: Thanks for the report. I've put the generated file elsewhere, so this …
- 05:36 Ticket #7262 (directory 1.2 fails to build with base < 4.6) closed by
- fixed: Thanks for the patch; I've applied it and uploaded 1.2.0.1 to Hackage.
10/09/12:
- 17:56 Ticket #7317 (Segmentation fault in RTS' STM code on git master) created by
- On ghc 7.7 (ef786b6cbc5f67a673bf8c10be5311317c1e7b88, running on x86_64, …
- 16:40 Ticket #7003 ('impossible' compile time error, when using `runStream'.) closed by
- invalid: No response from submitter, so closing
- 12:33 Ticket #7316 (GHC segfaults on ARM) created by
- Sorry for the lack of detail. I thought I'd file this upstream. We've been …
- 11:34 Ticket #7315 (Link error while compiling executables) closed by
- fixed: Ah, your GHC defaults to using dynamic libraries, but the cabal you have …
- 11:24 Ticket #7315 (Link error while compiling executables) created by
- On GHC master (ef786b6cbc5f67a673bf8c10be5311317c1e7b88) attempting to …
- 09:18 Ticket #6083 (GeneralizedNewtypeDeriving: "deriving ALL") closed by
- wontfix: Thanks for the suggestion. However, the interaction of this with orphan …
- 09:13 Ticket #6074 (Instance inference failure with GADTs) closed by
- wontfix: OK, I don't see this ticket going anywhere then, so closing.
- 09:01 Ticket #5233 (Support specifying the assembly that should be generated) closed by
- fixed: Committed, thanks: […]
- 03:14 Ticket #7314 (GHCi 64-bit OS X segfaults on interaction with C-libraries) created by
- I'm experiencing spurious behaviour (segfaults sometimes) using GHCi when …
- 00:48 Ticket #7313 (Impossible happened : CLabel.toInfoLbl stg_newMVarzh) created by
- Compiling ghc git HEAD (2a534087e4606fbc0648429c3599bffb7e9c010a) on …
Note: See TracTimeline
for information about the timeline view.
