Ellie Hermaszewska

Results 200 issues of Ellie Hermaszewska

For example: - original: `let a@1 = 2 in a` -> `pattern match failure` - with `dsPatX`: `let {1 = 2; a_0 = 1} in a_0` -> `1` - with...

It might be nice if `dsDoStmts` would use Applicative combinators rather than `>>=` where possible to enable make the output a little more general.

enhancement
help wanted

Would be nice to have something like this. @recursion-ninja do you think this makes sense? ```haskell manyPerm :: Functor m => m a -> Permutation m [a] manyPerm parser =...

feature-request

`glxinfo` doesn't work after running the install script on Ubuntu 16.10 as libGL.so isn't linked into `/run/opengl-driver/lib`. This might be a duplicate of #6

Not sure if this is of interest: ```haskell newtype GStored a = GStored a instance (Generic a, GStorable' (Rep a), KnownNat (NoFields (Rep a))) => GStorable (GStored a) where gsizeOf...

With files `Foo.hs` and `Bar.hs` ```haskell module Foo where pattern P = () ``` ```haskell module Bar where bar = P ``` in `Bar.hs` observe that the code actions available...

type: bug
component: ghcide
Hackathon

Closes #4441 and #4434

pr: non-breaking

For some targets we lower 1 vectors to just the element type, this prevents some snippets applying correctly because they're expecting a vector type.

kind:bug
priority:medium

blocking https://github.com/shader-slang/slang/pull/4529

goal:quality & productivity