nake icon indicating copy to clipboard operation
nake copied to clipboard

Describe your Nim builds as tasks

Results 14 nake issues
Sort by recently updated
recently updated
newest added

Hi, I've installed `nake` with `nimble` and got this warning: ``` nimble install nake Prompt: No local packages.json found, download it from internet? [y/N] Answer: y Downloading Official package list...

refs https://github.com/nim-lang/Nim/pull/18292, https://github.com/planetis-m/manu/issues/5

I'm reading through the nake documentation, because I think nake can be a great step toward a Nim-based build-system! :smile: Subsequently I looked at the [`task`](http://fowlmouth.github.io/nake/gh_docs/master/nakelib.html#task.t,string,string,stmt) template. From the example...

https://dev.azure.com/nim-lang/Nim/_build/results?buildId=4752&view=logs&j=c69e982b-684a-5fe0-85d3-75c46c27e054&t=21e7e6f9-f581-5817-b641-fee9213e925d potentially due to the "classic" testament bug i mentioned here https://github.com/nim-lang/Nim/pull/13868#issuecomment-618890814 or perhaps not. ``` PASS: https://github.com/jangko/msgpack4nim C (52.07 sec) FAIL: https://github.com/fowlmouth/nake/ C Test "https://github.com/fowlmouth/nake/" in category "nimble-packages" Failure:...

The readme instructions for creating a nake binary fail for me ``` cd ~/.nimble/libs/nake ``` because that location doesn't exist for me on a Mac, using `nimble v0.10.2` - only...

This adds a `-v` flag for verbose output. It replaces PR #66 which contained unrelated changes.

For the case when a build step produces multiple targets. For my case, using `tsc` to compile TypeScript files to JavaScript.

Hello! Tried to install `nake` on Windows, but something goes wrong. What could be the problem? ``` >nimble update >nimble install nake --verbose Reading official package list Downloading https://github.com/fowlmouth/nake using...

* i'd like to use `nim_temp` (debug binary built by ./koch temp) instead of `nim` when running `nake` I'm trying to debug an issue with nimx actually * nake generates...

I tried putting --listCmd in ~/.config/nim.cfg to get a look at exactly how nake ended up invoking gcc but still didn't see any gcc invocations in the output.