Timeline
07/15/10:
- 17:50 Building/Porting edited by
- (diff)
- 13:40 Ticket #4199 (createDirectoryIfMissing fails if directory exists on 32-bit windows) created by
- createDirectoryIfMissing generates an exception when running on 32-bit …
- 08:07 Ticket #4198 (waitForProcess fails with "Bad file descriptor") created by
- I am running this small sample program: […] from this Haskell code …
- 06:59 Ticket #4197 (clarify which names can not be quoted) created by
- 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
- language extensions: - Bang Patterns disallow an infix funlhs for "!" - …
- 06:48 Ticket #4195 (isGadtSyntaxTyCon returns opposite result from expected) created by
- 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
- see …
07/14/10:
- 22:06 Ticket #4193 (Add function to create new hashtables with a default size) created by
- 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
- 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
- Could we perhaps add syntax that looks like […] to indicate that a …
- 10:04 CrossCompilation edited by
- (diff)
- 09:39 CrossCompilation edited by
- (diff)
- 09:37 CrossCompilation edited by
- (diff)
- 01:24 Ticket #4190 (Poor error message for unrecognised flag in GHCi's :set) created by
- […] 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
- Currently there are following operators: […] However defining the …
- 12:43 Ticket #4188 (Template Haskell support for reifying non-vanilla data constructors) created by
- Apart from not supporting GADT syntax, Template Haskell also doesn't …
- 11:20 Ticket #4187 (Seg fault with Text.Regex) created by
- I have been seeing ghci seg fault, hang, or exit with the error: …
- 05:55 Status/SLPJ-Tickets edited by
- (diff)
- 05:19 Ticket #4173 (Bad warning from quoted instance) closed by
- fixed: Fixed by […] and […]
- 05:14 Ticket #4136 (Automatically derived Read of operator is not inverse of automatically ...) closed by
- 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
- […] 4181 may be an instance of this.
- 10:47 Ticket #4185 (Deriving higher-arity instances for newtype family instances fails) created by
- […] fails with […] Attempting to use StandaloneDeriving?: […] …
- 05:45 Ticket #4184 (Squirrelly inliner behaviour leads to 80x slowdown) created by
- 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
- The version of ghc-asm bundled with the OSX binary installer has a shebang …
07/10/10:
07/09/10:
- 13:45 Building/Preparation/Linux edited by
- list debian package names (e.g. glibc-dev -> libc6-dev) (diff)
- 06:21 Ticket #4035 (Asynchronous exception wormholes kill modularity) closed by
- fixed: Fixed; see #1036.
- 06:19 Ticket #1036 (Asynchronous exceptions improvements) closed by
- fixed: Done: […] and […]
- 06:16 Ticket #3944 (Asynchronous exceptions and laziness bugs (with fixes) in ...) closed by
- fixed: Fixed: […]
- 06:15 Ticket #2208 (many .xml files for the User's Manual force xml-mode in emacs) closed by
- fixed: Fixed: […]
- 02:06 Ticket #4182 (GHC fails when -H flag is passed) closed by
- 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
- >>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
- […] When compiled with -fdicts-strict -XTemplateHaskell, the resulting …
- 08:25 Ticket #4180 (do not consider associativity for unary minus for fixity resolution) created by
- 1. currently an expression "1 + - 1" is rejected, because "1 + (-1)" …
- 05:34 Status/SLPJ-Tickets edited by
- (diff)
- 05:34 Ticket #4179 (Infinite loop with type function inference) created by
- Kevin Quick (quick@…) writes: I started with the following: […] …
- 05:30 Status/SLPJ-Tickets edited by
- (diff)
- 04:53 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by
- (diff)
- 04:46 Status/SLPJ-Tickets edited by
- (diff)
- 04:40 Status/SLPJ-Tickets edited by
- (diff)
- 03:34 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by
- (diff)
- 03:32 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by
- Remove fixed bugs (diff)
- 03:13 Ticket #1908 (Haskell code as a DLL triggers timeouts in the client program) closed by
- fixed: Fixed the docs: […]
- 02:38 Ticket #2558 (re-throwing an asynchronous exception throws it synchronously) closed by
- 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
- 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
- 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
- a program like: […] evaluates (unexpectedly) as […]
- 00:05 Ticket #4175 (GHCi support for type/data families should match that of related features) created by
- 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
- 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
- duplicate: Duplicate of #2607
- 14:52 Ticket #4173 (Bad warning from quoted instance) created by
- This quoted instance gives a bogus warning; from #4127. […]
- 10:45 Ticket #4172 (GHC build failes when BuildFlavour = prof is used) created by
- 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
- 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
- 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
- duplicate: merging into #4154.
- 04:55 Ticket #2362 (allow full import syntax in GHCi) closed by
- fixed: Applied, thanks for the contribution! […]
- 03:59 Ticket #4166 (unsafeCoerce#'s kind is not as liberal enough to inspect tag bits.) closed by
- worksforme: Happily, this already works. […] it works because unsafeCoerce# is …
07/04/10:
- 17:07 Commentary/Compiler/Parser edited by
- Added how Parser.y.pp becomes Parser.y (diff)
- 13:09 Ticket #4170 (Invalid "duplicate instance" error) created by
- Test case: […] Error: […]
- 11:43 Ticket #4169 (TH vs. default function implementation: internal error) created by
- Testcase: […] It gives an internal error: […] May be related to …
- 11:13 Ticket #4157 (A bug of dropWhileR in Data.Sequence) closed by
- fixed: Thanks for the report; fixed: […]
- 11:12 Ticket #4156 (globbing not switched off? interferes with substring matching) closed by
- 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
- fixed: directory-1.0.1.2 uploaded.
- 14:44 WikiStart edited by
- (diff)
- 14:40 WikiStart edited by
- (diff)
07/02/10:
- 23:54 Ticket #4168 (Add StringPrimL to template-haskell) created by
- 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
- 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
- Inspecting dynamic pointer tagging bits cannot be done with unsafeCoerce# …
- 07:04 Ticket #4165 (broken links in Cabal docs) created by
- e.g. …
- 04:28 Ticket #4158 (Non-ASCII author name breaks ghc-pkg recache) closed by
- 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
- […] The same build failure occurs on GHC 6.8 stm-2.1.1.2 or earlier …
- 08:34 Building/QuickStart edited by
- (diff)
- 08:32 Building/Windows edited by
- (diff)
- 08:29 Building/QuickStart edited by
- direct hackers elsewhere (diff)
- 08:26 Building/Hacking edited by
- Reorganise a bit (diff)
- 07:13 Ticket #4163 (Make cross-compilation work) created by
- See CrossCompilation.
- 07:12 CrossCompilation created by
06/30/10:
- 12:38 Ticket #4162 (GHC API messes up signal handlers) created by
- A side-effect of using the runGhc function is that some signal …
- 10:39 Ticket #4161 (Space leak with lazy splitAt and (++)) created by
- I have a program that does essentially let (prefix,suffix) = splitAtLazy …
- 08:57 Ticket #4153 (GHCi linker should load archives) closed by
- duplicate: closing as duplicate of #3345
- 08:52 Ticket #4151 (Validate fails with GhcRtsWithPapi = YES) closed by
- fixed: Applied, thanks: […]
- 08:50 Ticket #4134 (ghc-pkg register should reject relative paths) closed by
- fixed: Fixed: […]
- 08:45 Commentary/Compiler/Backends/LLVM/WIP edited by
- (diff)
- 08:44 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by
- Remove label problem as fixed. (diff)
- 07:55 Commentary/Compiler/Backends/LLVM edited by
- (diff)
06/29/10:
- 07:24 Ticket #4160 (Panic! at the HEAD) created by
- 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
- These patches move the Monad and MonadFix? instances for Either (currently …
06/28/10:
- 01:17 Ticket #4158 (Non-ASCII author name breaks ghc-pkg recache) created by
- […] The author’s name, Jürgen Nicklisch-Franken, is written in UTF-8 …
06/27/10:
- 19:57 Ticket #4157 (A bug of dropWhileR in Data.Sequence) created by
- The document of dropWhileR says: dropWhileR p xs is equivalent to reverse …
- 09:59 Ticket #4156 (globbing not switched off? interferes with substring matching) created by
- On windows, ghc-pkg needs to be linked with a CRT_noglob.o (setting …
06/25/10:
- 20:24 Ticket #4155 (HAVE_LIBM test doesn't work) created by
- The AC_SEARCH_LIBS test in configure.ac will always set HAVE_LIBM=1, …
- 16:14 Ticket #4086 (Data.List 'nub' function is O(n^2)) closed by
- fixed: Docs tweaked.
- 16:12 Ticket #3952 (add machdepCCOpts to runPhase_MoveBinary) closed by
- fixed: Fixed
- 08:01 Ticket #4154 (Deadlock in Chan module) created by
- The following program: […] Gives the output: […] I think that's …
- 06:47 Commentary/Compiler/Backends/LLVM/Design edited by
- Remove llvm-as stage since we don't use it (diff)
- 05:00 Status/SLPJ-Tickets edited by
- (diff)
- 04:54 Status/SLPJ-Tickets edited by
- (diff)
- 03:35 Ticket #2539 (panic when using .o files from the wrong platform) closed by
- fixed: GHC now interprets the source if you do this.
- 03:28 Ticket #4152 (Add support for collecting native events with PAPI) closed by
- fixed: Applied, thanks: […]
- 03:24 Ticket #4137 (real/veritas/DerivedRules.hs features invalid multibyte/wide char) closed by
- fixed: Fixed: […]
06/24/10:
- 17:30 Ticket #3364 (calling "ghc -H" panics) closed by
- fixed: Fixed.
- 13:46 Ticket #3059 (3 different behaviours depending on profiling settings and on a ...) closed by
- invalid: No response from submitter, and it's not clear to me that there's …
- 11:07 Ticket #4153 (GHCi linker should load archives) created by
- It looks like the GHCi linker doesn't look for '.a' files, only '.o's, …
- 10:46 Ticket #4034 (GHC > 6.10 fails to build on PowerPC / MacOS X Leopard) closed by
- fixed: Closing, as it doesn't happen in the HEAD.
- 10:39 Ticket #2609 (Compiling with -O2 is 7x slower than -O) closed by
- fixed: -fvia-C is now deprecated.
- 09:57 Ticket #2428 (bad error message for multiple modules in the same file) closed by
- wontfix: It's tricky to fix the […] error, as GHC is deliberately not parsing …
- 09:43 Ticket #2416 (Optimization defeated by merging module into main) closed by
- fixed: Performance of both is now the same, and both have D#s in the …
- 09:33 Ticket #2422 (Unrelated instance foils optimizer) closed by
- fixed: The core is now the same with and without the instance.
- 09:07 Ticket #4141 (Inconsistant .hi or .hi-boot compilation error) closed by
- worksforme: Thanks for letting us know, Orion.
- 08:58 Ticket #2583 (printf %s is not lazy enough) closed by
- wontfix: I think it would be best to make a …
- 08:56 Ticket #2559 (Haddock: Prelude docs are missing Bool, Int, Integer) closed by
- fixed: Looks like this is all fixed now.
- 07:32 Ticket #4144 (Exception: ToDo: hGetBuf - when using custom handle infrastructure) closed by
- fixed: This should fix it: […] if it doesn't find an FD in the Handle, it …
- 04:42 Ticket #3449 (Unavoidable "unused bindings" warnings in boot files) closed by
- fixed: Fixed.
- 04:39 Ticket #3389 (CPP strips out C-style comments) closed by
- wontfix: I think the default will have to stay as it is (i.e. stripping C …
06/23/10:
- 19:45 Ticket #4152 (Add support for collecting native events with PAPI) created by
- The PAPI support in the RTS allows users to collect a group of preset PAPI …
- 19:32 Ticket #4151 (Validate fails with GhcRtsWithPapi = YES) created by
- Validation fails when validating with PAPI support (i.e. GhcRtsWithPapi? = …
- 16:38 Ticket #4150 (CPP+QuasiQuotes confuses compilation errors' line numbers) created by
- doing an #include of multi-line files inside QuasiQuotes? makes GHC report …
- 15:06 Ticket #2839 (Integer not documented in latest docs) closed by
- fixed: The haddock bug is now fixed, and I've re-hidden GHC.Integer from …
- 13:55 Ticket #1338 (base package breakup) closed by
- fixed: I don't think any more will happen on this without someone making …
- 13:48 Ticket #3445 (":show modules" Panic) closed by
- invalid: No response from submitter.
- 13:46 Ticket #3394 (Make Permissions type abstract) closed by
- fixed: Done: #4149.
- 13:42 Ticket #4149 (Make Permissions type abstract) created by
- The Permissions type in System.Directory aims to be a …
- 09:45 Ticket #3276 (FilePath.addTrailingPathSeparator "" = "/") closed by
- wontfix: I think we'll need a …
- 08:38 Status/SLPJ-Tickets edited by
- (diff)
- 08:38 Status/SLPJ-Tickets edited by
- (diff)
06/22/10:
- 18:02 Ticket #4148 (improve new recursive do syntax) created by
- This is a request for an adjustment of the syntax for the new recursive do …
- 16:38 Ticket #4037 (ghc/ghc-6.12.1 interacts strangely with quoted command line parameters) closed by
- fixed: Thanks for the report; I've changed it so that our shared C-wrapper code …
- 11:07 Ticket #4147 ('withFilePath' not in scope, windows build, using base 4.1.0.0) created by
- The cabal file indicates that directory>=1.0.1.0 should install correctly …
- 09:57 Commentary/Compiler/Backends/LLVM/Design edited by
- Add brief description of handling TNTC (diff)
- 09:15 Commentary/Compiler/Backends/LLVM/Installing edited by
- (diff)
- 07:04 Ticket #4145 (Interpreter mode can not parse list with 30k entries ...) closed by
- duplicate: Thanks for the report. Happily, this is already fixed in the 6.12 releases …
- 06:22 Contributors edited by
- Move some people to the "past contributors" list (diff)
- 06:14 Contributors edited by
- Typesetting only (diff)
- 06:11 Contributors edited by
- Add David Terei (diff)
06/21/10:
- 02:24 Debugging/LowLevelProfiling/Perf edited by
- Name changed from Debugging/LowLeverProfiling/Perf to … (diff)
- 01:10 Ticket #4029 (ghci leaks memory when loading a file) closed by
- fixed: This is fixed in HEAD, I've no idea why the fix didn't work in the 6.12 …
06/20/10:
- 22:16 Ticket #4146 (6.12.3 out, user guide not) created by
- http://www.haskell.org/ghc/docs/latest/html/users_guide/index.html still …
- 22:08 Ticket #4145 (Interpreter mode can not parse list with 30k entries ...) created by
- Hello Haskellers, I have something to report about the interpreter mode …
- 20:47 Ticket #4144 (Exception: ToDo: hGetBuf - when using custom handle infrastructure) created by
- When trying to use the custom handle infrastructure, hGetContents fails …
- 06:52 Ticket #3963 (Entered absent arg) closed by
- fixed: No response from submitter; assuming Simon's patch fixed it.
- 06:51 Ticket #4000 (The impossible happened) closed by
- invalid: No response from submitter
- 06:50 Ticket #4069 (ASSERTION FAILED: file rts/Schedule.c, line 1305) closed by
- invalid: No response from submitter.
- 06:38 Ticket #3758 (Huge regression in concurrent app performance and reliability under ...) closed by
- fixed: Assuming this is fixed by the above patch.
- 06:22 Ticket #4115 (hsc2hs puts linker flags before object file, causes linker errors) closed by
- fixed: Applied, thanks
- 06:22 Ticket #4110 (hsc2hs gives bad error message when it cannot execute the generated ...) closed by
- fixed: Applied, thanks
- 06:21 Ticket #1789 (New warning: missing import lists) closed by
- fixed: Patch applied, thanks
- 06:13 Ticket #3474 (Add a strict variant of iterate to Data.List) closed by
- wontfix: Looks like an abandoned proposal. If that's not the case, please re-open …
- 06:13 Ticket #3456 (Add FilePath -> String decoder) closed by
- wontfix: Looks like an abandoned proposal. If that's not the case, please re-open …
- 06:12 Ticket #3455 (Add a setting to change how Unicode encoding errors are handled) closed by
- wontfix: Looks like an abandoned proposal. If that's not the case, please re-open …
- 06:11 Ticket #3446 (Library enhancement request: Data.Maybe.justIf) closed by
- wontfix: Looks like an abandoned proposal. If that's not the case, please re-open …
- 06:11 Ticket #3339 (Data.Monoid: Add (<>) as a synonym for mappend) closed by
- wontfix: Looks like an abandoned proposal. If that's not the case, please re-open …
- 06:11 Ticket #3324 (Add Foldable and Traversable instances for ((,) a)) closed by
- wontfix: Looks like an abandoned proposal. If that's not the case, please re-open …
- 04:30 Ticket #3800 (sizeofByteArray# returns allocated words, not requested length in bytes) closed by
- fixed: Patch applied, thanks!
- 03:41 Ticket #3817 (mangler fails with gcc-4.3.x and gcc-4.1.2 on sparc; suggest disabling ...) closed by
- wontfix: -fvia-C is now deprecated
06/19/10:
- 17:50 Ticket #4143 (Data.Set can overflow Int on balance check) closed by
- invalid: With Jim on the #haskell channel, we worked out that this case can never …
- 15:55 Ticket #4143 (Data.Set can overflow Int on balance check) created by
- Data.Set uses Ints to track tree sizes. Rotation decisions, however, are …
- 12:12 Debugging/LowLevelProfiling/Perf created by
- 11:50 Debugging/LowLevelProfiling edited by
- (diff)
- 11:18 Ticket #2380 (Adjustor.o crash compiling ghc 6.8.3 on iBook G4 10.4.11) closed by
- wontfix: Bus error in the 6.8 branch, and on a non-tier-1 platform, so closing.
- 11:00 Ticket #2249 (Undeclared variable in cmm reports as panic) closed by
- wontfix: Given Simon's message, and the amount of time this has lingered, I'll …
- 10:07 Ticket #2444 (gtk2hs 0.9.13 fails to build on ppc due to bad code generated with -fvia-C) closed by
- wontfix: -fvia-C is now deprecated, and Linux PPC is not a tier 1 platform, so …
- 10:03 Ticket #2012 (compiling via-C does not work on ppc) closed by
- wontfix: -fvia-C is now deprecated, and OS X PPC is not a tier 1 platform, so I'm …
- 09:08 Ticket #3822 (guards in arrow notation (Arrows extension) case statement cause compiler ...) closed by
- fixed: Thanks! Test added. Not merging, as we won't be making another 6.12 …
- 08:22 Ticket #2615 (ghci doesn't play nice with linker scripts) closed by
- fixed: Didn't get merged
06/18/10:
- 08:16 Ticket #4142 (directory fails to upgrade/build) created by
- In a ghci session on a Windows 7 system, I tried to install a package …
- 07:18 Ticket #4141 (Inconsistant .hi or .hi-boot compilation error) created by
- I get the following message from GHC and GHCI when compiling. I am using …
- 05:10 AmazonEC2 edited by
- (diff)
- 05:09 AmazonEC2 edited by
- (diff)
- 03:12 Commentary/Compiler/Backends/LLVM/Installing edited by
- (diff)
- 03:11 Commentary/Compiler/Backends/LLVM/Installing edited by
- Add in using information (diff)
- 03:01 Commentary/Compiler/Backends/LLVM edited by
- Add in new llvm paper linki (diff)
- 02:59 AmazonEC2 edited by
- (diff)
- 02:58 AmazonEC2 edited by
- (diff)
- 02:58 Commentary/Compiler/Backends/LLVM/WIP edited by
- Update tntc status (diff)
- 02:54 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by
- update now that tntc is supported (diff)
- 02:52 Commentary/Compiler/Backends/LLVM/Installing edited by
- Update now that llvm is in ghc head and supports tntc (diff)
06/17/10:
- 15:58 Ticket #4095 (add Applicative instance for Either) closed by
- fixed: Supported by Edward Kmett, Henning Thielemann, Yitzchak Gale, Bas van Dijk …
- 15:11 Ticket #4104 (ghc-pkg refuses to register packages if some include directories don't ...) closed by
- fixed: Fixed by: […]
- 14:50 Ticket #4140 (dynHelloWorld(dyn) fails in an unreg build) created by
- In an unregisterised build, dynHelloWorld(dyn) is failing: there is …
- 13:27 Ticket #3663 (Unreg build fails when haddocking dph-seq) closed by
- fixed: Fixed by: […]
- 10:19 Ticket #781 (GHCi on x86_64, cannot link to static data in shared libs) closed by
- fixed: The session in the description now works, and getEnvironment01 passes …
06/16/10:
- 09:23 Ticket #4139 (Spurious non-exhaustive pattern match warnings are given using GADTs) created by
- When using slightly complicated GADTs, GHC gives me erroneous …
- 08:57 Ticket #4138 (Performance regression in overloading) created by
- The following program goes 25% slower with HEAD compared to 6.12.3: …
- 04:21 Ticket #4137 (real/veritas/DerivedRules.hs features invalid multibyte/wide char) created by
- Around line 113 of real/veritas/DerivedRules.hs features the …
06/15/10:
- 09:37 Ticket #4080 (Use libcharset instead of nl_langinfo(CODESET) if possible.) closed by
- fixed: Applied.
- 09:37 Ticket #4109 (Make Data.Map.insertWith' and friends consistently force the value ...) closed by
- fixed: Patch applied.
- 09:36 Ticket #3232 (Remove registerised -fvia-C) closed by
- fixed: -fvia-c is now deprecated, and will be removed in a future release.
- 08:23 Ticket #4136 (Automatically derived Read of operator is not inverse of automatically ...) created by
- This program fails as shown below using ghc 6.13 snapshot 20100519 […] …
- 06:58 Ticket #4049 (Support for ABI versioning of C libraries) closed by
- wontfix: In GHC we don't currently support the kind of ABI versioning you get in C …
- 06:33 Ticket #4123 (Control.Concurrent.MVar doesn't need to depend on the Prelude) closed by
- fixed: Done. The attached patch depended on a patch by bos that I don't have, so …
- 06:32 Ticket #4122 (Data.Monoid doesn't need to depend on the Prelude) closed by
- fixed: Done. The attached patch depended on a patch by bos that I don't have, so …
- 06:31 Ticket #4057 (Modifying TVar after calling always causes freeze/spin in GHCi) closed by
- fixed: Fixed: […]
- 04:35 Ticket #4039 (problems with semaphores in ghc-6.10.4 unix-2.3.2.0) closed by
- fixed: I think this is probably the bug we fixed in this patch: […] The fix …
- 03:10 Commentary/Compiler/Backends/LLVM/DevelopmentNotes edited by
- Add repa segfault (diff)
- 00:19 Ticket #4127 (Template haskell instance declaration quotations with members don't work ...) closed by
- fixed: Excellent point. You've flushed out a long-lurking bug -- thank you. …
Note: See TracTimeline
for information about the timeline view.
