Timeline


and

06/11/09:

16:02 WikiStart edited by dibblego
(diff)
07:42 Ticket #3296 (mention also -RTS after stack overflow) created by maeder
a stack overflow is shown as follows: […] Maybe the usage message for …
07:39 Ticket #3291 ("Thread blocked indefinitely" kills the program despite being caught) closed by simonmar
invalid: The GC determines which threads are blocked indefinitely: those that are …

06/10/09:

15:34 Ticket #3295 (Null deref by threaded runtime scheduler) created by A1kmm
Using ghc and runtime built from HEAD on Tuesday (although this has been …
14:58 Ticket #3294 (Large compilation time/memory consumption) created by pumpkin
When compiling the attached test case in the following way: […] You can …
13:43 Ticket #3293 (Implement shiftLInteger and shiftRInteger) created by igloo
Currently shift for Integer (in Data.Bits) is defined in terms of …
12:01 Ticket #3292 (Add an 'ignore' function to Control.Monad) created by guest
See  http://www.haskell.org/pipermail/libraries/2009-June/thread.html#11880
09:48 Ticket #3291 ("Thread blocked indefinitely" kills the program despite being caught) created by batterseapower
Perhaps this is just me misunderstanding the semantics of exceptions, but …
06:58 Ticket #3290 (Add Functor, Applicative, Monad, and Monoid instances for ParseResult) created by YitzGale
In the haskell-src package, add the following instances to ParseResult: …
01:51 Ticket #3285 ("PAP object entered" on executable with profiling) closed by simonmar
duplicate: closing as duplicate after adding a note to #2197 - thanks for the report!

06/09/09:

19:24 Ticket #3289 (make -j3 (or make -j30) occasionally fails on 6.11) created by gbeshers
I've seen this a handful of times since the new build system was pushed. …
14:30 Ticket #3288 (GC assertion failure in reactive program) created by Baughn
In the same vein as [ http://hackage.haskell.org/trac/ghc/ticket/3279 bug …
07:17 Ticket #3287 (Malformed LANGUAGE pragma causes GHC panic) closed by simonmar
duplicate: Thanks for the report! See #3153
06:48 Ticket #3287 (Malformed LANGUAGE pragma causes GHC panic) created by caitt
Hi, I tried to compile file starting with {-# LANGUAGE …
06:26 Ticket #3286 (junk `naughty x86_64 register' after expression) created by igloo
This is a cut-down version of the hmm and logfloat packages on …

06/08/09:

05:21 Ticket #3285 ("PAP object entered" on executable with profiling) created by darchon
We're developing a tool that translates System Fc (GHC Core) to VHDL, and …
03:36 Ticket #3284 (ghc: panic! (the 'impossible' happened). RegAllocLinear.getStackSlotFor: ...) created by mpiechotka
[…] (Crypto 4.1.0)
01:07 Building/Troubleshooting edited by simonmar
(diff)
01:05 Building/Troubleshooting edited by simonmar
(diff)

06/07/09:

22:31 Ticket #3283 (Selective disabling of unused bind warnings) created by ajd
I like to compile with -fwarn-unused-binds to keep my code clean, but I …
14:15 Ticket #3282 (How to start an emacs editor within ghci asynchronously with :edit ...) created by petersonx
Hi Haskell Team, if i set my editor to ":set editor emacs &" and - say- …

06/05/09:

22:26 Ticket #3281 (The order of arguments to the function passed to nubBy got swapped somehow) closed by guest
duplicate
22:20 Ticket #3281 (The order of arguments to the function passed to nubBy got swapped somehow) created by guest
According to the Report: […] Hence, we should have that […] However …
22:19 Ticket #3280 (The order of arguments to the function passed to nubBy got swapped somehow) created by guest
According to the Report: […] Hence, we should have that […] However …
10:33 Ticket #3119 (Make ghc-6.10 use a non-executable stack (by bumping libffi)) closed by igloo
fixed: The HEAD now has 3.0.8 too.
09:06 Ticket #3279 (Segmentation fault in reactive program) created by Baughn
Trying to debug reactive, I triggered what appears to be a GHC bug. To …
08:57 Ticket #2806 (Require bang-patterns for unlifted bindings) closed by igloo
fixed: Now completed, documented, and a test added. I've also opened #3278 to …
08:42 Building/Troubleshooting edited by simonpj
(diff)
08:34 Building edited by simonpj
(diff)
05:26 Ticket #3278 (Make lazy unlifted bindings an error) created by igloo
Remove Opt_WarnLazyUnliftedBindings, and turn the warnTc into an …
03:34 Ticket #3277 (ghc-6.8.2: panic! (the 'impossible' happened) RnEnv.lookupImportedName) created by newhoggy
[…]

06/04/09:

19:24 Ticket #3276 (FilePath.addTrailingPathSeparator "" = "/") created by duncan
Since we often consider the filepath "" to be synonymous with ".", …
14:21 Ticket #3275 (ghc: panic! (the 'impossible' happened)) created by EricKow
I downloaded the beta of the Haskell Platform installer from …
06:22 Ticket #3274 (Add System.FilePath.Cygwin) created by NeilMitchell
I propose we add the module System.FilePath.Cygwin to the filepath …
05:24 Ticket #3273 (memory leak due to optimisation) created by sebf
Short summary: The attached programs use lots of space when compiled with …

06/03/09:

14:08 GhcPapers edited by hgolden
Correct link (diff)
14:02 ExplicitCallStack edited by hgolden
Correct link (diff)
12:22 Commentary/Compiler/StgSynType edited by hgolden
Update link to STG paper (diff)
02:08 Building/Preparation/Windows edited by simonmar
(diff)
01:16 Building/Troubleshooting edited by simonmar
remove a problem that was fixed (diff)

06/02/09:

21:34 Ticket #3272 (GHC panics when contexts are put late in function types) created by dmwit
Here's a simple transcript from ghci: […]
14:36 Ticket #3271 (New methods for Data.Sequence) created by LouisWasserman
Data.Sequence is meant as a general-purpose implementation of finite …
09:51 Building/Using edited by simonpj
(diff)
09:50 Building/Preparation/Windows edited by simonpj
(diff)
09:46 Building edited by simonpj
(diff)
08:36 Ticket #3186 (findExeutable does not respect order of search path on Windows) closed by simonmar
fixed: Fixed: […] d'oh, I got the bug number wrong in the patch. Oh well. …
08:32 Ticket #2650 (Child processes always unwantedly inherit Handles on Windows) closed by simonmar
fixed: Fixed: […] I think this part of the bug is much more unlikely to …
08:28 Ticket #3241 (System.Win32.Registry - incorrect length calculation in regSetStringValue) closed by simonmar
fixed: Fixed: […]
06:40 Ticket #3265 (Type operators can be defined without the TypeOperators extension flag) closed by simonpj
fixed: Quite right thanks. Fixed by […] Simon
05:47 Ticket #3253 (validate failure (GCC warning)) closed by igloo
fixed: Fixed: […]

06/01/09:

08:47 Ticket #3269 (Stop using PackedString in template-haskell; drop packedstring as a ...) closed by simonmar
duplicate
08:46 Ticket #3270 (Stop using PackedString in template-haskell; drop packedstring as a ...) created by simonmar
The packedstring library has been superseded by the bytestring and …
08:43 Ticket #3269 (Stop using PackedString in template-haskell; drop packedstring as a ...) created by simonmar
The packedstring library has been superseded by the bytestring and …
07:37 Ticket #3268 (implement the Cabal ${pkgroot} spec extension) created by duncan
See the proposal for relative paths in installed package descriptions: …
06:25 Ticket #3247 (GHCI segfaults when per-thread stack size is larger than max stack size) closed by simonmar
duplicate
05:19 Ticket #3256 (Extra EOT from NoBuffering mode in emacs) closed by simonmar
invalid: As far as I can tell, this is not a bug in GHC. The same behaviour can be …
03:51 Status/SLPJ-Tickets edited by simonpj
(diff)
03:09 Ticket #1346 (bootstrap from HC files) closed by igloo
fixed: Porting to a new platform is now working again: …

05/31/09:

12:44 Ticket #3267 (hasktags ctags output enhancement) created by vincent.berthoux
Modified version of hasktags which handle : - output redirection (-o …

05/30/09:

07:49 Ticket #3266 (Segment fault with WxHaskell and GHC 6.10.2) created by mcastellazzi
When i compile this very simple program : […] and that I run it with …

05/29/09:

07:32 Ticket #3265 (Type operators can be defined without the TypeOperators extension flag) created by nibro
The following code is accepted without any extension flags given: […] …
07:21 Ticket #3189 (Exception in canonicalizePath if path has national symbols) closed by simonmar
fixed: Fixed. In directory: […] and Win32: […]
07:19 Building/Preparation/Windows edited by simonmar
expand about python versions (diff)
05:57 Ticket #3218 (Proposal: System.Posix.fdReadBuf/fdWriteBuf) closed by simonmar
fixed: pushed. […]
05:04 Ticket #3098 (loadObj: failed) closed by simonmar
duplicate: closing as duplicate of #2973, it's been a couple of months since we asked …
05:01 Ticket #3264 (Real World Haskell book example issue) closed by simonmar
duplicate: duplicate of #2973. Thanks for the report! (and the screenshot!)
03:30 Ticket #3156 (Error on +RTS kHugeNumber) closed by simonmar
fixed: Fixed. There were a series of tweaks necessary to get this fully cleaned …
02:04 Ticket #3177 (support quasiquoting for types) closed by simonpj
fixed: OK, I've added a couple of tests and am closing. Simon
01:56 Ticket #3259 (A module-local combinator using Control.Parallel.par behaves differently ...) closed by simonpj
fixed: OK so after talking to Simon I indeed moved the exposure of lazy into …
01:52 Ticket #3262 (Identifiers beginning with _ should not be considered for shadowing) closed by simonpj
fixed: Good idea. Done […] Simon
01:50 Ticket #3261 (Some warnings disappear with -Werror) closed by simonpj
fixed: OK library patches pushed, so I'm closing this. Simon
00:52 Ticket #3257 (System.Exit.exitWith exits current thread, not program) closed by simonmar
fixed: Fixed: […]

05/28/09:

09:18 IOManager edited by tibbe
(diff)
08:56 Building/Using edited by simonpj
(diff)
08:48 Building/Using edited by simonpj
(diff)
08:45 Building edited by simonpj
(diff)
06:32 Ticket #3248 (internal error: splitLargeBlog) closed by simonmar
duplicate: Thanks for the report. Already reported as #3156
05:48 Ticket #3264 (Real World Haskell book example issue) created by oddy
load SimpleResult.hs from the chapter 5 of the book try to output alist …
05:46 Status/SLPJ-Tickets edited by simonpj
(diff)
02:08 IOManager created by tibbe
01:00 Ticket #3013 (New simple GADT feature) closed by simonpj
fixed: Good idea. Implemented (and documented) by […] Simon
00:59 Ticket #2953 (deriving Functor, Foldable, Traversable) closed by simonpj
fixed: OK done […] Simon

05/27/09:

22:42 Ticket #3263 (Warnings for monadic values not used) created by NeilMitchell
I would like two warnings. The first -fwarn-unused-monad-bind: …
15:52 Ticket #3262 (Identifiers beginning with _ should not be considered for shadowing) created by batterseapower
The following program: […] Prints this warning (when compiled with, …
14:26 Ticket #3261 (Some warnings disappear with -Werror) created by igloo
With q.hs: […] I get: […]
12:29 Ticket #3163 (GADTs should not allow polymorphism in return type) closed by simonpj
fixed: Done! The fix got mixed into a Template Haskell enhancement: […] …
12:17 Ticket #3221 (Incorrect "defined but not used" warning for data types using deriving) closed by simonpj
fixed: Fixed by […] Simon
06:40 Building/Using edited by simonpj
(diff)
00:08 Ticket #3260 (Linking stage2 on PPC gives "scattered reloc r_address too large") created by benl
Linking the head stage2 compiler on PPC has been failing since about the …

05/26/09:

08:24 Ticket #3097 (Parser doesn't support doc comments on type aliases) closed by igloo
wontfix: We won't be merging non-essential fixes into the 6.10 branch any more.
08:24 Ticket #3126 (GHC needs to be more careful about pattern match order) closed by igloo
wontfix: We won't be merging non-essential fixes into the 6.10 branch any more.
08:24 Ticket #3153 (Panic on syntactically wrong LANGUAGE pragma) closed by igloo
wontfix: We won't be merging non-essential fixes into the 6.10 branch any more.
08:24 Ticket #1779 (unknown symbol `hs_hpc_module') closed by igloo
wontfix: We won't be merging non-essential fixes into the 6.10 branch any more.
08:23 Ticket #3151 (Hello World does not compile (missing Prelude?)) closed by igloo
fixed: This was built without the libffi dependency in 6.10.3.
06:58 ExplicitCallStack edited by simonpj
(diff)
06:57 ExplicitCallStack edited by simonpj
(diff)
02:43 Building edited by simonpj
(diff)

05/25/09:

11:08 Ticket #3240 (Bad jump on PowerPC) closed by thorkilnaur
duplicate: I believe that this is a duplicate of #1845, so closing. Best regards …

05/24/09:

18:30 Ticket #3259 (A module-local combinator using Control.Parallel.par behaves differently ...) created by blamario
There's a moderately long thread@haskell-cafe discussing the problem at: …
14:59 Ticket #3258 (a.out file in ghc 6.10.3 package, under libraries/haskeline) closed by judah
fixed: Now fixed in Haskeline's HEAD, with the following patch: […]
12:57 Ticket #3237 (Target binary-dist fails when building GHC with DPH) closed by igloo
fixed: Thanks for the report. The errors were actually only cosmetic, but worth …
12:51 Ticket #3229 (queued GHCi commands are not resume context specific) closed by igloo
wontfix: If I understand correctly, you are saying that in the "rv\n:continue" the …
11:42 Ticket #3209 (Use Levenshtein distance for unknown identifier errors) closed by igloo
duplicate: Thanks for the suggestion. I'm closing this ticket as a duplicate of …
10:59 Ticket #3258 (a.out file in ghc 6.10.3 package, under libraries/haskeline) created by guest
Summary says it all, it seems to have snuck in there; maybe there's some …
09:47 Ticket #3142 (unix-2.3.2.0 needs base >= 4.1 in .cabal file) closed by igloo
fixed: Fixed: […]
09:46 Ticket #3172 (syb-0.1.0.1 doesn't require base >= 4 in its .cabal file) closed by igloo
fixed: Fixed: […]
09:45 Ticket #3141 (directory-1.0.0.3 needs base == 4.* in .cabal file.) closed by igloo
fixed: Fixed: […]
09:12 Ticket #3188 (instance Random for Data.Word) closed by igloo
wontfix: Thanks for the suggestion, Can you please make library submission for …
08:38 Ticket #3250 (can't build ghc-6.11: "Failed to load interface for `GHC'") closed by igloo
fixed: Fixed: […]

05/23/09:

22:09 Ticket #3257 (System.Exit.exitWith exits current thread, not program) created by Bart Massey
The documentation for System.Exit is a bit ambiguous about what the …
15:51 Ticket #3141 (directory-1.0.0.3 needs base == 4.* in .cabal file.) reopened by duncan
Replying to igloo: > I'm afraid we don't support using …
13:39 Ticket #3196 (libHSffi_p.a should not be created when profiled libs are disabled) closed by igloo
fixed: Thanks for the patch; however, this is handled differently in the new …
13:29 Ticket #3159 (QSem fails with negative quantities) closed by igloo
fixed: I've documented the 0 minimum quantity.
13:21 Ticket #3164 (ghc: panic! (the 'impossible' happened) while building pandoc on a macbook) closed by igloo
duplicate: Closing this as a duplicate
12:53 Ticket #3141 (directory-1.0.0.3 needs base == 4.* in .cabal file.) closed by igloo
invalid: I'm afraid we don't support using bootlibs with older versions of GHC, …
11:33 Ticket #3249 (Unable to install Ghc packages by MacPorts) closed by igloo
duplicate: Thanks for the report. This is a duplicate of #2753, and will be fixed as …
11:23 Ticket #3242 (ghci: can't load .so/.DLL for: m (addDLL: could not load DLL)) closed by igloo
invalid: Thanks for the report. The hipmunk cabal file unconditionally says […] …
11:11 Ticket #3235 (ghci-6.10.3 can't be built with readline support) closed by igloo
wontfix: I agree that time would be better spent improving haskeline than trying to …
08:30 WikiStart edited by igloo
(diff)
06:34 Ticket #1717 (ghc-6.8 configure does not recognise 32bit userland on ppc64) closed by igloo
fixed: We now get the platform from the bootstrapping compiler's `ghc +RTS …

05/22/09:

10:54 Ticket #3253 (validate failure (GCC warning)) reopened by isaacdupree
:-( I pulled those changes, and now I'm getting another …
09:40 Building/Porting edited by pumpkin
(diff)
08:47 Ticket #3256 (Extra EOT from NoBuffering mode in emacs) created by judah
Compile the following program: […] Then start emacs, run M-x shell, …
08:40 Building/Unregisterised edited by igloo
(diff)
08:10 Ticket #3231 (Permission denied error with runProcess/openFile) closed by igloo
fixed: Both merged.
08:09 Ticket #3243 (Forked gcc dies everytimes on Mac OS X 10.4.11) closed by igloo
fixed: Merged.
04:52 Building/Porting edited by igloo
(diff)
04:40 Ticket #3253 (validate failure (GCC warning)) closed by simonmar
fixed: Fixed. In GHC: […]
04:28 Ticket #3207 (readMutVar# is inlined/duplicated) closed by igloo
fixed: Merged.
02:40 Ticket #3255 (libHSrts_thr_p.a created even when profiling disabled) closed by simonmar
fixed: Fixed in the new build system.

05/21/09:

21:23 Ticket #3255 (libHSrts_thr_p.a created even when profiling disabled) created by juhpetersen
When I build ghc-6.10.3 with: […] to disable prof libraries, …
21:18 Ticket #3254 (add a configure option to turn off profiling) created by juhpetersen
It is a bit tedious right now have to track GhcLibWays?, etc by hand to …
15:30 Ticket #3253 (validate failure (GCC warning)) created by isaacdupree
compiling on Ubuntu "Jaunty" 9.04, bootstrapping HEAD using its packages …
07:02 Ticket #3252 (having to call hs_add_root(__stginit_Foo) is a bit of a pain) created by duncan
For C code calling C functions exported from Haskell code, it has to jump …
05:29 Ticket #3251 (split rts headers into public and private) created by duncan
C code calling into the rts, eg to initialise it, uses header files like …
04:57 Ticket #3201 (ar: Bad file number) closed by simonmar
fixed: […] Incedentally: 32767 didn't work for me, but 30000 did.

05/20/09:

21:39 Ticket #3250 (can't build ghc-6.11: "Failed to load interface for `GHC'") created by juhpetersen
I was trying to build ghc-6.11.20090520 on Fedora 10 x86_64 with …
17:59 DataParallel/Regular edited by gckeller
(diff)
17:17 DataParallel/WorkPlan edited by chak
(diff)
14:31 Building/Modifying edited by nr
say how to remove a GHC source file (diff)
13:27 Building/Porting edited by igloo
(diff)
13:15 Ticket #3249 (Unable to install Ghc packages by MacPorts) created by soopo
I was asked to send the following error here. I am not sure where the bug …
10:00 Ticket #3248 (internal error: splitLargeBlog) created by odr
When I tried to run my program with options +RTS -k4M -K16M I got an …
06:36 Building/Porting edited by igloo
(diff)
06:03 Ticket #2966 (build system does not respect --with-gcc=) closed by simonmar
fixed: The new build system does respect --with-gcc properly. I just did a …
05:41 Building/Porting edited by igloo
(diff)
05:37 Building/Porting edited by igloo
(diff)
05:33 Building/Porting edited by igloo
(diff)
05:23 Building/Porting edited by igloo
(diff)
05:15 Building/Porting edited by igloo
(diff)
05:14 Building/Porting edited by igloo
(diff)
03:01 Building/Troubleshooting edited by simonmar
(diff)
03:00 Building/Troubleshooting edited by simonmar
add /usr/bin/patch: Permission denied (diff)
01:58 Ticket #3246 (network accept returns server port number rather than client in some ...) closed by tibbe
invalid: The network trac recently moved to  http://trac.haskell.org/network . …
01:57 Ticket #3247 (GHCI segfaults when per-thread stack size is larger than max stack size) created by earthy
This happened to me this morning; […] Obviously this is a typo, but …
01:53 Ticket #3246 (network accept returns server port number rather than client in some ...) created by Bart Massey
I have a number of machines running Debian Linux. Most of them are …

05/19/09:

20:14 Ticket #3245 (Quadratic slowdown in Data.Typeable) created by guest
Data.Typeable has a significant asymptotic performance problem. In the …
19:28 Ticket #3244 (Associated type panic) closed by chak
duplicate: Seems like a duplicate of #2799 to me (which has already been fixed in the …
15:47 Ticket #3244 (Associated type panic) created by heatsink
GHC panics with the attached use of associated types. Curiously, if I …
11:26 Building/Porting edited by igloo
(diff)
07:04 Building/Porting edited by igloo
(diff)
05:24 ProjectSuggestions edited by simonpj
(diff)
04:23 Ticket #3243 (Forked gcc dies everytimes on Mac OS X 10.4.11) created by nwn
Forked gcc dies everytimes on Mac OS X 10.4.11, I saw this bug and …
03:27 Ticket #3236 (Would be nice if rts_lock (or similar) would fail when the RTS is not ...) closed by simonmar
fixed: Done: […]
00:35 DataParallel/BenchmarkStatus edited by chak
(diff)

05/18/09:

20:30 Ticket #3242 (ghci: can't load .so/.DLL for: m (addDLL: could not load DLL)) created by jeffz1
On Windows, when attempting to use Hipmunk from ghci, it produces the …
08:34 Ticket #3241 (System.Win32.Registry - incorrect length calculation in regSetStringValue) created by binarin
regSetStringValue calls regSetValueEx with length of value in characters, …
04:04 Building/Installing edited by simonmar
(diff)
03:49 Ticket #3239 (Bad jump on PowerPC) closed by simonmar
duplicate: see #3240
01:13 Building/Porting edited by simonmar
(diff)
01:08 Building/Porting edited by simonmar
(diff)
01:05 Building/Porting edited by simonmar
tweaks to new porting docs (diff)

05/17/09:

19:55 Building/RunningTests edited by benl
Add comment to avoid Python 2.6.1 (diff)
13:46 Ticket #3240 (Bad jump on PowerPC) created by duane
[…] That's it. NOTE: I was compiling LHC when this happened.
13:46 Ticket #3239 (Bad jump on PowerPC) created by duane
ghc: internal error: unconditional relative branch out of range: jump …
13:30 Building/Porting edited by igloo
(diff)
06:30 Building/Porting edited by igloo
Instructions for 6.11 (diff)

05/16/09:

13:50 Ticket #3157 (ghci segmentation fault when computation is interrupted) closed by simonmar
wontfix
13:50 Ticket #3157 (ghci segmentation fault when computation is interrupted) reopened by simonmar
13:13 Ticket #3238 (CInt FFI exports do not use C int in _stub.h header file) created by duncan
Ideally if I have a FFI export like this: […] Then the _stub.h file …
13:00 Ticket #3237 (Target binary-dist fails when building GHC with DPH) created by scsibug
running "make binary-dist" for GHC with data parallel haskell fails due to …
10:54 Ticket #2689 (make maintainer-clean leaves generated files and directories) closed by igloo
fixed: Done; I've left #1693 open to remind us to try to do something to check …
10:26 Ticket #3233 (Cleaning on Windows currently fails) closed by igloo
fixed: Fixed by: […]
07:53 Ticket #3236 (Would be nice if rts_lock (or similar) would fail when the RTS is not ...) created by duncan
If you export a Haskell function and then call it from C code you have got …
06:07 Ticket #3235 (ghci-6.10.3 can't be built with readline support) created by guest
ghci before version 6.10 used readline for user input. This was nice …

05/15/09:

22:47 Ticket #3234 (foldr/single no longer firing in GHC 6.10) created by r6
consider the following module module Foo where x = ['x']++"haskell"
14:50 SharedLibraries edited by duncan
links to dll info (diff)
12:08 Ticket #3230 (Build fails with cabal-bin complaining) closed by igloo
fixed: Thanks for the report. There are actually earlier failures than that, …
09:50 Ticket #3233 (Cleaning on Windows currently fails) created by igloo
Cleaning on Windows currently fails, due to this: […] To work around …
08:59 Ticket #3157 (ghci segmentation fault when computation is interrupted) closed by cmcq
duplicate: See #2812. I don't get a segfault in 6.10.3.
08:58 Ticket #3026 (GHCi segfault) closed by cmcq
duplicate: See #2812. I don't get a segfault in 6.10.3.
08:58 Ticket #2058 (Ghci tab-completion cannot handle Unicode) closed by cmcq
duplicate: See #2812. Those Unicode examples work for me in 6.10.3.
08:58 Ticket #2812 (For ghci, drop editline in favour of haskeline) closed by cmcq
fixed: According to the release notes, 6.10.3 uses haskeline.
08:36 Ticket #3232 (Remove registerised -fvia-C) created by igloo
Remove registerised -fvia-C. The following should be looked at before …
08:05 Ticket #3215 (Valgrind support) reopened by cmcq
This is now a feature request. Valgrind is a useful tool when working …
03:07 Ticket #3231 (Permission denied error with runProcess/openFile) created by NeilMitchell
Given this program: […] Running under Cygwin, in GHC 6.10.2, I get: …
02:50 Ticket #2391 (Network.listenOn (PortNumber n) Sometimes Picks IPv6) closed by tibbe
invalid: Moved to  http://trac.haskell.org/network/ticket/11
02:48 Ticket #2927 (Bug in network library, uncaught exception when dealing with ipv6 sockets) closed by tibbe
invalid: Moved to  http://trac.haskell.org/network/ticket/11

05/14/09:

18:39 DataParallel/Regular edited by gckeller
(diff)
18:38 DataParallel/Regular edited by gckeller
(diff)
14:57 Ticket #3230 (Build fails with cabal-bin complaining) created by guest
The build of ghc 6.10.3 and 6.10.2 (I haven't tested others) on a Debian …
14:47 Ticket #3229 (queued GHCi commands are not resume context specific) created by phercek
I think it is a bug that the second part (:continue) of the command …
13:33 Ticket #3228 (please make it easier to remove a file from the GHC sources) created by nr
I'm trying to remove some obsolete code from GHC's back end. (It will live …
13:23 Building/Modifying edited by nr
the new build system is live now (diff)
09:54 Commentary edited by duncan
Try to reduce confusion about the difference between shared libs and … (diff)
09:23 Commentary edited by simonpj
(diff)
08:14 SharedLibraries edited by duncan
Add references to sources on ELF visibility (diff)
07:41 Commentary edited by simonpj
(diff)
07:36 Commentary/Libraries edited by simonpj
(diff)
07:15 Commentary/Libraries edited by igloo
(diff)
05:33 SharedLibraries edited by duncan
Start on intro page to shared libs, with detail moved to sub-pages (diff)
04:37 DynamicLinking edited by duncan
redirect to new location (diff)
04:36 SharedLibraries/PlatformSupport created by duncan
Move page from DynamicLinking
04:33 SharedLibraries/Management created by duncan
Move page contents from intro SharedLibraries page
03:18 DynamicLinking edited by duncan
Update build notes and add ELF todos (diff)
02:32 DataParallel/Library edited by simonpj
(diff)
02:29 DataParallel/Library edited by simonpj
(diff)
02:23 DataParallel edited by simonpj
(diff)
02:22 DataParallel/Library edited by simonpj
(diff)
02:20 DataParallel edited by simonpj
(diff)

05/13/09:

21:11 DataParallel/WorkPlan edited by chak
(diff)
15:48 Commentary/Compiler/NewCodeGen edited by guest
Added reason for Adams optimiztion (diff)
15:39 Commentary/Compiler/NewCodeGen edited by guest
Syntax fix (diff)
12:00 Ticket #3223 (please detect multiple kind errors in one run) closed by igloo
fixed: With this module: […] I can reproduce this with 6.8.2: […] but not …
08:50 Ticket #3219 (functions on records with overloaded names can be given a too-specific ...) closed by simonpj
fixed: Aha! I was looking only at bar, for which my claims are correct. I …
08:45 Ticket #1633 (Improve error message for kind mismatches) closed by simonpj
fixed: Fixed by […] Simon
06:28 Ticket #3211 (Typos in RTS documentation) closed by simonmar
fixed
06:10 DataParallel/Regular edited by gckeller
(diff)
05:09 DataParallel edited by simonpj
(diff)
03:01 Ticket #3143 (Network.Socket.connect: support for sockets w/ bound local endpoints) closed by tibbe
invalid: Moved to  http://trac.haskell.org/network/ticket/10
02:45 Ticket #3225 (Race/Async Exception issue in Network.Socket.connect) closed by tibbe
invalid: Moved to  http://trac.haskell.org/network/ticket/9
02:32 Ticket #3227 (Can't specify type signature of value typed with type families) closed by simonpj
duplicate: Thanks. This is a duplicate of #1897 -- see extensive comments there. …
01:22 DataParallel/Regular edited by simonpj
(diff)
01:20 DataParallel/Regular edited by simonpj
(diff)
01:12 DataParallel/Regular edited by simonpj
(diff)
01:07 DataParallel/Regular edited by simonpj
(diff)
00:21 Ticket #3227 (Can't specify type signature of value typed with type families) created by Ashley Yakeley
Compiling this: […] give this: […] It compiles successfully if the …

05/12/09:

23:43 DataParallel/Regular edited by gckeller
(diff)
20:59 TypeFunctionsStatus edited by chak
(diff)
20:56 Ticket #3226 (please eliminate error message from Make on every build) created by nr
If I attempt to build a .o file (which is my normal workflow), I …
11:52 Ticket #3225 (Race/Async Exception issue in Network.Socket.connect) created by sclv
[…] The above code, compiled with the threaded runtime, causes a race …
11:35 Ticket #3219 (functions on records with overloaded names can be given a too-specific ...) reopened by dmwit
Okay, in that case, I'd like to change the bug description. =) It doesn't …
11:00 Ticket #3224 (compiler panic: funResultTy base:GHC.Prim.*{(w) tc 34d}) created by nr
To reproduce the panic, […] The failing compile command and its error …
10:45 Ticket #3223 (please detect multiple kind errors in one run) created by nr
GHC 6.8 stops after the first kind error. Run one: […] Run two: …
09:54 Status/SLPJ-Tickets edited by simonpj
(diff)
09:12 Ticket #3222 (GLFW 0.3 build fails w/ SSE error in 6.10.3, works in 6.10.1) created by GregFrascadore
Using GHC 6.10.3 to build GLFW 0.3 dies with: […] on Mac OSX 10.5.6 …
08:58 Ticket #3221 (Incorrect "defined but not used" warning for data types using deriving) created by NeilMitchell
Consider: […] When we compile: […] This is incorrect. If a data …
04:53 Status/SLPJ-Tickets edited by simonpj
(diff)
04:43 Ticket #3198 (inliner fails to kick in for Double (*)) closed by simonpj
fixed: Actually in the HEAD the inlining is kicking in: […] Because the …
04:06 Ticket #3219 (functions on records with overloaded names can be given a too-specific ...) closed by simonpj
invalid: What you say is true but depends, in a way that's invisible to the type …
03:23 ExplicitCallStack edited by TristanAllwood
(diff)
03:22 ExplicitCallStack/CorePassImplementation edited by TristanAllwood
(diff)
02:36 Ticket #3220 (type variables appearing only in type equality constraints are not ...) created by guest
[…] with the above code i get: […] without the main definition i get …
Note: See TracTimeline for information about the timeline view.