Niklaus Giger

Results 6 comments of Niklaus Giger

I used my checkout of [email protected]:elexis/elexis-3-core.git (at commit 643f729c76ef273cd3eccf3f1fd0765591883de3) to test it against commit ea21cfe97069feee55fa307ca9b125616c1fa84f of [email protected]:fzakaria/mvn2nix.git Using `/opt/src/mvn2nix/result/bin/mvn2nix --jdk /nix/store/lsihmq55fdi8894rznz90i92a10lza1k-openjdk-headless-8u272-b10/ --verbose` it failed after 5 minutes with the following...

I could work around the NPE with the attached diff [issue_34.diff](https://github.com/fzakaria/mvn2nix/files/7251170/issue_34.diff.txt) But it fails, for jars like p2.osgi.bundle:org.eclipse.equinox.p2.console I think the main problem is that Eclipse's P2 repositories are not...

Under Ruby 1.9.3 I work with a pattern like this: > gem "minitest" > require 'minitest/autorun' > require 'flexmock' > class TestFlexMock < Minitest::Test > include FlexMock::TestCase > def test_this...

Under Ruby 2.0.0 it works: Run options: --seed 53091 # Running: E Finished in 0.108801s, 9.1911 runs/s, 9.1911 assertions/s. 1) Error: TestMyClass#test_my_class: Test::Unit::AssertionFailedError: in mock 'classToBeMocked': Method 'will_never_be_called(*args)' called incorrect...

Tested with nix 2.7.0

I don't know why `nix flake init -t github:ngiger/templates#python` is working in an empty directory of mine, but not `nix flake init -t github:ngiger/templates#ruby` which answers with `error: cannot find...