jangko / msgpack4nim

MessagePack serializer/deserializer implementation for Nim / msgpack.org[Nim]
http://msgpack.org/
119 stars 21 forks source link

fix outdir for nim PR #46

Closed timotheecour closed 4 years ago

timotheecour commented 4 years ago

/cc @jangko seems like this is the only nimble package that fails for this nim PR: https://github.com/nim-lang/Nim/pull/13382 after this fix, https://github.com/nim-lang/Nim/pull/13382 should have its CI pass

let me know if you have any questions

jangko commented 4 years ago

it does not pass the CI test, somehow it didn't trigger CI build.

jangko commented 4 years ago

the $projectdir in --outdir:'$projectdir' not replaced by actual path on Windows

timotheecour commented 4 years ago

/cc @jangko hmm, that's too bad... I'm seeing a few possible choices to fix this:

thoughts?

EDIT: see https://github.com/jangko/msgpack4nim/pull/47