Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add criterion to important packages (#15604) | Andy Davidoff | 2020-10-26 | 1 | -0/+1 |
| | | | | | | | | | * add criterion to important packages * use a special nimscript for criterion tests * fix criterion speed differently Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Revert "workaround https://github.com/citycide/glob/issues/49 glob broken ↵ | Bo Lingen | 2020-10-26 | 1 | -1/+1 |
| | | | | | (#15647)" (#15728) This reverts commit 4ab1bd7e3301e22f0a5a9c62f9c90636932fde80. | ||||
* | Try to fix CI failures (#15701) | Clyybber | 2020-10-24 | 1 | -88/+87 |
| | | | | | | | | | | | | | | | | | | | | | | * Use cligens release version * Rework important_packages main loop * Fix * Fix * Create pkgs dir * Don't use nimble develop since it doesn't work for binary only packages, and always install head * Use git to get the latest release/tag instead * Tackle the root cause * Reduce diff * Cleanup | ||||
* | workaround https://github.com/citycide/glob/issues/49 glob broken (#15647) | Timothee Cour | 2020-10-19 | 1 | -1/+1 |
| | |||||
* | make testing for prologue more stable (#15491) | flywind | 2020-10-05 | 1 | -1/+1 |
| | |||||
* | cursor inference: makes combparser work; refactorings (#15411) | Andreas Rumpf | 2020-09-26 | 1 | -1/+1 |
| | | | | * cursor inference: makes combparser work; refactorings | ||||
* | fixes #15210 [backport:1.2] (#15237) | Andreas Rumpf | 2020-08-31 | 1 | -1/+1 |
| | | | | | * fixes #15210 [backport:1.2] * use patched version of bigints library | ||||
* | Fix forward declaration issues in template/macro context (#15091) | Clyybber | 2020-07-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | * Fix forward declaration issues in template/macro context * Correct forward declaration resolving for overloads * Remove old dead code * WIP consistent gensym ids * Minimize diff * Remove obsoleted hack * Add templInstCounter to give unique IDs to template instantiations * Remove obsoleted code * Eh, init in myOpen, not myProcess... * Remove optNimV019 * Add testcase for #13484 | ||||
* | Change testing commands for some packages (#15041) | Miran | 2020-07-22 | 1 | -6/+4 |
| | |||||
* | enable 'nimterop' test | narimiran | 2020-07-20 | 1 | -1/+1 |
| | |||||
* | Clean up macros (#14959) | Juan Carlos | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | Testament: Reenable arraymancer (#14831) | Clyybber | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent ↵ | Timothee Cour | 2020-06-26 | 1 | -1/+1 |
| | | | | | | | iterators (#14817) * followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent iterators * ggplotnim: remove -d:nimHasWorkaround14720 | ||||
* | CI: Install the pkg we cloned (#14770) | Clyybber | 2020-06-24 | 1 | -9/+8 |
| | |||||
* | cleanup [ci skip] | narimiran | 2020-06-24 | 1 | -1/+0 |
| | |||||
* | Fix Norm test path. (#14779) | Constantine Molchanov | 2020-06-24 | 1 | -1/+1 |
| | |||||
* | Enable fidget in important_packages. (#14742) | treeform | 2020-06-23 | 1 | -2/+1 |
| | | | | | | | | | | | * Enable fidget in important_packages. Fidget now works with `nimble test` and there is a CI: https://github.com/treeform/fidget/commits/master * Add libx11-dev to make fidget compile. * try libxcursor-dev * try xorg-dev | ||||
* | unbreak CI, refs https://github.com/timotheecour/Nim/issues/167 (#14765) | Timothee Cour | 2020-06-22 | 1 | -1/+2 |
| | |||||
* | add legacy workaround; improve test so that it actually tests for the bugfix | Timothee Cour | 2020-06-19 | 1 | -1/+1 |
| | |||||
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 1 | -1/+0 |
| | | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff | ||||
* | fix #13166 tioselectors flaky test on freebsd+OSX (#14634) | Timothee Cour | 2020-06-12 | 1 | -1/+2 |
| | |||||
* | hotfix disable nitter refs https://github.com/timotheecour/Nim/issues/167 ↵ | Timothee Cour | 2020-06-08 | 1 | -1/+2 |
| | | | | (#14603) | ||||
* | fix #14421 items uses lent T (#14447) | Timothee Cour | 2020-05-29 | 1 | -2/+2 |
| | | | | | * fix #14421 items uses lent T for seq + openArray * add -d:nimWorkaround14447 * fix test | ||||
* | install gtk3 on osx for package testing (#14388) | Miran | 2020-05-18 | 1 | -7/+0 |
| | |||||
* | Speed up testing of some packages (#14358) | Danil Yarantsev | 2020-05-15 | 1 | -6/+6 |
| | |||||
* | diable nimx (CI failure) refs https://github.com/timotheecour/Nim/issues/167 ↵ | Timothee Cour | 2020-05-10 | 1 | -1/+1 |
| | | | | (#14293) | ||||
* | Split testing important packages into two jobs (#14256) | Miran | 2020-05-07 | 1 | -124/+133 |
| | | | | | * split testing packages in two separate jobs * speed-up the slowest tests * special treatment for two packages | ||||
* | Re-enabling INim (#14215) | Tristram Oaten | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | test even more packages | narimiran | 2020-04-30 | 1 | -1/+19 |
| | |||||
* | add 14 more packages to 'important_packages' (#14141) | Miran | 2020-04-28 | 1 | -2/+14 |
| | |||||
* | fix nim CI; fix local testament (#14102) | Timothee Cour | 2020-04-24 | 1 | -4/+5 |
| | |||||
* | add timezones package to important_packages (#13987) | Miran | 2020-04-15 | 1 | -0/+1 |
| | |||||
* | Fix https://github.com/inim-repl/INim/issues/66 (#13984) | Timothee Cour | 2020-04-15 | 1 | -1/+1 |
| | |||||
* | enable important_pkg on OSX (#13954) | Timothee Cour | 2020-04-14 | 1 | -1/+9 |
| | | | | | | | | | * enable important_pkg on OSX * disable some important_packages on OSX * fixup * enable nigui by installing dependency | ||||
* | Test packages on Linux (#13921) | Miran | 2020-04-08 | 1 | -2/+1 |
| | | | | | * test important packages on Linux * enable chronos | ||||
* | Fix telebot test failed, closes ba0f3/telebot.nim#49 [ref #13812] (#13814) | Huy Doan | 2020-03-31 | 1 | -1/+1 |
| | | | I was update telebot to version 1.0.0, update folder structure follow `nimble` guideline | ||||
* | fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647) | Timothee Cour | 2020-03-17 | 1 | -1/+1 |
| | | | | | | * docgen: minor refactoring via docOutDir * fix css for `nim doc subdir/foo` without --outdir nor -o * tcompilesetting.nim: keep `git status` clean * re-enable pkg nimgame2 that got fixed upstream | ||||
* | disable nimgame2 for now | Araq | 2020-03-13 | 1 | -1/+1 |
| | |||||
* | disable chronos testing for now | Araq | 2020-03-11 | 1 | -1/+2 |
| | |||||
* | [ci skip] important_packages: change the order in commented out packages too | narimiran | 2020-03-04 | 1 | -6/+6 |
| | |||||
* | important_packages: change the order of arguments in the template (#13577) | Miran | 2020-03-03 | 1 | -52/+51 |
| | | | | Leads to a cleaner and less confusing code - an empty command doesn't mean 'nimble test' anymore. | ||||
* | fix broken nim CI, disable blscurve (#13555) | Timothee Cour | 2020-03-02 | 1 | -1/+1 |
| | |||||
* | add ggplotnim to important_packages (#13206) | Miran | 2020-02-14 | 1 | -0/+1 |
| | |||||
* | Modify the test command for nimly (nimble-package) (#13053) | loloiccl | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | testament/important_packages dont run hts (#13052) | Brent Pedersen | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | a better way to test Arraymancer | narimiran | 2019-11-13 | 1 | -2/+2 |
| | |||||
* | better testing for nimcrypto; re-enable chronos testing (#12560) | Andreas Rumpf | 2019-10-31 | 1 | -2/+2 |
| | |||||
* | disable package 'chronos' for now | narimiran | 2019-10-24 | 1 | -1/+1 |
| | |||||
* | [backport] package chronos now has dependencies | narimiran | 2019-10-23 | 1 | -1/+1 |
| | |||||
* | Revert "[ci skip] disable two packages until #11764 is merged" | narimiran | 2019-10-23 | 1 | -2/+2 |
| | | | | This reverts commit 48975bb3e7c1d5f8e1f81981cd5e3c028ccf37a5. |