Timeline


and

07/29/10:

13:23 Ticket #4229 (relatively simple test case for "internal error: PAP object entered!" on ...) created by carlhowells
So, here's a test case […] […] --------- […] I couldn't …
11:51 Ticket #4228 (atanh (-1) returns NaN instead of -Infinity) created by sbroadhead
According to the man page for libc's atanh: If x is +1 or -1, a pole …
06:03 Ticket #1344 (Overflow bug in hex character literals) closed by igloo
fixed: Patches applied, thanks!
06:02 Ticket #4204 (Link-Time Undefined Reference Errors) closed by igloo
fixed: Patch applied, thanks!
06:02 Ticket #4205 (Improve Threading Support for FreeBSD) closed by igloo
fixed: Patch applied, thanks!

07/28/10:

12:15 Ticket #4183 (The ghc-asm created by OSX installer has a broken shebang for ...) closed by igloo
fixed: Fixed: […]
12:14 Ticket #4206 (failure to compile on Mac OS 10.4 with ghc 6.10.4) closed by igloo
fixed: […]
09:03 Status/SLPJ-Tickets edited by simonpj
(diff)
09:01 Ticket #4227 (Allow SPECIALISE pragmas for functions defined in another module) created by simonpj
See …

07/27/10:

14:29 Ticket #4208 (ghci/Linker.lhs space leaks) closed by igloo
fixed: Thanks for the report; fixed: […]
00:05 Status/SLPJ-Tickets edited by simonpj
(diff)

07/26/10:

21:05 Ticket #4226 (Lifting constraints is questionably correct for implicit parameters.) created by dolio
Greetings, While fooling with implicit parameters today, I encountered an …
12:47 Ticket #4225 (RTS -i (heap profiling interval) documentation could be clearer) created by ClaudiusMaximus
As profiling overhead depends on heap size, hp2ps (for example) gives …
11:41 Ticket #4224 (Remove "class DOpt" after new typechecker merge) created by igloo
Remove class DOpt from main/DynFlags.hs after the new typechecker …
09:54 Commentary/Rts/HaskellExecution/PointerTagging edited by Blaisorblade
Grammar fix (diff)
04:44 Ticket #4223 (LLVM slower then NCG, C example) created by dterei
The following program is slower when compiled via the LLVM backend then …
04:16 Status/SLPJ-Tickets edited by simonpj
(diff)
04:02 Ticket #4222 (Template Haskell lets you reify supposedly-abstract data types) created by simonpj
Serguey Zefirov writes …
03:36 Status/SLPJ-Tickets edited by simonpj
(diff)

07/25/10:

21:16 Ticket #4221 (Calling freeHaskellFunctionPtr from C finalizer leads to crashes) created by ravi_n
I recently discovered that calling freeHaskellFunctionPtr from a C …
15:04 Ticket #4098 (Haskell2010 support) closed by igloo
fixed: Implemented in HEAD.

07/24/10:

20:34 Ticket #4220 (EmptyDataDecls + DeriveFunctor == Panic!) created by conal
I get "ghc: panic! (the 'impossible' happened)" from GHC 6.12.1 with a …
05:08 Ticket #4219 (sequence is not tail recursive, doesn't work with large inputs in strict ...) created by EyalLotem
replicateM 10000000 (randomIO >>= evaluate) blows the stack because of …
04:53 Ticket #4218 (System.Random is way too lazy) created by EyalLotem
randomRs is too lazy, generates lists of large lazy-state thunks, rather …

07/23/10:

