Johannes Drever

Results 6 comments of Johannes Drever
trafficstars

Sure, the cabal file: ``` -- Initial test.cabal generated by etlas init. For further documentation, -- see http://eta-lang.org/docs/ name: test version: 0.1.0.0 -- synopsis: -- description: license: BSD3 license-file: LICENSE...

The class file is not in `test.jar`: ``` tar xfv test.jar x main/Main$DZCmain.class x main/Main$main.class x main/Main$main1.class x main/Main$main2.class x main/Main$main3.class x main/Main.class x main/Primes$$Llvl1$1.class x main/Primes$$wfilterPrime.class x main/Primes$go.class x...

The same is happening consistently on x86_64-darwin.

Sure. I'm using nix to build the package. Let me know if you need further information. ``` nix-repl> :b python36Packages.terminado these derivations will be built: /nix/store/zg6jn7xlb7zcvv9p05nybpffm1kb6z55-python3.6-terminado-0.6.drv building path(s) ‘/nix/store/2j728lv9dlgkmyw24i1x9g3qmfgqi9qm-python3.6-terminado-0.6’ unpacking...

Edit: The issue was actually solved by the version reset. The problem left was the [UPD Port](https://github.com/bordaigorl/rmview/issues/146#issuecomment-1694681633). I was hoping that the issue is resolved by changing `/etc/version` on the...

It uses `ipython_genutils.py3compat.which`. Calling it from python directly works: >>> from ipython_genutils.py3compat import which >>> which('pandoc') '/nix/store/g4fsbwfxm63nkip598mpni7q1anpj096-pandoc-1.19.2.1/bin/pandoc' The python version is `3.6.2` and the nbconvert version is `5.2.1`. Thanks for...