SciNim / Measuremancer

A library to handle measurement uncertainties & error propagation
https://SciNim.github.io/Measuremancer
21 stars 1 forks source link

measuremancer broke Nim CI #17

Closed ringabout closed 8 months ago

ringabout commented 8 months ago

ref https://github.com/nim-lang/Nim/pull/23352

  /home/runner/work/Nim/Nim/pkgstemp/measuremancer/tests/tCligenParsing.nim(5, 8) Error: cannot open file: measuremancer
  stack trace: (most recent call last)
  /tmp/nimblecache-946033505/nimscriptapi_1848948140.nim(210, 16)
  /home/runner/work/Nim/Nim/pkgstemp/measuremancer/measuremancer.nimble(18, 3) testTask
  /home/runner/work/Nim/Nim/lib/system/nimscript.nim(263, 7) exec
  /home/runner/work/Nim/Nim/lib/system/nimscript.nim(263, 7) Error: unhandled exception: FAILED: nim c -d:release -d:useCligen -r tests/tCligenParsing.nim [OSError]
         Tip: 1 messages have been suppressed, use --verbose to show them.
  nimscriptwrapper.nim(161) execScript

tmeasuremancer.nim using import ../measuremancer seems to work. Perhaps it can be applied to tCligenParsing.nim as well.

Here is how it is tested in important packages: pkg "measuremancer", "nimble testDeps; nimble -y test"

Vindaar commented 8 months ago

Sorry for the oversight. Should be fixed now!

ringabout commented 8 months ago

Thank you for fixing it so quickly!