23:52 Ticket #4217 (Haskell Platform for Mac depends on a non-standard /opt/local/bin/perl) created by zooko
$ …
23:51 Ticket #4216 (Haskell Platform for Mac doesn't seem to include "cabal" executable) created by zooko
I just installed the Haskell Platform for Mac, and it installed "ghc" into …
14:00 Ticket #4215 (canonicalizePath behaves strangely with paths that do not exist) created by creswick
The behavior of System.Directory.canonicalizePath is not documented (and …
13:58 Ticket #4214 (OSX 64bit: ghci: loadObj internal error) created by akborder
When I run ghci, it crashes with the following error message: […] …
06:44 Ticket #4213 (LLVM: Add support for TNTC to LLVM compiler suite) created by dterei
At the moment we handle TNTC in the LLVM backend in two different ways: …
06:39 Ticket #4212 (LLVM: space_leak_001 fails when GHC built with LLVM backend) created by dterei
If GHC is built with the LLVM backend, then the test, 'space_leak_001' …
06:12 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
(diff)
06:08 Ticket #4211 (LLVM: Stack alignment on OSX) created by dterei
On OSX the ABI requires that the stack is 16 byte aligned when making …
06:05 Ticket #4210 (LLVM: Dynamic Library Support) created by dterei
dynamic library status: […] The LLVM backend doesn't support dynamic …
05:38 Ticket #4209 (LLVM: Vector code segfaults under OSX) created by dterei
The following code: […] Segfaults under OSX when compiled with GHC …
01:16 Ticket #4208 (ghci/Linker.lhs space leaks) created by TristanAllwood
Lots of repeated calls to getHValue in ghci/Linker.lhs will cause a thunk …

07/21/10:

12:33 Ticket #4207 (compile failure: *** ParseCmm: <interno>:0:1: lexical error) created by slyfox
When ghc is compiled in LANGUAGE=es LANG=es_ES.UTF-8 Cmm lexer …
08:07 Ticket #4188 (Template Haskell support for reifying non-vanilla data constructors) closed by simonpj
fixed: Very true! Done. As a result I've fixed it so you can reify *anything* …
02:54 Ticket #4167 (Add numSparks# to return the number of elements in the current ...) closed by simonmar
fixed: Done: […] and libraries/base: […]
00:09 Status/SLPJ-Tickets edited by simonpj
(diff)
00:08 Ticket #4191 (Replace -fstrict-dicts with programmer-custom strictness annotations for ...) closed by simonpj
duplicate: Oh, we also have #2439, so I'm going to cross ref this thread from there, …

07/20/10:

12:01 Ticket #4202 (Cannot open a file with double quotes in the name) closed by guest
invalid: The filename actually did not contain normal (ASCII) double quotes in the …
03:01 CrossCompilation edited by simonmar
(diff)

07/19/10:

05:31 CrossCompilation edited by simonmar
we don't build the stage 0 compiler (diff)
04:55 CrossCompilation edited by simonmar
typo (diff)
04:54 CrossCompilation edited by simonmar
expand description (diff)

07/18/10:

15:04 Commentary/Compiler/Backends/LLVM/WIP edited by dterei
(diff)
11:58 Commentary/Compiler/Backends/LLVM/WIP edited by dterei
(diff)
11:55 Commentary/Compiler/Backends/LLVM/WIP edited by dterei
(diff)
09:47 Ticket #4206 (failure to compile on Mac OS 10.4 with ghc 6.10.4) created by zooko
I tried to build ghc 6.12.3 from the source tarball. It ended with: […]
09:19 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
(diff)
09:18 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
(diff)
09:16 Commentary/Compiler/Backends/LLVM/Installing edited by dterei
(diff)
09:13 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
(diff)
09:12 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
Update for recent changes (diff)
08:10 CrossCompilation edited by igloo
(diff)
08:09 CrossCompilation edited by igloo
(diff)
06:01 Ticket #4171 (make install failure on integer-gmp) closed by Phyx-
invalid: Yes I did, but recently I was forced to throw away the entire repo and …
01:34 Ticket #4205 (Improve Threading Support for FreeBSD) created by pgj
Some functions are not implemented for FreeBSD which are required to run …

07/17/10:

13:21 Ticket #4195 (isGadtSyntaxTyCon returns opposite result from expected) closed by igloo
fixed: Applied, thanks!
12:55 Debugging/InstallingPackagesInplace edited by slyfox
fixed typo (diff)
12:20 Ticket #4204 (Link-Time Undefined Reference Errors) created by pgj
An undefined reference error is generated on FreeBSD at linking time …
10:19 Ticket #4203 (ghc-6.12.3 fails to compile xmonad-0.9.1 tests) created by slyfox
Long story: […] got: […] (whole error message is in …

07/16/10:

13:31 Ticket #4202 (Cannot open a file with double quotes in the name) created by guest
When trying to open a file with double quotes in the name, using …
08:20 Status/SLPJ-Tickets edited by simonpj
(diff)
02:51 Ticket #4201 (Improve eta reduction) created by simonpj
Consider […] This will allocate a closure for (\ x -> bar (x cast` …
01:26 Status/SLPJ-Tickets edited by simonpj
(diff)
01:17 Ticket #4164 (stm-2.1.2.0 build failure on GHC < 6.10) closed by simonmar
fixed: thanks to Duncan we know what the problem is - a bug that was fixed in …
01:14 Ticket #4200 (UndecidableInstances not needed for equality constraints) created by simonpj
Consider […] Without -XUndecidableInstaces we get […] But the …

07/15/10:

17:50 Building/Porting edited by igloo
(diff)
13:40 Ticket #4199 (createDirectoryIfMissing fails if directory exists on 32-bit windows) created by creswick
createDirectoryIfMissing generates an exception when running on 32-bit …
08:07 Ticket #4198 (waitForProcess fails with "Bad file descriptor") created by yugr
I am running this small sample program: […] from this Haskell code …
06:59 Ticket #4197 (clarify which names can not be quoted) created by maeder
http://www.haskell.org/ghc/docs/6.12.2/html/users_guide/template-haskell.ht
06:50 Ticket #4196 (add more stolen syntax to the user guide) created by maeder
language extensions: - Bang Patterns disallow an infix funlhs for "!" - …
06:48 Ticket #4195 (isGadtSyntaxTyCon returns opposite result from expected) created by illissius
TyCon.isGadtSyntaxTyCon was returning False for GADTs and True for ADTs; …
06:43 Ticket #4194 (add no spaces allowed in new qualified operators to user guide) created by maeder
see …

07/14/10:

22:06 Ticket #4193 (Add function to create new hashtables with a default size) created by japple
In other some standard libraries (Java, OCaml), hash tables can be created …
20:55 Ticket #4192 (Proposed process piping function to be added to the "process" package) created by golubovsky
Hi, I'd like to propose the following function to be added to the …
12:59 Ticket #4191 (Replace -fstrict-dicts with programmer-custom strictness annotations for ...) created by LouisWasserman
Could we perhaps add syntax that looks like […] to indicate that a …
10:04 CrossCompilation edited by igloo
(diff)
09:39 CrossCompilation edited by igloo
(diff)
09:37 CrossCompilation edited by igloo
(diff)
01:24 Ticket #4190 (Poor error message for unrecognised flag in GHCi's :set) created by simonmar
[…] There's no error message, just a non-existent location, and the …

07/13/10:

23:37 Ticket #4189 ((<.>) operator (generalizing (.) to Functor)) created by uzytkownik
Currently there are following operators: […] However defining the …
12:43 Ticket #4188 (Template Haskell support for reifying non-vanilla data constructors) created by illissius
Apart from not supporting GADT syntax, Template Haskell also doesn't …
11:20 Ticket #4187 (Seg fault with Text.Regex) created by kfisher
I have been seeing ghci seg fault, hang, or exit with the error: …
05:55 Status/SLPJ-Tickets edited by simonpj
(diff)
05:19 Ticket #4173 (Bad warning from quoted instance) closed by simonpj
fixed: Fixed by […] and […]
05:14 Ticket #4136 (Automatically derived Read of operator is not inverse of automatically ...) closed by simonpj
fixed: Good point. Fixed by […] and […] Simon

07/12/10:

13:08 Ticket #4186 (-dcore-lint and -fstrict-dicts break anything that uses a type class) created by LouisWasserman
[…] 4181 may be an instance of this.
10:47 Ticket #4185 (Deriving higher-arity instances for newtype family instances fails) created by LouisWasserman
[…] fails with […] Attempting to use StandaloneDeriving?: […] …
05:45 Ticket #4184 (Squirrelly inliner behaviour leads to 80x slowdown) created by bos
Recently, I switched the mwc-random package …

07/11/10:

17:47 Ticket #4183 (The ghc-asm created by OSX installer has a broken shebang for ...) created by GregoryCollins
The version of ghc-asm bundled with the OSX binary installer has a shebang …

07/10/10:

11:33 Commentary/Compiler/Backends/LLVM/Installing edited by nathanhowell
(diff)

07/09/10:

13:45 Building/Preparation/Linux edited by bpt
list debian package names (e.g. glibc-dev -> libc6-dev) (diff)
06:21 Ticket #4035 (Asynchronous exception wormholes kill modularity) closed by simonmar
fixed: Fixed; see #1036.
06:19 Ticket #1036 (Asynchronous exceptions improvements) closed by simonmar
fixed: Done: […] and […]
06:16 Ticket #3944 (Asynchronous exceptions and laziness bugs (with fixes) in ...) closed by simonmar
fixed: Fixed: […]
06:15 Ticket #2208 (many .xml files for the User's Manual force xml-mode in emacs) closed by simonmar
fixed: Fixed: […]
02:06 Ticket #4182 (GHC fails when -H flag is passed) closed by simonmar
fixed: Thanks for the report; looks like this one is fixed in HEAD: […]
01:01 Ticket #4182 (GHC fails when -H flag is passed) created by guest
>>ghc -H ghc: panic! (the 'impossible' happened) (GHC version 6.10.4 for …

07/08/10:

12:59 Ticket #4181 (Template Haskell + -fdicts-strict fails) created by LouisWasserman
[…] When compiled with -fdicts-strict -XTemplateHaskell, the resulting …
08:25 Ticket #4180 (do not consider associativity for unary minus for fixity resolution) created by maeder
1. currently an expression "1 + - 1" is rejected, because "1 + (-1)" …
05:34 Status/SLPJ-Tickets edited by simonpj
(diff)
05:34 Ticket #4179 (Infinite loop with type function inference) created by simonpj
Kevin Quick (quick@…) writes: I started with the following: […] …
05:30 Status/SLPJ-Tickets edited by simonpj
(diff)
04:53 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
(diff)
04:46 Status/SLPJ-Tickets edited by simonpj
(diff)
04:40 Status/SLPJ-Tickets edited by simonpj
(diff)
03:34 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
(diff)
03:32 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
Remove fixed bugs (diff)
03:13 Ticket #1908 (Haskell code as a DLL triggers timeouts in the client program) closed by simonmar
fixed: Fixed the docs: […]
02:38 Ticket #2558 (re-throwing an asynchronous exception throws it synchronously) closed by simonmar
wontfix: Closing this ticket (see previous comment); I don't think there's anything …
01:13 Ticket #4178 (Lazy evaluation of type families causes quantified type variables to ...) created by intoverflow
This may be related to tickets #3005 and #3297. Consider the following …

07/07/10:

19:39 Ticket #4177 (GHCi should allow custom definition of print for implicit output) created by ezyang
Right now, a value of type a desugars to: […] Where print is actually …
02:27 Ticket #4176 (reject unary minus in infix left hand side function bindings that resolve ...) created by maeder
a program like: […] evaluates (unexpectedly) as […]
00:05 Ticket #4175 (GHCi support for type/data families should match that of related features) created by claus
Currently, GHCi queries are not as helpful with type and data families as …

07/06/10:

14:07 Ticket #4174 (Jumbled error message from type family operator) created by lilac
The attached file produces this error message: […] That should say …

07/05/10:

15:37 Ticket #4161 (Space leak with lazy splitAt and (++)) closed by igloo
duplicate: Duplicate of #2607
14:52 Ticket #4173 (Bad warning from quoted instance) created by igloo
This quoted instance gives a bogus warning; from #4127. […]
10:45 Ticket #4172 (GHC build failes when BuildFlavour = prof is used) created by Phyx-
when building ghc with profiling support a segfault happens …
06:29 Ticket #4164 (stm-2.1.2.0 build failure on GHC < 6.10) closed by simonmar
fixed: Thanks for the report - I've just uploaded stm-2.1.2.1 with the fix.
05:58 Ticket #4171 (make install failure on integer-gmp) created by Phyx-
After building the current GHC HEAD and trying to do a make install, it …
05:51 Ticket #3527 (unGetChan should be able to interrupt readChan) closed by simonmar
duplicate: merging into #4154.
04:55 Ticket #2362 (allow full import syntax in GHCi) closed by simonmar
fixed: Applied, thanks for the contribution! […]
03:59 Ticket #4166 (unsafeCoerce#'s kind is not as liberal enough to inspect tag bits.) closed by simonmar
worksforme: Happily, this already works. […] it works because unsafeCoerce# is …

07/04/10:

17:07 Commentary/Compiler/Parser edited by strake
Added how Parser.y.pp becomes Parser.y (diff)
13:09 Ticket #4170 (Invalid "duplicate instance" error) created by verdelyi
Test case: […] Error: […]
11:43 Ticket #4169 (TH vs. default function implementation: internal error) created by verdelyi
Testcase: […] It gives an internal error: […] May be related to …
11:13 Ticket #4157 (A bug of dropWhileR in Data.Sequence) closed by igloo
fixed: Thanks for the report; fixed: […]
11:12 Ticket #4156 (globbing not switched off? interferes with substring matching) closed by igloo
fixed: Thanks for the report; fixed: […]

07/03/10:

15:58 Ticket #4147 ('withFilePath' not in scope, windows build, using base 4.1.0.0) closed by igloo
fixed: directory-1.0.1.2 uploaded.
14:44 WikiStart edited by simonmar
(diff)
14:40 WikiStart edited by simonmar
(diff)

07/02/10:

23:54 Ticket #4168 (Add StringPrimL to template-haskell) created by ekmett
In designing a template haskell lexer, you cannot get the same performance …
23:43 Ticket #4167 (Add numSparks# to return the number of elements in the current ...) created by ekmett
Adding […] returning […] from the c-- backend would permit user …
23:21 Ticket #4166 (unsafeCoerce#'s kind is not as liberal enough to inspect tag bits.) created by ekmett
Inspecting dynamic pointer tagging bits cannot be done with unsafeCoerce# …
07:04 Ticket #4165 (broken links in Cabal docs) created by simonmar
e.g. …
04:28 Ticket #4158 (Non-ASCII author name breaks ghc-pkg recache) closed by simonmar
fixed: Thanks for the report - in fact this was fixed in 6.12.2. Patch: […]

07/01/10:

09:39 Ticket #4164 (stm-2.1.2.0 build failure on GHC < 6.10) created by j3h
[…] The same build failure occurs on GHC 6.8 stm-2.1.1.2 or earlier …
08:34 Building/QuickStart edited by simonmar
(diff)
08:32 Building/Windows edited by simonmar
(diff)
08:29 Building/QuickStart edited by simonmar
direct hackers elsewhere (diff)
08:26 Building/Hacking edited by simonmar
Reorganise a bit (diff)
07:13 Ticket #4163 (Make cross-compilation work) created by simonmar
See CrossCompilation.
07:12 CrossCompilation created by simonmar

06/30/10:

12:38 Ticket #4162 (GHC API messes up signal handlers) created by jcpetruzza
A side-effect of using the runGhc function is that some signal …
10:39 Ticket #4161 (Space leak with lazy splitAt and (++)) created by guest
I have a program that does essentially let (prefix,suffix) = splitAtLazy …
08:57 Ticket #4153 (GHCi linker should load archives) closed by simonmar
duplicate: closing as duplicate of #3345
08:52 Ticket #4151 (Validate fails with GhcRtsWithPapi = YES) closed by simonmar
fixed: Applied, thanks: […]
08:50 Ticket #4134 (ghc-pkg register should reject relative paths) closed by simonmar
fixed: Fixed: […]
08:45 Commentary/Compiler/Backends/LLVM/WIP edited by dterei
(diff)
08:44 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by dterei
Remove label problem as fixed. (diff)
07:55 Commentary/Compiler/Backends/LLVM edited by dterei
(diff)

06/29/10:

07:24 Ticket #4160 (Panic! at the HEAD) created by LouisWasserman
HEAD panics, but 6.12.1 doesn't, at the following module: […]
02:25 Ticket #4159 (move Monad and MonadFix instances for Either from mtl to base) created by ross
These patches move the Monad and MonadFix? instances for Either (currently …
Note: See TracTimeline for information about the timeline view.