Timeline
10/08/11:
- 15:05 Ticket #5539 (GHC panic - Simplifier ticks exhausted) created by
- When trying to install blaze-builder with a freshly installed GHC …
- 04:15 Ticket #5538 (Foldable typeclass: make foldl' and foldr' class methods) created by
- Change the Data.Foldable module: move foldl' and foldr' …
10/07/11:
- 07:48 Ticket #5537 (ghc doesn't find libffi.so.5 in testsuite) created by
- Running the testsuite, more or less every dyn test fails with […] (some …
- 07:16 Ticket #5504 (Inconsistent sizes for struct rlimit) closed by
- duplicate: More fallout from #2897
- 07:14 Ticket #5503 (32-bit testsuite failures) closed by
- duplicate: This is a result of the breakage in #2897.
- 07:11 Ticket #5536 (IO performance regression in 7.2 vs 7.0) created by
- The following program: […] runs about a third slower in 7.2.1 …
- 05:59 Ticket #5234 (The parListWHNF optimisation isn't) closed by
- worksforme: Seems to work with 7.0.3, 7.2.1, and with HEAD: […] I've checked that …
- 04:16 Ticket #5535 (Performance regression vs. 7.2.1) created by
- nofib/spectral/mandel is showing a regression since 7.2.1. Create a …
- 01:41 Ticket #5534 (ghci -fobject-code strangeness) created by
- With this Foo.hs: […] I get this strange behaviour: […] So a …
- 00:50 Ticket #5464 (Change the way the extra bindings for the generic representation are ...) closed by
- fixed
10/06/11:
- 15:46 Ticket #1257 (Bytecode generator can't handle unboxed tuples) closed by
- wontfix: Oh, the error already suggests -fobject-code. I'm not a fan of magic …
- 15:42 Ticket #4264 (shared library bus error on OS X) closed by
- fixed: Fixed: […]
- 13:42 Ticket #5532 (Variants of ticket #1200 still cropping up) closed by
- fixed: Replying to rrnewton: > Trivial patch uploaded. Applied, …
- 13:41 Ticket #5128 (Linker text reloc warning under Mac OS 10.7) closed by
- fixed: I've silenced the warning: […]
- 12:22 WorkingConventions/FixingBugs edited by
- (diff)
- 10:52 Ticket #5533 (panic! (the 'impossible' happened) ... splitFunTy ...) created by
- "MyModule?.hs" containing these four lines: […] yields: […]
- 08:44 Commentary/Compiler/Backends/LLVM edited by
- (diff)
- 08:39 Commentary edited by
- (diff)
- 08:38 SimdLlvm edited by
- (diff)
- 08:38 Commentary/Compiler/Backends/LLVM edited by
- (diff)
- 08:37 Commentary edited by
- (diff)
- 08:37 Commentary/Compiler/Backends/LLVM edited by
- (diff)
- 08:35 Ticket #5532 (Variants of ticket #1200 still cropping up) created by
- I see that ticket #1200 from several years back is currently closed. …
- 07:22 Ticket #4929 (Support all top-level declarations in GHCi) closed by
- fixed: With 90d70e44d58bc466a65259c6e371707dc86c3d06, this is now done.
- 04:54 SimdLlvm edited by
- (diff)
- 03:15 Ticket #5531 (Segfault on Windows) created by
- This segfaults on Windows: […] It does not depend on options either …
10/05/11:
- 14:35 Ticket #5530 (TyVarBndr inside type quotations don't have kinds ascribed) created by
- The top-level splice […] gives (I cleaned up the names) […] …
- 09:29 Ticket #5529 (Newtypes with hidden constructors cannot be passed as FFI arguments) created by
- I think this limitation (introduced recently in …
- 09:23 SimdLlvm edited by
- minor update just to expand abbreviation (diff)
- 09:22 Ticket #5132 (Segfault on OS X in GHCi when using GHC API) closed by
- fixed: I can reproduce this with 7.0.4: […] but not with the 7.2.1 release …
- 08:55 Ticket #4975 (Windows binary's documentation directory hierarchy is broken) closed by
- fixed: This seems to be working now.
- 06:51 SimdLlvm edited by
- (diff)
- 06:45 SimdLlvm edited by
- (diff)
- 06:20 SimdLlvm edited by
- (diff)
- 06:16 SimdLlvm edited by
- (diff)
- 05:50 SimdLlvm edited by
- (diff)
- 05:37 SimdLlvm edited by
- (diff)
- 04:57 SimdLlvm edited by
- (diff)
- 04:42 SimdLlvm edited by
- (diff)
- 04:26 SimdLlvm edited by
- (diff)
- 04:22 SimdLlvm edited by
- (diff)
- 01:18 Ticket #5484 (HEAD build fails with ghc-7.2.1) closed by
- fixed: Here's the workaround: commit f4e534f030c7f8cafd4877f273118b2e8f38b4b0 …
10/04/11:
- 23:57 Ticket #5528 (mkExtraObjToLinkIntoBinary invokes cc differently) created by
- When GHC is performing a final link of an executable, it invokes …
- 23:37 SimdLlvm edited by
- (diff)
- 23:25 SimdLlvm edited by
- (diff)
- 23:09 SimdLlvm edited by
- (diff)
- 22:50 SimdLlvm created by
- 22:25 SIMD edited by
- (diff)
- 18:49 Ticket #5152 (GHC generates poor code for large 64-bit literals) closed by
- fixed: With ghc -O -ddump-simpl we now get: […]
- 18:41 Ticket #5284 (Simplifier performance regression (or infinite loop)) closed by
- fixed: The plan evolved a bit, but this is now essentially done, including …
- 17:42 Ticket #5330 (GHC does not follow offside rule specified as in Haskell Standard) closed by
- fixed: Done: […]
- 14:11 Ticket #5527 (mkTopLevEnv: not interpreted) created by
- When attempting to compile, load, and use a module several times per …
- 03:49 Ticket #5526 (Please document UnboxedTypes pragma) closed by
- fixed: Good idea, thanks -- done.
10/03/11:
- 16:03 Building/Architecture edited by
- Fix source code links (diff)
- 05:45 DataParallel/VectPragma edited by
- (diff)
- 04:04 Ticket #5526 (Please document UnboxedTypes pragma) created by
- GHC-7.2.1 warns about option -fglasgow-exts being removed in future. …
- 02:25 WikiStart edited by
- (diff)
10/02/11:
- 08:21 Ticket #5524 (Unnecessary overflow in encodeFloat) closed by
- fixed
- 08:18 Ticket #5525 (Mismatch between documentation and behaviour of encodeFloat) closed by
- fixed: Fixed. Not overly elegant, but meh.
- 04:48 Commentary/Compiler/Backends/LLVM/WIP edited by
- typo (diff)
10/01/11:
- 22:53 DataParallel/VectPragma edited by
- (diff)
- 22:33 DataParallel/VectPragma edited by
- (diff)
- 22:08 DataParallel/VectPragma edited by
- (diff)
- 21:57 DataParallel/VectPragma edited by
- (diff)
- 16:06 Ticket #3898 (Many floating point documentation/behaviour mismatches.) closed by
- fixed: Didn't make it in time for 7.2.1, and we won't be making a 7.2.2.
- 15:32 Ticket #5525 (Mismatch between documentation and behaviour of encodeFloat) created by
- In the process of elaborating the docs to treat #3898, I wrote […] …
- 15:06 Ticket #5397 (bindist finds wrong gcc when XCode > 4) closed by
- fixed: Fixed.
- 13:51 Ticket #5518 (Some unicode symbols are not allow in literal characters or strings) closed by
- fixed: Yup, I can also reproduce it with 7.0.2 but not 7.2.1.
- 12:53 Building/MacOSX edited by
- (diff)
- 08:54 Ticket #5507 (Template Haskell needs extra library dirs) closed by
- fixed: Aha, on OS X I can reproduce this with 7.2 but not HEAD. So I think this …
- 06:13 Ticket #5430 (System.Time.formatCalendarTime: %j starts at 0 whereas strftime's %j ...) closed by
- fixed: Fixed by: […]
- 06:10 Ticket #3008 (Strange behavior when using newtyped version of IO monad in FFI import ...) closed by
- fixed: Fixed.
09/30/11:
- 16:38 SafeHaskell edited by
- (diff)
- 14:53 Ticket #5524 (Unnecessary overflow in encodeFloat) created by
- […] The real result is 1.0 of course. The docs for encodeFloat now …
- 10:34 Ticket #5501 (randomR overflow) closed by
- fixed: Thanks! Fixes applied. Changes in random version 1.0.1.1. It looks like …
- 09:48 Ticket #5204 (request better error message for malformed quasiquoted declaration) closed by
- fixed
- 01:16 Ticket #5516 (Universally quantified GADT context leads to overlapping instance) closed by
- invalid: The issue is that there genuinely are two places where the (Foo [t]) …
- 01:11 Ticket #5508 (Template Haskell -ddump-splices lambda pretty printing bug) closed by
- fixed: Thanks for reporting this. Fixed by […] The new output looks like …
- 01:09 Ticket #5513 (panic! (the 'impossible' happened) on ‘deriving instance lowercase_name a’) closed by
- fixed: Thaks for the report; now fixed. Simon
- 01:08 Ticket #5515 (panic! (the 'impossible' happened) with evil self-referential instance) closed by
- fixed: Thanks very much for the report. Fixed!
09/29/11:
- 23:52 Ticket #5523 (Mistake in error messages for importing infix constructors) closed by
- duplicate: It's already fixed, see #5385.
- 21:01 Ticket #5523 (Mistake in error messages for importing infix constructors) created by
- With the following import statement: […] GHC provides the error: […] …
- 14:16 Ticket #5514 (bad variable escape analysis when TypeFamilies are enabled) closed by
- fixed: Fix works perfectly.
- 11:15 Ticket #5519 (Some unicode symbols are not allow in literal characters or strings) closed by
- duplicate: Duplicate of #5518
- 09:44 Commentary/Compiler/Backends/LLVM/WIP edited by
- (diff)
- 01:48 Ticket #5509 (quotes pretty-printer not working as comments specify) closed by
- fixed: Done.
09/28/11:
- 19:37 Ticket #5488 (GHC-7.2.1 standalone failed to bootstrap ghc-HEAD on windows) closed by
- duplicate: This is a duplicate of ticket:5484.
- 19:32 Ticket #5522 (mc03 -O -fliberate-case -fspec-constr runs out of memory) created by
- I noticed that test mc03 runs out of memory compiled with -O …
- 12:26 Ticket #5521 (Allow unknown fields in .cabal with X- at front) closed by
- invalid: Thanks for the suggestion, but please file Cabal tickets in …
- 11:43 Ticket #5521 (Allow unknown fields in .cabal with X- at front) created by
- I have suggestion allowing unknown fields in a .cabal file, and if they …
- 06:02 Ticket #5520 (Spurious warning with new associated types and MultiParamTypeClasses) created by
- Consider this program: […] We get a warning: […] But inserting …
- 04:50 Ticket #5519 (Some unicode symbols are not allow in literal characters or strings) created by
- main = putChar 'ₖ' This program is rejected with following error …
- 04:50 Ticket #5518 (Some unicode symbols are not allow in literal characters or strings) created by
- main = putChar 'ₖ' This program is rejected with following error …
- 02:03 Ticket #5517 (Dumping core-prep goes to stdout.) closed by
- invalid: Sorry, I was running it wrong. Git HEAD does the right thing 7.0.4 does …
- 01:35 Ticket #5517 (Dumping core-prep goes to stdout.) created by
- Running: […] and the stg and cmm stages are correctly dumped to …
09/27/11:
- 22:53 Ticket #5516 (Universally quantified GADT context leads to overlapping instance) created by
- This example from comment:8:ticket:2893 works in GHC 7.0.3, but fails in …
- 21:36 Ticket #5515 (panic! (the 'impossible' happened) with evil self-referential instance) created by
- This bit of code escaped from my fingertips: […] and crashed GHC master …
- 19:19 Ticket #5514 (bad variable escape analysis when TypeFamilies are enabled) created by
- The following minimal example causes a type error in 7.3.20110927: […] …
- 17:09 Ticket #5499 (Tagging constructors with record/product phantom type) closed by
- wontfix: I …
- 15:01 Ticket #5513 (panic! (the 'impossible' happened) on ‘deriving instance lowercase_name a’) created by
- This bogus code: […] causes current GHC HEAD to panic: […] I also …
- 08:12 Ticket #3356 ({-# LANGUAGE NoTraditionalRecordSyntax #-} to disable the current record ...) closed by
- fixed: Implemented.
- 07:14 Ticket #5512 (UTF-16//ROUNDTRIP encoding behaves weirdly) created by
- Try this program: […] It fails with: […] If you change UTF16 to …
09/26/11:
- 17:58 Ticket #5511 (-package should take priority over modules in the filesystem) created by
- Imagine I have a GHC package called P. I build it using Cabal and a …
- 17:23 Ticket #5510 (Representation of GHC Errors) created by
- I propose to add a data representation of GHC's errors to the API. This …
- 17:14 Ticket #5509 (quotes pretty-printer not working as comments specify) created by
- I am currently working on a parser for GHC error messages, and would …
- 09:22 Building/MacOSX edited by
- (diff)
09/25/11:
- 11:18 Ticket #5449 (Build failure with ghc 7.2.1: Missing (or bad) header file: runProcess.h) closed by
- fixed: Fixed in HEAD by: […]
- 11:17 Ticket #5500 (old-time fails to build) closed by
- fixed: Fixed in HEAD by: […]
- 07:35 Ticket #5497 (Relax haskell98 build-dep on time package to allow time-1.4) closed by
- fixed: Done.
- 06:35 Commentary/Libraries/Integer edited by
- (diff)
- 06:29 Commentary/Libraries/Integer edited by
- (diff)
09/24/11:
- 18:15 Ticket #5508 (Template Haskell -ddump-splices lambda pretty printing bug) created by
- Parentheses are not placed around lambda expressions when dumping template …
- 17:49 DefaultSuperclassInstances edited by
- (diff)
- 17:47 DefaultSuperclassInstances edited by
- (diff)
- 16:45 Commentary/Libraries/Integer edited by
- (diff)
- 16:08 Ticket #5507 (Template Haskell needs extra library dirs) created by
- Template Haskell fails to link c libraries which are located in …
- 14:06 Commentary/Libraries/Integer created by
09/23/11:
- 20:05 Ticket #5506 (LLVM AST : needs an LlvmType ctor to represent vectors so that LLVM can ...) created by
- In order to support vector operations in the LLVM backend the LLVM backend …
- 19:33 Ticket #5505 (Program runs faster with profiling than without) created by
- This program, reported by Doaitse, runs nearly twice as fast when it is …
- 17:26 Ticket #5496 (Reify class instances) closed by
- invalid: Thanks. classInstances ahs been replaced by reifyInstances which …
- 16:40 Ticket #5502 (ghc-stage2: internal error: invalid closure) closed by
- worksforme: Strange. It failed in two successive builds and now it compiles. Closing …
- 15:39 Ticket #5504 (Inconsistent sizes for struct rlimit) created by
- On my 32-bit system, I find […] in HsBaseConfig.h. gcc says …
- 11:40 Ticket #5503 (32-bit testsuite failures) created by
- Running the testsuite on my old 32-bit box, I get a lot of failures I …
- 07:27 Ticket #5502 (ghc-stage2: internal error: invalid closure) created by
- GHC head from git (commit 488e21c8cf07340c4d2f86f8177825a321cb312d). …
- 02:23 Ticket #5501 (randomR overflow) created by
- When given a large range, randomR overflows at Double etc. …
09/22/11:
- 14:59 Ticket #5500 (old-time fails to build) created by
- When trying to build old-time-1.0.0.7 from hackage via cabal, I get the …
- 11:27 Ticket #5499 (Tagging constructors with record/product phantom type) created by
- As mentioned in …
09/21/11:
- 17:08 Ticket #5428 (Creating executable in OS X Lion) closed by
- worksforme: Confirmed: They're just warnings. Warnings shoo, shoo!
- 02:44 Ticket #5498 (Generalized newtype deriving allows creating of instances I can't create ...) created by
- First here is a simple module that establishes a list where once created …
- 00:49 Ticket #3556 (Build the bootstrapping ghc-pkg with ghc-cabal) closed by
- wontfix: Not sure it's worth having a ticket for this, I added a ToDo? comment to …
- 00:26 Ticket #5474 (Add facility for emitting heap profile marker) closed by
- duplicate: already have a ticket for this: #3021
09/20/11:
09/19/11:
- 00:23 Records edited by
- minor typos fixed (diff)
- 00:10 Ticket #5497 (Relax haskell98 build-dep on time package to allow time-1.4) created by
- Recently, hackage:time-1.4 got released (which features NFData instances …
09/18/11:
- 13:01 Ticket #5491 (build GHC binaries against GMP 5) closed by
- wontfix: The Linux builds are done on a Debian/stable machine, and Debian stable …
09/17/11:
- 20:06 Ticket #5496 (Reify class instances) created by
- […]
- 15:30 Ticket #4256 (ghc -e :etags duplicates first character of some symbols, producing broken ...) closed by
- fixed: Fixed
- 15:30 Ticket #4239 (-ddump-minimal-imports vs. type operators) closed by
- fixed: Fixed.
- 13:10 Ticket #4176 (reject unary minus in infix left hand side function bindings that resolve ...) closed by
- wontfix: hugs September 2006 rejects this with: […] but as far as I can tell it …
- 04:53 Ticket #4321 (Unexpected stack overflow prevented by superfluous type annotation) closed by
- fixed: Closing this, via-C is going/gone. Although I still get ...34 on my 32-bit …
- 02:43 Status/SLPJ-Tickets edited by
- Corrected ticket number for slow x2 (diff)
09/16/11:
- 19:14 Ticket #5495 (simple program fails with -shared on mac) created by
- […] This happened on both of the two systems I tried it on. Package …
- 09:55 Ticket #5494 ("PAP object entered!" error when throw is used instead of throwIO) created by
- The following program […] triggers a "PAP object entered!" crash in …
- 09:36 Ticket #3592 (Eta-contraction gives a rather bogus type error message) closed by
- fixed
- 07:58 Ticket #5493 (@instance Control.Applicative.Applicative Q@) created by
- Why not?
- 05:55 Ticket #5490 (Core lint error after desugaring) closed by
- fixed: Thank you! I can't forsee all the consequences of this bug on execution. …
- 04:06 Records edited by
- (diff)
- 00:49 Ticket #5492 (Underscore not a valid name for a class member) closed by
- invalid: "_" is a pattern, not an identifier. So it's rightly rejected. Have a …
09/15/11:
- 17:07 Ticket #5492 (Underscore not a valid name for a class member) created by
- The following program is rejected: […] Note I could only reproduce …
- 16:10 Ticket #5491 (build GHC binaries against GMP 5) created by
- Currently the development and release binaries are built against the …
- 13:37 Ticket #4956 (threadDelay behavior 64-bit mac os x) closed by
- worksforme: No response from submitter, and worked for me.
- 10:17 Ticket #4923 (HEAD unregisterised build broken: unlit missing) closed by
- fixed: unreg builds of 7.2.1 work, so presumably this was fixed at some point.
- 09:22 Ticket #5490 (Core lint error after desugaring) created by
- I was investigating a "PAP object entered!" crash and found out that …
- 08:34 Ticket #4892 (panic building darcs) closed by
- invalid: No testcase, so closing.
- 08:29 Ticket #4853 (Invalid links on web page) closed by
- fixed: The doc links work now, and I've just removed the out-of-date buildbot …
- 08:18 Ticket #4475 (unreliable ghc on sparc) closed by
- wontfix: Not a tier 1 platform, so closing.
- 06:21 Ticket #4219 (sequence is not tail recursive, doesn't work with large inputs in strict ...) closed by
- wontfix: We don't have a general way to optimise this, so closing.
- 03:02 Records edited by
- Linked to previous discussion about local modules. (diff)
- 02:56 Records edited by
- removed problems with namespace part (diff)
- 02:50 Records edited by
- Typo: binging => binding (diff)
- 02:45 Records edited by
- Add missing word 'other' in "Are there any other approaches?" (diff)
- 02:40 Records edited by
- Added some problems I've experienced with record name clashes. (diff)
- 02:34 Ticket #5489 (Win7: Bootstrapping 7.3 from 7.2.1 using msys git 1.7.6 causes integer-gmp ...) created by
- Following the getting started instructions and the approximate suggested …
- 01:48 Ticket #5485 (Build failure on powerpc-linux at compiler/stgSyn/CoreToStg.lhs line 188) closed by
- fixed: OK now I claim it's fixed! Try now.
- 01:46 Records edited by
- (diff)
- 01:43 Records edited by
- (diff)
- 01:43 Records created by
09/14/11:
- 23:45 Ticket #5488 (GHC-7.2.1 standalone failed to bootstrap ghc-HEAD on windows) created by
- AR_STAGE0 gets set to: …
- 23:43 RunTimeData edited by
- (diff)
- 18:40 Ticket #5487 (LLVM broken at -O0) closed by
- fixed: OK. nevermind, this isn't present in 7.2.1. It was in 7.0.3.
- 18:30 Ticket #5487 (LLVM broken at -O0) created by
- The LLVM Mangler doesn't seem to be getting run at -O0. So no compiles …
- 18:13 Ticket #5486 (LLVM can't compile HsOpenSSL) created by
- […] Also seems to be some mangler problems.
- 16:56 Ticket #4194 (add no spaces allowed in new qualified operators to user guide) closed by
- fixed: NewQualifiedOperators was removed, so this ticket is now redundant.
- 09:23 Ticket #5478 (GHC panics when asked to derive Show for ByteArray#) closed by
- fixed: Thanks for finding this bug.
- 04:05 Ticket #5485 (Build failure on powerpc-linux at compiler/stgSyn/CoreToStg.lhs line 188) closed by
- fixed
- 01:13 Ticket #5485 (Build failure on powerpc-linux at compiler/stgSyn/CoreToStg.lhs line 188) created by
- Current GHC head fails to build on powerpc-linux: […] Resetting to …
- 00:15 KindFact edited by
- (diff)
09/13/11:
- 17:07 SafeHaskell edited by
- (diff)
- 17:03 SafeHaskell edited by
- (diff)
- 16:57 Ticket #4117 (GHC does not accept --srcdir) closed by
- wontfix: I don't think this will ever be a high priority for us, so I'm going to …
- 16:48 Ticket #4062 (Bad choice of loop breaker?) closed by
- invalid: No testcase, so closing
- 14:03 Ticket #3993 (allow implicit parameter bindings in patterns) closed by
- wontfix: This seems to have little support, so I'll close the ticket.
- 13:38 Ticket #3829 (GHC leaks memory when compiling many files) closed by
- worksforme: I had a look a --make's memory usage a while ago, but it seemed that the …
- 13:26 Ticket #3743 (type checker fails to infer an implicit parameter constraint in the ...) closed by
- fixed: This now works. I've added a test.
- 11:12 Ticket #3737 (inlining happens on foldl1 and does not happen on direct application of ...) closed by
- fixed: Hopefully fixed, and no response from submitter, so closing.
- 11:09 Ticket #3715 (GHC API no longer exports location information for error/warning messages) closed by
- fixed: The problem is fixed, so closing the ticket.
- 09:19 Ticket #3608 (Build the ghc-bin package in the standard way) closed by
- fixed: ghc-bin uses Cabal nowadays.
- 03:00 Ticket #5465 (deepseq missing NFData instances for (->), Data.Fixed and Data.Version) closed by
- fixed: Pushed.
09/12/11:
- 07:32 Ticket #5484 (HEAD build fails with ghc-7.2.1) created by
- Buidling HEAD with ghc-7.2.1 as bootstrapping compiler fails with a …
- 06:56 KindFact edited by
- (diff)
- 06:54 KindFact edited by
- (diff)
- 05:59 KindFact edited by
- (diff)
- 02:57 Ticket #5483 (Eta-reduced term has wrongly inferred monomorphic type) closed by
- invalid: * Why rowtotals' is monomorphic: …
- 02:46 Ticket #1799 (Retain export-list order in ModIface, use it in :browse) closed by
- fixed: The order is now stable, so closing. We may in the future use info from …
- 02:45 Ticket #3507 (In TH, allow e.g. (type T) rather than ''T) closed by
- wontfix: No support for this, so closing as wontfix.
- 02:35 Ticket #5483 (Eta-reduced term has wrongly inferred monomorphic type) created by
- Hi, When creating a file with the following two definitions: […] And …
09/11/11:
- 11:13 Ticket #2897 (HsFFI.h is not in the default include path for hsc2hs) closed by
- fixed: I'm going to declare this fixed by: […]
- 10:46 Ticket #5481 (Associated type defaults + MultiParamTypeClasses error) closed by
- fixed
- 10:43 Ticket #2911 (Error messages have the wrong qualified names) closed by
- wontfix: I'm going to close this as not worth fixing. After all, errors are already …
- 10:40 Ticket #5482 (isSymbolicLink doesn't work) closed by
- worksforme: I suspect you're using getFileStatus rather than …
- 10:24 Ticket #5482 (isSymbolicLink doesn't work) created by
- This function from System.Posix.Files (unix-2.5.0.0) always returns False …
- 09:50 Ticket #2281 (properFraction implemented with modf primitive?) closed by
- wontfix: I'm going to close this ticket, but I suggest that if anyone is interested …
- 07:46 Ticket #5353 (Cabal bug building haddock, alex, happy, etc) closed by
- fixed: Fixed by […] in Cabal HEAD, and Duncan says he'll make a new stable …
- 07:14 Ticket #5481 (Associated type defaults + MultiParamTypeClasses error) created by
- If I try this with GHC HEAD as of yesterday: […] I get this error: …
- 06:49 Ticket #5477 (Missing space in Windows cmd.exe invocation breaks shell command ...) closed by
- fixed: Applied, thanks: […]
- 06:30 Ticket #5450 (copy-pasto in IntMap docs) closed by
- fixed: Thanks, fixed. Also improved the documentation of fromListWith.
- 03:55 Ticket #5479 (The impossible happened!) closed by
- duplicate: Thanks for the report. I'll close this ticket as it's a duplicate of …
- 03:19 Ticket #5480 (Ghc 7.2.1 does not build anymore on NetBSD) created by
- While ghc 7.0.4 builds fine, changes between 7.0.4 and 7.2.1 breaks the …
- 00:22 Ticket #5479 (The impossible happened!) created by
- Running my haskell script gives me the following error: eliza.hs: …
09/10/11:
- 08:55 Ticket #5299 (ghc.exe: panic! (the 'impossible' happened)) closed by
- worksforme: No response from submitter.
- 08:54 Ticket #5271 (Compilation speed regression) closed by
- worksforme: If you still think there's a problem, please reopen and include some way …
- 08:52 Ticket #5212 (waitForProcess: does not exist (No child processes)) closed by
- worksforme: No response from submitter.
- 08:48 Ticket #5048 (Wrong SrcSpan on AbsBinds) closed by
- fixed: No response from submitter, so assuming it's fixed.
- 08:45 Ticket #4987 (darcs: internal error: stg_ap_v_ret (GHC version 7.0.1 for ...) closed by
- wontfix: No testcase, so closing.
- 08:43 Ticket #4805 (segfault in Data.HashTable, triggered by long Agda runs) closed by
- invalid: Please reopen if you have a way to reproduce this.
- 08:42 Ticket #4473 (GHC --make switch does not set file timestamp correctly) closed by
- fixed: No response from submitter, so closing.
- 08:27 Ticket #813 (-optc-O2 used by default in GhcRtsHcOpts while building 6.5, leading make ...) closed by
- fixed: No response, so let's assume it's fixed.
- 08:25 Ticket #68 (Warnings for unitialized fields) closed by
- wontfix: There doesn't seem to be a consensus that anything should be done, so I'm …
- 05:51 Ticket #5478 (GHC panics when asked to derive Show for ByteArray#) created by
- The following Haskell […] caused GHC to panic with […]
09/09/11:
- 22:11 Ticket #5477 (Missing space in Windows cmd.exe invocation breaks shell command ...) created by
- Consider this code example: […] When compiled and run on Wine, using …
- 15:27 Ticket #5476 (Cap memory usage for one thread without disrupting other threads) created by
- I would like to be able to programmatically guard against runaway memory …
- 13:05 Ticket #5068 (Possible loss of sharing: big performance change) closed by
- wontfix: I am not sure this is worth addressing. At the very least, I won't have …
- 11:35 Contributors edited by
- (diff)
- 11:34 Contributors edited by
- (diff)
- 11:33 SafeHaskell edited by
- update for -XPackageTrust and safe inference (diff)
- 07:47 Ticket #5475 (Unthrown exceptions) created by
- With today's HEAD, I got five unexpected failures because some exceptions …
- 05:10 Ticket #5474 (Add facility for emitting heap profile marker) created by
- When analysing heap profile diagrams I often want correlate certain points …
- 04:47 Ticket #4946 (reify does not work on data structures defined in files without Language ...) closed by
- invalid: Yes, you need to compile DataStructures.hs either with …
- 02:20 Ticket #5441 (unsafeCoerce'ing function to GHC.Prim.Any causes segfault) closed by
- fixed: Ulf, thank you for identifying a nice small test case. Very helpful. …
- 02:03 Ticket #5473 (sortBy is no longer a good consumer in GHC 7) created by
- The …
09/08/11:
- 08:15 Ticket #5472 (eventlog file should drop ".exe" exetention for consistency.) created by
- GHC profiler always drop ".exe" extention in output file's name. But …
- 07:26 Ticket #5471 (Incorrect InterruptibleFFI test) created by
- It seems that …
- 07:06 Ticket #5468 (Implement deepseq->{array,containers} dependancy reversal proposal) closed by
- fixed: deepseq is now a core package, and the containers instances are in the …
- 00:35 Ticket #5470 (The DPH library needs to support PData and PRepr instances for more than ...) created by
- Currently, Data.Array.Parallel.PArray.PDataInstances only generates …
Note: See TracTimeline
for information about the timeline view.
