Commit Graph

16399 Commits

Author SHA1 Message Date
Andreas Rumpf
2a1f77cb18 Revert "Update uri.nim (#19148) [backport:1.0]" (#19280)
This reverts commit a3ef5df680.

(cherry picked from commit 81d32cf7e5)
2021-12-31 05:23:17 +01:00
Miran
a57b1d7fac [backport:1.0] json: limit recursion depth (#19252)
* json: limit recursion depth

* do not run this check for JS backend

(cherry picked from commit c17baaefbc)
2021-12-14 18:24:19 +01:00
Dominik Picheta
f577229a6f Update uri.nim (#19148) [backport:1.0]
(cherry picked from commit a3ef5df680)
2021-12-11 09:25:56 +01:00
flywind
b057bb6654 [tools] use the right parameter [backport:1.0] (#18957)
(cherry picked from commit b2873f0f63)
2021-10-06 13:41:36 +02:00
narimiran
af2b7ff28f disable more packages 2021-08-25 15:02:58 +02:00
narimiran
f964fdbec0 disable testing packages which don't support Nim 1.0 anymore 2021-08-24 15:07:00 +02:00
narimiran
d5a7fb8ea0 there is no IndexDefect in 1.0 2021-08-24 11:05:29 +02:00
flywind
22e71cbc0f fix #18702(fix parseutils.parseFloat) (#18703) [backport:1.0]
* fix #18702
* Apply suggestions from code review

(cherry picked from commit 901c5ded52)
2021-08-24 07:25:52 +02:00
Andreas Rumpf
f40c941580 fixes #18643 [backport:1.0] (#18678)
(cherry picked from commit 018465a234)
2021-08-24 07:24:20 +02:00
shirleyquirk
e5a3f30519 Fix buffer-overrun bug in net (#17728) [backport:1.0]
(cherry picked from commit fdd4391534)
2021-08-24 07:24:03 +02:00
hlaaftana
286b94e7de Remove declPragmas from lambdas [backport:1.0] (#16966)
* Remove declPragmas from lambdas [backport:1.0]

* add test for exportc

* fix test

* fix align, nodecl -> noinit

(cherry picked from commit 49b64e8dc7)
2021-02-09 15:50:16 +01:00
narimiran
52155b5587 enable 'protobuf' package 2021-02-09 15:45:22 +01:00
narimiran
9edb694173 Revert "basic cleanups regarding SSL handling (#16940) [backport:1.0]"
This reverts commit bd2b298244.
2021-02-08 21:59:05 +01:00
narimiran
8be2614608 disable 'protobuf' package 2021-02-08 18:46:27 +01:00
Andreas Rumpf
bd2b298244 basic cleanups regarding SSL handling (#16940) [backport:1.0]
* basic cleanups regarding SSL handling
* enabled certificate checking on Windows
* updated the SSL test
* quoting helps

(cherry picked from commit abac35e743)
2021-02-08 17:29:01 +01:00
narimiran
311b7aaf37 disable 'criterion' package 2021-02-02 14:31:50 +01:00
narimiran
a13fd00729 Revert "[backport 1.0] add backend support for js bigint (#16606)"
This reverts commit a8c706760c.
2021-02-02 08:38:40 +01:00
Timothee Cour
a8c706760c [backport 1.0] add backend support for js bigint (#16606)
* add backend support for js bigint

* cleanup

* add tests

* add -d:nimHasJsBigIntBackend

* cleanup

* more tests

(cherry picked from commit 025ca660f7)
2021-02-01 15:34:16 +01:00
Timothee Cour
86298e30d9 [backport => 1.0] fix #16428 vmops now works for generic procs (#16429)
* fix #16428 vmops now works for generic procs

* remove duplication

(cherry picked from commit bc84d9c8cb)
2021-02-01 15:33:25 +01:00
Andreas Rumpf
19440baa80 fixes #16359 [backport] (#16377)
(cherry picked from commit b87bcb6d92)
2020-12-19 14:35:08 +01:00
Andreas Rumpf
a0d62e654a fixes #16214 [backport] (#16252)
(cherry picked from commit edce5897a5)
2020-12-19 14:35:02 +01:00
narimiran
67d9848027 re-enable testing of parsetoml package 2020-12-19 14:34:30 +01:00
narimiran
4663a261f9 disable testing of two failing packages 2020-12-11 08:58:11 +01:00
narimiran
69322f86de backport devel's compiler/platform.nim 2020-12-08 11:32:38 +01:00
narimiran
f29e7cfdcd add freebsd and openbsd stuff from devel's installer.ini 2020-12-08 10:29:40 +01:00
Andreas Rumpf
bf85f35226 OSX: support for M1 [backport:1.0] (#16279)
(cherry picked from commit 94bb816de3)
2020-12-08 10:25:48 +01:00
narimiran
f76ed447c2 bump NimVersion to 1.0.11 2020-12-08 10:19:50 +01:00
narimiran
0ca09f64cf disable tmitems_vm test on cpp target v1.0.10 2020-10-26 14:25:28 +01:00
Timothee Cour
52ad63bc22 fix #15704 #15597 wrong VM register was freed (#15705)
(cherry picked from commit d4c2e2c53f)
2020-10-26 10:30:46 +01:00
narimiran
98073624f7 update koch so the nightlies will be able to bundle Nimble
- Previously, `winrelease` called `bundleNimbleExe`, which tries to clone
  nimble to `dist/nimble` unconditionally.
- Since nightlies source tarball bundles nimble, git couldn't clone
  because `dist/nimble` was already there.
  This leads to 1.0.x couldn't be built with nimble bundled.
- The fix backports the logic from Nim >= 1.2.8 which can check if
  `dist/nimble` was bundled by the source archive.
  With this fix we can re-enable bundling of nimble to the source
  archive for 1.0.x.
2020-10-22 20:14:44 +02:00
Igor Ribeiro de Assis
c32e002e63 Fix crash in parsexml (#15582) (#15583)
Co-authored-by: Igor Ribeiro de Assis <igor.ribeiro_de_assis@zeiss.com>
(cherry picked from commit 42c180c665)
2020-10-15 13:33:06 +02:00
genotrance
5b920dc01f Bump nimble (#15573)
(cherry picked from commit a4c28394be)
2020-10-15 09:45:17 +02:00
narimiran
4234a6373a bump NimVersion to 1.0.10 2020-10-14 11:01:35 +02:00
Andreas Rumpf
f6ada8874a sigmatch: hotfix [backport] (#15565)
(cherry picked from commit c664fb2843)
2020-10-14 11:01:24 +02:00
alaviss
4088d7f2ae terminal: fix fgColor/bgColor commands [backport] (#15554)
Since #8296, fgSetColor is no longer a global. These commands were
probably left out from the change as an oversight, so some tests have
been added to make sure this won't happen again.

(cherry picked from commit d1af9587b8)
2020-10-13 21:22:03 +02:00
Christopher Dunn
ad29fe8946 Fix doc for CountTable (#15561) [backport]
(cherry picked from commit f1d81dc6e6)
2020-10-13 08:44:48 +02:00
Christian Ulrich
52a3d38bda close socket in getPrimaryIPAddr (#15538) [backport]
(cherry picked from commit c7ccbfac39)
2020-10-13 08:44:36 +02:00
narimiran
1b530b5897 backport tasyncclosestall changes to make it more robust 2020-10-09 11:31:45 +02:00
cooldome
9193c85b61 fix #15516 (#15518)
(cherry picked from commit fe187719ab)
2020-10-09 10:15:20 +02:00
alaviss
758a54ce23 Small optimization for the CI pipeline. (#15088)
* azure-pipelines: cache csources to speed up build

Building csources takes about 2-4 mins, and since it hasn't changed for
a long time, employ some caching to cut the time spent.

* azure-pipelines: remove ppa avoidance configs

Testing shows that there aren't any difference between having this and
not having it, so removing this to simplify the code.

(cherry picked from commit c292c57e48)
2020-09-14 10:25:28 +02:00
narimiran
cc49902fa2 disable package 'ws' 2020-09-12 08:46:47 +02:00
narimiran
8ec5dc1969 Revert "[backport] fix #15064, strscans.scanf edge case for '$+' (#15223)"
This reverts commit f713c54166.
2020-09-12 08:42:43 +02:00
shirleyquirk
dc5e8fc39d Fix c_malloc inside syslocks.nim to take size_t (#15268) [backport]
* update c_malloc's to csize_t

(cherry picked from commit 57f98dae9a)
2020-09-11 15:01:14 +02:00
PMunch
37c3465081 Fix sets for architectures with default integers smaller than 32 bits (#15258) [backport]
(cherry picked from commit 244760197c)
2020-09-11 15:00:59 +02:00
Miran
f713c54166 [backport] fix #15064, strscans.scanf edge case for '$+' (#15223)
(cherry picked from commit 15ff89cec1)
2020-09-11 14:59:52 +02:00
alaviss
dc519a539b asyncnet: don't try to close the socket again [backport] (#15174)
The closed flag isn't a good design by any means, but let's have this
working first before I get rid of the flag and potentially create a
non-backportable commit.

(cherry picked from commit 957bf15a08)
2020-09-11 14:59:38 +02:00
Andreas Rumpf
acfd1b272d fixes #15101 [backport] (#15171)
(cherry picked from commit 2a8bf470af)
2020-09-11 14:58:48 +02:00
Andreas Rumpf
53fc3924a0 fixes #15071 [backport] (#15131)
(cherry picked from commit d23ae49535)
2020-09-11 14:54:44 +02:00
narimiran
95d4961612 bump NimVersion to 1.0.9 2020-09-11 14:41:47 +02:00
narimiran
b5ec602763 disable packages depending on 'chroma' v1.0.8 2020-07-29 12:54:34 +02:00