treeform / flippy

Flippy is a simple 2d image and drawing library.
MIT License
59 stars 9 forks source link

flippy.nim(1, 22) Error: cannot open file: chroma/blends #35

Closed iffy closed 3 years ago

iffy commented 3 years ago

When I run nimble test with the latest version I get this error:

$ nimble test
  Verifying dependencies for flippy@0.4.7
      Info: Dependency on vmath@>= 0.3.2 already satisfied
  Verifying dependencies for vmath@0.4.0
 Installing chroma@>= 0.1.5
Downloading https://github.com/treeform/chroma using git
  Verifying dependencies for chroma@0.2.1
 Installing chroma@0.2.1
   Success: chroma installed successfully.
      Info: Dependency on nimPNG@>= 0.2.6 already satisfied
  Verifying dependencies for nimPNG@0.3.1
      Info: Dependency on supersnappy@>= 1.0.0 already satisfied
  Verifying dependencies for supersnappy@2.0.0
      Info: Dependency on bumpy@>= 0.2.1 already satisfied
  Verifying dependencies for bumpy@0.2.1
      Info: Dependency on vmath@>= 0.4.0 already satisfied
  Verifying dependencies for vmath@0.4.0
  Compiling /Users/matt/lib/flippy/tests/test (from package flippy) using c backend
/Users/matt/lib/flippy/src/flippy.nim(1, 22) Error: cannot open file: chroma/blends
       Tip: 26 messages have been suppressed, use --verbose to show them.
     Error: Execution failed with exit code 256
        ... Command: /Users/matt/.nimble/bin/nim c --noNimblePath -d:NimblePkgVersion=0.4.7 --path:/Users/matt/.nimble/pkgs/vmath-0.4.0 --path:/Users/matt/.nimble/pkgs/chroma-0.2.1 --path:/Users/matt/.nimble/pkgs/nimPNG-0.3.1 --path:/Users/matt/.nimble/pkgs/supersnappy-2.0.0 --path:/Users/matt/.nimble/pkgs/bumpy-0.2.1 --path:/Users/matt/.nimble/pkgs/vmath-0.4.0 --hints:off -r --path:. /Users/matt/lib/flippy/tests/test
Anuken commented 3 years ago

Ran into the same problem when preparing a nimble package today. It appears blends.nim has been moved to the pixie library.

treeform commented 3 years ago

I think this has been fixed: https://github.com/treeform/flippy/commit/badc4e3772ce93790d5b69e330c7f1fc2d354069

Flippy was renamed to pixie, and all work is being done on pixie now.