Antoine Leblanc
Antoine Leblanc
Hello! In the context of https://github.com/nicuveo/BFS, I am compiling some pretty big brainf*ck files that exceed 1MB, such as https://raw.githubusercontent.com/nicuveo/BFS/tmp/test/tmp.bf (1.1MB), but bfc takes a very long time to compile...
### Description When selecting fragments on a union, Morpheus inserts a `__typename` field in the answer. If I have the following schema: ```graphql union Test = Foo | Bar type...
`gqlDocument` does not populate the `typeOptions` field of the `GQLType` instance of the generated types in a way that would allow them to preserve their casing. ```haskell import Data.ByteString.Lazy as...
### Description As per [section 3.11](http://spec.graphql.org/June2018/#sec-Type-System.List) of the GraphQL spec, lists are subject to _Input Coercion_. One such possible coercion is the promotion of singleton lists: > If the value...
Hi y'all; here's a regression in 2.26.0. In short: both the `ignore-exports` pragma and the `--ignore-all-exports` option are ignored. ### Small repro case Given a file `Foo.hs` containing the following:...
Alex contains a full copy of Ranged-sets-0.3.0. As noted in `NOTE.txt`, this was done to reduce the number of dependencies in the Haskell Platform. With the Platform now deprecated, the...