nimble icon indicating copy to clipboard operation
nimble copied to clipboard

Package manager for the Nim programming language.

Results 172 nimble issues
Sort by recently updated
recently updated
newest added

I always cloned latest nim source and compiled in MSYS2+MingW64 on windows 10 64 bits. Everything is OK months ago. But now, something weired happened 1. first, the version of...

This pull request is a work in progress intended to be a starting point for those who want to finish this feature. Currently, it is not working stably and random...

Or maybe a new `--printFiles` flag? I'm trying to debug an error that occurs during `nimble install` with nim devel ``` Error: internal error: getTypeDescAux(tyEmpty) No stack traceback available To...

what's the utility of the version field in a nimble file? I feel this is redundant with a package git tag and can only cause confusion; an un-tagged package shouldn't...

``` # Package version = "0.4.3" author = "Jez 'Impbox' Kabanov" description = "Nico Game Engine" license = "MIT" # Dependencies requires "nim >= 1.4.0" requires "sdl2_nim >= 2.0.14.2" requires...

nimgrep.exe, testament.exe, and vccexe.exe are triggering Windows Defender to warn about Win32/Uwasson.A!ml Is anyone able to elaborate on this? Is this a false positive? ![nimissue](https://user-images.githubusercontent.com/850714/127737516-62a413e0-729f-48d7-a969-075bd228414f.jpg)

When passing custom flags to custom tasks, the flags are not quoted correctly. I suppose we need to use `quoteShell()` here as well: https://github.com/nim-lang/nimble/blob/bdc9678e2211cebf843a6f470397d50077f7705f/src/nimblepkg/nimscriptwrapper.nim#L66

This is not meant to be added into master directly, there's probably a lot wrong with this code style-wise but it works for me. Sorry about the whitespace, I do...

fails: ``` NIMBLE_DIR=$HOME/.nimble_fake65b nimble install jester Warning: Using the environment variable: NIMBLE_DIR='/Users/timothee/.nimble_fake65b' Prompt: No local packages.json found, download it from internet? [y/N] Answer: y Downloading official package list Success Package...