nim-lang / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
https://nim-lang.org
Other
16.55k stars 1.47k forks source link

Regression: `nimble install` fails on nim devel #9991

Closed nc-x closed 5 years ago

nc-x commented 5 years ago
λ nimble install --verbose glob
    Reading official package list
Downloading https://github.com/citycide/glob using git
    Cloning latest tagged version: v0.9.0
    Setting Nim stdlib prefix to C:\Nim
    Setting Nim stdlib path to C:\Nim\lib
       Info Hint: used config file 'C:\Nim\config\nim.cfg' [Conf]
   Warning: Couldn't remove Nimble's temp dir
     Error: Could not read package info file in C:\Users\alpha\AppData\Local\Temp\nimble_3712\githubcom_citycideglob\glob.nimble;
        ...   Reading as ini file failed with:
        ...     Invalid section: .
        ...   Evaluating as NimScript file failed with:
        ...     C:\Users\alpha\AppData\Local\Temp\nimble_3712\githubcom_citycideglob\glob.nimble(1, 1) Error: undeclared identifier: 'version'.
nc-x commented 5 years ago

Regression due to https://github.com/nim-lang/Nim/commit/675b6f07737a0f23b3b052552eeec525136c6960