Nicolas Rolland

Results 17 issues of Nicolas Rolland

It would be nice to have support for stack script mode, where a haskell file gets turned into a runable script with no other file : https://github.com/commercialhaskell/stack/blob/master/doc/GUIDE.md#ghcrunghc

Hi, Luite added some support for retrieving ghc-mod kind of information from GHCJS project [here](https://github.com/luite/ghc-mod/tree/ghcjs-support-hack) [(commit 1)](https://github.com/luite/ghc-mod/commit/3d11d0e2f2caea4038189c5a2f4561e8c1f53cc9) [(single GHCJS entry point refactor)](https://github.com/luite/ghc-mod/commit/66472b28d468cf02a07447f99abe246171810a2b) A file containing GHCJS specific code ``` {-#...

type: enhancement

When using ghc-mod with stack, the mode gets deactivated when it encounters a "dist" directory. That means relying on the side effects from some aggressive "cabal configure" of some other...

type: enhancement

The lifetime here seem very restrictive https://github.com/JasonShin/fp-core.rs/blob/4564c429f2ebc89a810f3e064f7db5e76ac68f6e/fp-core/src/semigroup.rs#L2 Shouldn't that be more something like ` fn combine(self, other: &Self) -> Self; `

https://github.com/rust-lang/rfcs/blob/master/text/2843-llvm-asm.md

on my computer + in the doc https://doc.rust-lang.org/cargo/reference/features.html `default-features = false` is the way to disable extra features (I think `no-default-features` is for command line invocation)

Not sure if it fits here, but I was looking at this library and wanted to see how to, say, add the definition of 2-categories as a test case. Now...

It might be a good idea to warn about `GREP_OPTIONS`. With `export GREP_OPTIONS='--color=always'` the bindings can't be defined, as ANSI color code gets tangled in the output of `grep`s used...

I experience a crash in `utop` not present in `ocaml` repl when `#use`-ing this file and printing constructors. This seems like a bug. ```ocaml (*UtopBug.ml*) module MyModule = struct type...

Would it be possible to upload an updated package version ? Do you need some maintainers ?