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
narimiran
9a649d91ad
disable 'chroma' package
2020-07-29 11:16:39 +02:00
narimiran
e6cdbad6a5
fix flaky t7758 test
2020-07-29 11:15:50 +02:00
Bung
e79e0616b1
fixes #14189 ( #15080 ) [backport]
...
(cherry picked from commit 191c388792 )
2020-07-29 10:51:26 +02:00
Jjp137
6b555e78b7
parsecsv: fix '\0' being displayed as '0' in docs ( #15086 ) [backport]
...
(cherry picked from commit a62bc55955 )
2020-07-29 10:49:30 +02:00
Bung
36619e3569
fix #14534 ( #15060 ) [backport]
...
(cherry picked from commit 9746868832 )
2020-07-29 10:49:00 +02:00
Araq
f4ae3ab729
fixes #15056 [backport]
...
(cherry picked from commit 12a9fe017e )
2020-07-29 10:48:45 +02:00
narimiran
289e35166b
bump NimVersion to 1.0.8
2020-07-29 09:55:47 +02:00
narimiran
338f25b56f
'chronos' has Nim v.12 dependency
2020-07-23 13:02:13 +02:00
Andreas Rumpf
872795e18a
enforce browsers.nim only handles URLs [backport] ( #15045 )
...
(cherry picked from commit 925dd92e07 )
2020-07-23 11:51:55 +02:00
narimiran
58515f6042
'norm' has Nim v1.2 dependency
2020-07-23 11:49:45 +02:00