Dominik Picheta
5ea2ac34fe
Update CI to test against latest Nim HEAD commit.
2019-09-22 11:53:03 +01:00
Ivan Bobev
df11a6f6cf
Fix tests to pass with the latest Nim
...
There are two issues fixed:
- With the latest Nim version sometimes the files
`<package_name>_<some_number>.nims`' generated on `nim install`
contain warning for unused imports which causes the test
"can validate package structure (#144 )" to fail, because it was
searching for the word "warning" in the output.
- On Windows Subsystem for Linux, when an import starts sometimes with
a lowercase, and sometimes with an uppercase, for example
`import uri` and `import Uri`, this causes Nim to create and compile
both `stdlib_uri.nim.c` and `stdlib_Uri.nim.c` and to fail on the
linking step, because of the same symbols are being redefined.
Also the Travis CI build script is changed to test against currently the
latest working Nim version 212ae2f.
Related to #680
2019-09-07 12:08:15 +01:00
genotrance
added89acc
Fixes #504 ( #683 )
...
* Improve messaging for uninstall
* Uninstall if in right order
* Fix CI - cannot looks better
* Raise exception when nothing to remove
* Test case, minor test fix
* 0.19.6 fixes
* Fix Nim devel hash
* Feedback
2019-07-27 14:37:56 +01:00
Ganesh Viswanathan
2c87a7fe5e
Add 0.20.0 to test matrix, latest nightlies
2019-06-11 21:34:07 +01:00
Ganesh Viswanathan
8dc036c896
Update Nim versions, fix recursive test
2019-06-01 14:27:31 +01:00
Dominik Picheta
6542c1ef16
Squashed merge of #635 by @genotrance.
...
Squashed commit of the following:
commit e86a376f2faf9d26109405a3a9f73f986185f62d
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Sun Apr 28 15:37:22 2019 -0500
Fix caching issue
commit 640ce3f2e464e52668b5350fdc5a8fe506e79d38
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Thu Apr 25 18:38:48 2019 -0500
Clean up per feedback
commit ae3ef9f7a0cbad574b725d1bc7a83bd6115e19cc
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Thu Apr 25 16:39:26 2019 -0500
Fix for 0.19.4
commit 915d6b2be43e33bc51327585193b1899386ee250
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Thu Apr 25 16:13:42 2019 -0500
Keep nimscript separate, pin devel
commit c278bd6ba09771dc079029a87e3a375998f0b447
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Mon Apr 22 14:57:44 2019 -0500
Hardcode version, json{}, code width 80, isScriptResultCached, no blank paramStr check
commit 64e5489e256d5fc5abbfe3345789f65edf5980b7
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Wed Apr 17 21:07:03 2019 -0500
Remove compiler dependency
commit a031fffd70c118c16eb3e16d3b1ed10472baf5d7
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Wed Apr 17 16:49:09 2019 -0500
Add devel to travis
commit d49916e2a05b6bd7716f45bd8f74253fc8037827
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Wed Apr 17 16:43:14 2019 -0500
Interactive live, json to file
commit 24131deea4693199922f9a5697aa3d072cceaee1
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Wed Apr 17 12:40:27 2019 -0500
Fix empty param, json echo
commit b22fe37d47fd03367d49129ea4d2d56a779a6f26
Merge: 5cf0240 2942f11
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Tue Apr 16 22:23:17 2019 -0500
Merge branch 'nocompiler' of https://github.com/genotrance/nimble into nocompiler
commit 5cf0240b728ab6ff4a39ddf629ba5833eb8985f5
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Tue Apr 16 22:23:06 2019 -0500
No hints, live output
commit 2942f116c7774e0fa91f770cebde32bc431923a5
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Tue Apr 16 21:02:28 2019 -0500
Remove osx, test with stable
commit 85f3865ef195c7b813f0b9e30b5cc8c9b2756518
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Tue Apr 16 18:19:42 2019 -0500
Remove ospaths, fix tests for Windows
commit 74201bcfe4de00bdece5b31715618975f9ce8e6e
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Tue Apr 16 14:00:14 2019 -0500
No success for missing task
commit 8c2e65e223d32366b03004d9711364504c5d7916
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Tue Apr 16 13:44:32 2019 -0500
Fix packageName to name
commit b05d9480281ebae7a0f5fd0331c8627bbf2a77d5
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Tue Apr 16 13:29:37 2019 -0500
Add switch support
commit deecd903102a9baa5d4674cb9871cd9dbb658a04
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Tue Apr 16 12:24:01 2019 -0500
API cleanup, json setCommand fix
commit 1e95fd4104ec3ffb69fe67b9c2fac23f991e163a
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Tue Apr 16 10:45:12 2019 -0500
getParams once, hash nimscriptapi, fix loop in setcommand
commit 51d03b3845cd562796bb32d41d5ad17cd09a91e7
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Tue Apr 16 07:21:32 2019 -0500
getPkgDir impl
commit 7d0a40aa286d114d7557b229852f3c314795dc5d
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Mon Apr 15 14:24:02 2019 -0500
Before/after hook info
commit cbb3af3e970b20322030331d4849436b821f25ca
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Mon Apr 15 13:44:56 2019 -0500
Remove nims from package dir after exec
commit 0ed53d60bcdc8bb11beddb965590ed3ee63349d4
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Sat Apr 13 00:44:26 2019 -0500
Return bool from hooks
commit ab38b81b81e68cfccf3ca84fd854422cd3733c84
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Fri Apr 12 23:20:13 2019 -0500
Initial version
commit b9ef88b9f79b48435e7b4beeff959b4223f4b8ba
Merge: 220ebae c8d79fc
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Tue Mar 26 20:16:21 2019 -0500
Merge remote-tracking branch 'upstream/master' into nocompiler
commit 220ebae355c945963591b002a43b262a70640aa5
Merge: 3d7227c 119be48
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Wed Dec 12 18:02:10 2018 -0600
Merge remote-tracking branch 'upstream/master'
commit 3d7227c8900c205aada488d60565c90e17759639
Merge: cf7263d 66d79bf
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Wed Oct 17 13:39:51 2018 -0500
Merge remote-tracking branch 'upstream/master'
commit cf7263d6caf27ca4930ed54b05d4aa4f36e1dff1
Merge: 2fc3106 ee4c0ae
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Thu Sep 13 23:03:41 2018 -0500
Merge remote-tracking branch 'upstream/master'
commit 2fc310623b9f49ea012fc04fa09713fda140a7a3
Merge: e9a8850 c249f9b
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Thu Apr 26 16:27:31 2018 -0500
Merge remote-tracking branch 'upstream/master'
commit e9a885099b0b97bf3e0cddcde27e8c6b0bd51b10
Merge: 7adfd7b 75b7a21
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Thu Mar 8 14:26:46 2018 -0600
Merge remote-tracking branch 'upstream/master'
commit 7adfd7be2b38a52886640579845de378139ca0cc
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Mon Jan 15 00:35:55 2018 -0600
Updated fix for #398
commit de18319159b76a9da6765f35ea4d2e2c963d688a
Merge: 93ba4a0 3dae264
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Sun Jan 14 22:01:20 2018 -0600
Merge remote-tracking branch 'upstream/master'
commit 93ba4a00820ccb9a5362f0398cf3b5b4782bbefe
Author: Ganesh Viswanathan <dev@genotrance.com>
Date: Sat Jan 13 19:52:34 2018 -0600
Fix for #398
2019-04-29 23:03:57 +01:00
Dominik Picheta
f9c54f7607
Fixes Travis CI run with choosenim.
...
Squashed commit of the following:
commit 0f8a7e178d
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Tue Aug 28 14:56:03 2018 +0100
Fixes NIM_PREFIX_DIR affecting testing logs.
commit f566e8bcd1
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Tue Aug 28 14:26:45 2018 +0100
Attempt to fix travis.
2018-08-28 15:17:32 +01:00
Dominik Picheta
67cf608f55
Build against a pinned version of Nim devel on travis.
2018-08-27 22:31:17 +01:00
Dominik Picheta
e06ad6e497
Adds .nimble/bin to PATH in travis.
2018-08-23 00:42:48 +01:00
Andreas Rumpf
3b177e278b
Make Nimble compatible with the upcoming compiler API changes ( #500 )
...
* Make Nimble compatible with the upcoming compiler API changes
* make travis use nim-0.18.0
* make Nimble compile with older compiler versions
* attempt to make tests green with Nim v0.18
2018-06-10 13:50:40 +01:00
Dominik Picheta
cf1b83792d
Run travis tests against 0.17.2 instead of 0.17.0.
2018-02-23 22:44:57 +00:00
Dominik Picheta
ebf4eace39
Bump travis to Nim 0.17.0
2017-08-01 19:11:21 +01:00
Dominik Picheta
015233a8b6
Travis: Upgrade to Nim 0.16.0.
2017-01-29 16:16:17 +01:00
Dominik Picheta
64518698e2
Travis: Use ubuntu 14.04 instead of 12.04.
2017-01-29 16:07:23 +01:00
Dominik Picheta
e6057a0084
Fixes travis build.
...
Squashed commit of the following:
commit 8811389f5071831b4fd55fa0c978767d722a4ed0
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Tue Nov 15 21:24:03 2016 +0100
Cleans up troibobasbfdb
commit 283e10b43517e1c03a277bdf0dd39ea017421d53
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Tue Nov 15 21:12:03 2016 +0100
Too bad bash isn't style insensitive.
commit 3cbf069230306c2977fe37f811c803b9a55b4ccf
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Tue Nov 15 21:09:27 2016 +0100
Attempt to add -lrt to linker flags.
commit 0f3cbfabd9f9b2cf8c9ba9709175384d2f440ffd
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Tue Nov 15 20:58:52 2016 +0100
Print ldd version.
commit badc29b79d6cc4f0770c483ac63079b0a3e9bd6c
Author: Dominik Picheta <dominikpicheta@gmail.com>
Date: Tue Nov 15 20:50:35 2016 +0100
Attempt to debug.
2016-11-15 21:30:34 +01:00
Dominik Picheta
8a1efc275e
Fixes build (missing bootstrap.sh). Now builds against Nim 0.15.2.
2016-11-11 11:35:50 +00:00
Dominik Picheta
ff81c34b5e
`cd out of the tests` dir in travis.
2015-12-30 01:36:24 +00:00
Dominik Picheta
8576776de7
Finishing touches for travis build to succeed.
2015-12-30 01:32:00 +00:00
Dominik Picheta
c53350cc61
Add .travis.yml file.
2015-12-30 01:22:22 +00:00