Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create compiler and nimsuggest packages (#22118) | Ivan Yonchovski | 2023-06-18 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have tested it locally with the following in my local packages_official.json ``` { "name": "compiler", "url": "https://github.com/yyoncho/Nim.git/?subdir=compiler", "method": "git", "tags": [ "library", "compiler" ], "description": "Package providing the Nim compiler binaries plus all its source files that can be used as a library", "license": "MIT", "web": "https://github.com/nim-lang/Nim" }, { "name": "nimsuggest", "url": "https://github.com/yyoncho/Nim.git/?nimsuggest=compiler", "method": "git", "tags": [ "library", "compiler" ], "description": "Package providing the Nim compiler binaries plus all its source files that can be used as a library", "license": "MIT", "web": "https://github.com/nim-lang/Nim" }, ``` Then `nimble install compiler`, `nimble install nimsuggest` work as expected. | ||||
* | Partially Revert "Change nim's nimble files to make it installable" (#20296) | ringabout | 2022-09-02 | 1 | -0/+8 |
| | | | add nimsuggest.nimble back | ||||
* | Change nim's nimble files to make it installable (#20179) | Ivan Yonchovski | 2022-08-31 | 1 | -8/+0 |
| | | | | | | | | - needs #20168 to make the stuff working I went for this minimal solution because it seems like `compiler.nimble` and `nimsuggest.nimble` are not in use Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com> | ||||
* | fix .deprecated. object typedef crash (#13643) | Andy Davidoff | 2020-03-16 | 1 | -5/+2 |
| | | | | | * fix .deprecated. object typedef crash * fixup a test that i don't understand * disable the test rather than debug ci | ||||
* | nimsuggest: more precise cursor tracking | Araq | 2017-03-09 | 1 | -0/+11 |