olliNiinivaara / SQLiteral

A higher level SQLite API
MIT License
51 stars 6 forks source link

Nimble file syntax error #3

Closed jdesgats closed 2 years ago

jdesgats commented 2 years ago

There is a syntax error in the sqliteral.nimble file that makes this module impossible to install. The version requirement string is not terminated properly:

https://github.com/olliNiinivaara/SQLiteral/blob/1b5d5e6008c1102947fb271c551161f0f2d43a7b/sqliteral.nimble#L11

% nimble install sqliteral                             
Downloading https://github.com/olliNiinivaara/SQLiteral using git
       Tip: 2 messages have been suppressed, use --verbose to show them.
     Error: Could not read package info file in /tmp/nimble_274260/githubcom_olliNiinivaaraSQLiteral/sqliteral.nimble;
        ...   Reading as ini file failed with: 
        ...     Invalid section: .
        ...   Evaluating as NimScript file failed with: 
        ...     /tmp/nimble_274260/githubcom_olliNiinivaaraSQLiteral/sqliteral.nimble(11, 10) Error: closing " expected
        ... printPkgInfo() failed.
olliNiinivaara commented 2 years ago

Oops! fixed in 3.0.0 release.