beef331 / nimscripter

Quick and easy Nim <-> Nimscript interop
MIT License
149 stars 8 forks source link

suggestion copy assume file to nimscripter #20

Closed bung87 closed 1 year ago

bung87 commented 1 year ago

I was trying to install my old project. it throw Error: Cannot satisfy the dependency on npeg 0.27.0 and npeg 1.0.1

it cause by assume in nimble file

when not defined(release):
  requires "https://github.com/disruptek/balls >= 2.0.0 & < 4.0.0"

then ball relys on ups

in ups nimble file

requires "npeg >= 0.23.2 & < 1.0.0"

nimble recent added taskRequires feature, now I nimble install nimble on windows, still old nimble version.

that's a big long trace, but the fact is I dont need balls

bung87 commented 1 year ago

How this been fixed, just curious

beef331 commented 1 year ago

It's mostly under "wont fix", since there is no reason for me to do anything.