-
I'm getting a runtime panic for an index out of range when running gocc:
```
$ gocc -o syntax -p syntax my.bnf
panic: runtime error: index out of range
goroutine 1 [running]:
panic(0x25fba0, 0xc8200…
-
I've recently updated to aurelia-dependency-injection 1.4 and I'm unable to bundle with JSPM:
```
jspm bundle myty/backend/services/* + myty/core/services/* + aurelia-framework + aurelia-bootstrap…
-
Small reproduction
```
{-# LANGUAGE MagicHash, NoImplicitPrelude, GADTs #-}
module Test1
where
import GHC.Base
type ShowS = String -> String
class Show a where
show…
-
Consider making `Columnar` an open type family that doesn't conflate type constructors with defunctionalized symbols.
The problem with the current closed type family is that, if `f` is a parameter,…
-
DO NOT DELETE THIS INFORMATION.
> Please read this information carefully.
GitHub issues is for bugs, please do not post issues asking for help or how to do X, Y or Z.
You can use our irc chan…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#462
From: contejea@lri.fr
Reported version: 8.5
CC: @herbelin, @mattam82, @pirbo, @mlasson, @tomprince
…
-
This is a tracking issue for few things we've discussed with @dsyme and wanted to discuss further during [F# Compiler Office Hours](https://twitter.com/dsyme/status/953998048778219522).
Now:
- [x]…
-
NFData for TypeRep is only implemented in newer GHC's. I suggest implementing it as `rnf . show` in those older GHCs so at least it is available, even if less efficient.
-
Apologies in advance for the lengthy, log filled post!
Using weewx (either the latest release or the latest dev version 3.9.0a5) and interceptor driver version 0.45 my Tycon TP3000WC in either obse…
-
As discussed in #65, the current `th-desugar` AST for datatypes (`DDataD` and `DDataInstD`) cannot express return kinds, such as `data Foo :: forall j. j -> forall k. k -> Type`. It would be natural t…