Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove docgen.nim's dependency on things being in path | Samadi van Koten | 2016-11-28 | 1 | -2/+0 |
| | | | | | | compiler/docgen.nim relied heavily on $lib/packages/docutils being in path at compile-time. While this works fine when building Nim itself, things start breaking when using compiler as a nimble package. | ||||
* | changed the compiler's path handling; fixes #546 | Andreas Rumpf | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | preparations for Nimble NimScript integrations; minor cleanups | Araq | 2015-08-18 | 1 | -1/+0 |
| | |||||
* | Rename compiler configuration file to fix "nim check" within the repo | Zahary Karadjov | 2015-08-03 | 1 | -0/+21 |
Prior to the change, "nim check" would fail on any file besides the main nim.nim, because the include paths for the documentation were not set correctly and this produced various compilation errors. |