Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Nim

We are on a mission to develop an easy to use and performant systems programming language.
Collective - Host: opensource - https://opencollective.com/nim - Code: https://github.com/nim-lang/Nim

fix #14545 windows CI docs (#14590)

* fix #14545 windows paths
* add lib/std/private/strutils2.nim
* remove dependency strutils2 =...

github.com/nim-lang/Nim - 8bbdb8f43fb0da04d4b75bca011662f690972bfe authored over 4 years ago by Timothee Cour <[email protected]>
exceptions.nim: Fix a bad `Error` -> `Defect` renaming (#14621)

This commit fixes a mistake from 7d6cbf290a.

github.com/nim-lang/Nim - 5131af1a446140d275510d67bff281f2e42cc19b authored over 4 years ago by ee7 <[email protected]>
parseutils: integerOutOfRangeDefect => integerOutOfRangeError (#14627)

github.com/nim-lang/Nim - b7b84fa1652e6ef4ea203f553a6c1f0aed51bcf3 authored over 4 years ago by Timothee Cour <[email protected]>
enable tioselectors on osx; more diagnostic for #13166 (#14625)

github.com/nim-lang/Nim - d81bc69587efb9249ad2e022d1bc3f8e4865506f authored over 4 years ago by Timothee Cour <[email protected]>
Documentation update a description (#14619)

* Documentation update a description in a page listing links

* Update doc/docs.rst

Co-auth...

github.com/nim-lang/Nim - 387e337a2a9ebe6844c80088d4a431505d19c9d6 authored over 4 years ago by Juan Carlos <[email protected]>
fixes #14279 (#14618)

github.com/nim-lang/Nim - 6085ad95ff4f712d14de2786a8bd5e2cea4397df authored over 4 years ago by Andreas Rumpf <[email protected]>
fixes #14578 (#14615)

github.com/nim-lang/Nim - b3029ba2139a018946218e1917918d1a1ef019e2 authored over 4 years ago by Andreas Rumpf <[email protected]>
Documentation Fix Typo, Add Table (#14609)

github.com/nim-lang/Nim - 881fa94b57d6d0ebd661ad21340c8e75f173809d authored over 4 years ago by Juan Carlos <[email protected]>
Fix(astspec.txt): type of repeated word (#14612)

github.com/nim-lang/Nim - aa70cfdea282e717a41f7dbfec32d739f7b2e08a authored over 4 years ago by ynfle <[email protected]>
Make the example better describe the desired outcome (#14611)

github.com/nim-lang/Nim - cc3409e26437e7e1d89c8d4b7baacdee695a7b44 authored over 4 years ago by Max Grender-Jones <[email protected]>
[OpenBSD] Add arm support (#14608)

* add arm support to openbsd

* use clang on openbsd

github.com/nim-lang/Nim - 30c09e460778099633db084532672970954bb328 authored over 4 years ago by lbartoletti <[email protected]>
optimized wrapWords; fixes #14579 (#14606) [backport:1.2]

github.com/nim-lang/Nim - c308c2e60b472c6ceade2cd319e2fe32fcd1d9a7 authored over 4 years ago by Andreas Rumpf <[email protected]>
fixes #14557 (#14607)

github.com/nim-lang/Nim - e3f80e434aa8eb1d81a3d7a83d0beb02c0158846 authored over 4 years ago by Andreas Rumpf <[email protected]>
`toJson`, `jsonTo`, json (de)serialization for custom types; remove dependency on strtabs thanks to a hooking mechanism (#14563)

* json custom serialization; application for strtabs
* serialize using nesting
* make toJson m...

github.com/nim-lang/Nim - c7a1a7b8bf38ab5c15decdf913dfc272ad922c21 authored over 4 years ago by Timothee Cour <[email protected]>
Fix sugar.dump: It doesn't work correctly with compile time expression (#14580)

github.com/nim-lang/Nim - 733bd76f6bc8253f255df4cec26099502090264b authored over 4 years ago by Tomohiro <[email protected]>
hotfix disable nitter refs https://github.com/timotheecour/Nim/issues/167 (#14603)

github.com/nim-lang/Nim - 0d814f2d4464b6426df8f65d845299b969a86d71 authored over 4 years ago by Timothee Cour <[email protected]>
openssl: use explicit result for SSL_in_init (#14597)

Sometimes the analysis might get funky and decide that the if-expression
below is not an if-exp...

github.com/nim-lang/Nim - 8edac9cf1d8a052b306e43ba92b3a91f51a221be authored over 4 years ago by alaviss <[email protected]>
Fix #14568 (#14583)

* Fix #14568
* Add testcase
* Fix bogus test
* Adapt other failing tests
* Declarations are ...

github.com/nim-lang/Nim - 52841dba0936d3679d2c7115fed620c35627155d authored over 4 years ago by Clyybber <[email protected]>
fixes #14315 (#14594)

github.com/nim-lang/Nim - 754a196d4739b17fc0783d8e4b025d38bbcc4e32 authored over 4 years ago by Andreas Rumpf <[email protected]>
fixes #14118 (#14595)

github.com/nim-lang/Nim - 419dbd573d91c493f80c75fa23fae1dd6fece18e authored over 4 years ago by Andreas Rumpf <[email protected]>
implement the 'bind' statement for generics, it was an oversight that this was never implemented (#14584)

github.com/nim-lang/Nim - 66c50c2ffcfdd31f9f1eecfaf23b1b58b22d3a36 authored over 4 years ago by Andreas Rumpf <[email protected]>
Fix link to "rebuilding the compiler" (#14567)

github.com/nim-lang/Nim - 51b71e35f2c0000def4f35d65ceb28ecdeb7ee10 authored over 4 years ago by lbartoletti <[email protected]>
more precise analysis about 'observable stores' [backport:1.2] (#14582)

github.com/nim-lang/Nim - 32083c7ff88c46b81c30df95ff5c81c57935bc23 authored over 4 years ago by Andreas Rumpf <[email protected]>
asyncnet, net: clear openssl error queue before performing I/O

Per SSL_get_error(3):

The current thread's error queue must be empty before the TLS/SSL I/O
...

github.com/nim-lang/Nim - 6cb94b5da6ac409915cc0ca3f50c50214edee0ef authored over 4 years ago by Leorize <[email protected]>
openssl: fix erroneous function signatures

Now matches the declaration in openssl/err.h

github.com/nim-lang/Nim - f243f9aeb5c5ef6f59efadbee81feb918a20fae8 authored over 4 years ago by Leorize <[email protected]>
wrappers/openssl: mark casts as gcsafe

Nim will pretend that these proc are not gcsafe if they are not marked.

github.com/nim-lang/Nim - 3cd74c6408353aec97f04672140d5de226f3f3af authored over 4 years ago by Leorize <[email protected]>
Revert "net: don't clear all errors on close"

You're supposed to clear the error queue before any I/O operations. Per
SSL_get_error(3) man pag...

github.com/nim-lang/Nim - 19ccce2617116270c5a83324f5f442fa7d239ee8 authored over 4 years ago by Leorize <[email protected]>
thttpclient_ssl: be less specific

The error we're looking for is "certificate verify failed". The routine
that reports this will b...

github.com/nim-lang/Nim - 44d0b4bdfd95a420946d287adacd762bd12ce646 authored over 4 years ago by Leorize <[email protected]>
net: don't clear all errors on close

Closing a socket clears the error queue of the entire thread, which
seems to be a bit too invasi...

github.com/nim-lang/Nim - d06e6eec79c68f8e9bf87c89fc770ca7722c4728 authored over 4 years ago by Leorize <[email protected]>
untestable/thttpclient_ssl: fix 10000-sans test

github.com/nim-lang/Nim - df91f61e2091164eb5afdd2c88367cf48a042998 authored over 4 years ago by Leorize <[email protected]>
untestable/thttpclient_ssl: catch errors caused by the bad catergory

Previously the errors caused by `SSL_shutdown()` masked these, so now we
catch them.

github.com/nim-lang/Nim - 19ccc5fd8d7e187dde0f9190532d7a168bec9572 authored over 4 years ago by Leorize <[email protected]>
asyncnet, net: call SSL_shutdown only when connection established

This commit prevents "SSL_shutdown while in init" errors from happening.

See https://github.com...

github.com/nim-lang/Nim - 82092b3bb7ead1414f673ed7f43e9fa1dcf8c5f4 authored over 4 years ago by Leorize <[email protected]>
net: don't clear error queue unless shutdown() will be performed

github.com/nim-lang/Nim - 78982b52f035904de0ba2b90f6e4cb43fb76e300 authored over 4 years ago by Leorize <[email protected]>
wrappers/openssl: defer loading SSL_CTX_set_ciphersuites

github.com/nim-lang/Nim - 4fdf9cb808db9251feb1c23652da6141ce111437 authored over 4 years ago by Leorize <[email protected]>
net: also set TLSv1.3 cipher suites

github.com/nim-lang/Nim - 6b2d8bfc8b9e46ae92e490111cb6a2abc49a32b6 authored over 4 years ago by Leorize <[email protected]>
untestable/thttpclient_ssl: fix macos

github.com/nim-lang/Nim - 65b350f11246654f2b04a9a606a731ba0b9a72c5 authored over 4 years ago by Leorize <[email protected]>
wrappers/openssl: enable SSL_CTX_set_ecdh_auto for LibreSSL

This procedure is not no-op for older LibreSSL, and the ABI is kept for
newer versions, so there...

github.com/nim-lang/Nim - b323bccd8125e9fa4ff28330da1a3adf206b8d32 authored over 4 years ago by Leorize <[email protected]>
net: revert compatibility changes for Windows

This reverts commit d53a6355f3ad4401731142d8fc66b95ecfdfb321 and
688b1f250ed058ecc49737dc75fd089...

github.com/nim-lang/Nim - e80a23f4d2bf4f628cb6bf7c235cb63cc58fdcb0 authored over 4 years ago by Leorize <[email protected]>
wrappers/openssl: the version number comes from the utility library

Previously we loaded the SSL library for this, but that's not where the
symbol resides.

github.com/nim-lang/Nim - d406f588d89fcf4a19c3e556ca57def9644a8a57 authored over 4 years ago by Leorize <[email protected]>
net: use CiphersOld list for Windows

The default DLLs shipped are too old, switch to CiphersOld list to
ensure compatibility.

This c...

github.com/nim-lang/Nim - 0ca069b4f8ff4e4f6d85178247818857970ce591 authored over 4 years ago by Leorize <[email protected]>
net: don't call set_ecdh_auto for super old OpenSSL

And the fun thing is that currently we use a super old OpenSSL on
Windows.

github.com/nim-lang/Nim - 279438f1df355e2eee09734cc0fc5ab86e0d2271 authored over 4 years ago by Leorize <[email protected]>
wrappers/openssl: fix SSL_CTX_set_mode

Follow up of 794042080b270d9da8d64bb4285ce83787bdec7e

github.com/nim-lang/Nim - b5b191af4bb3dea9c49b2637d203957daf42478a authored over 4 years ago by Leorize <[email protected]>
wrappers/openssl: getOpenSSLVersion is gcsafe

Yet another weird {.gcsafe.} triggering when it shouldn't.

github.com/nim-lang/Nim - 61d4fbce4f0ae764092c51591112ce39d78fca73 authored over 4 years ago by Leorize <[email protected]>
net: enable automatic EC curve selection for OpenSSL 1.0.2

This setting is required for servers running OpenSSL < 1.1.0 to support
EC-based secure ciphers ...

github.com/nim-lang/Nim - 6c0f86c486f6491a2602e95228e63f3c44ab14fc authored over 4 years ago by Leorize <[email protected]>
wrappers/openssl: fix SSL_CTX_ctrl signature

github.com/nim-lang/Nim - 9278e785bd9490029ea2f9eb353d241fd14b302a authored over 4 years ago by Leorize <[email protected]>
asyncnet: clear SSL error queue before performing I/O

Follow up of 476be6cc278d58232e2c6cd3515eb24eca7e2d38

github.com/nim-lang/Nim - e4e3d99ee2381e5fc2fe922aa6933df8cebb599b authored over 4 years ago by Leorize <[email protected]>
changelog.md: clarify that only the default has changed [ci-skip]

github.com/nim-lang/Nim - 256841cf2cfbeb0ccd28de53427583ef348a1ab6 authored over 4 years ago by Leorize <[email protected]>
ssl_config_parser: refactor for sanity reasons

github.com/nim-lang/Nim - 1715935846416cc0e0979f8cc614c0b20cf02841 authored over 4 years ago by Leorize <[email protected]>
untestable/thttpclient_ssl: some tests are no longer broken

With the changes to the default cipher suites, certain tests are no
longer broken and are acting...

github.com/nim-lang/Nim - 3d4d3f4ac2939bc22f830363c46f7a1c0c209c8c authored over 4 years ago by Leorize <[email protected]>
untestable/thttpclient_ssl: move incomplete-chain to dubious_broken

It's unsure why this test fail for macOS, but it doesn't hurt if it's
not passing.

github.com/nim-lang/Nim - 23cc4091d93b2aa9f3a342f14da5d94c19b11392 authored over 4 years ago by Leorize <[email protected]>
net: use a secure cipher list by default

Previously, the `net` module use the blanket "ALL" as the default cipher
list. This list may con...

github.com/nim-lang/Nim - 1fb2a58674dd8136b246c7499cd295e85484d8c3 authored over 4 years ago by Leorize <[email protected]>
fix #14576 addr of param (including for lent) now works with nim js (#14577)

* fix #14576 addr(param) now works in nim js

* workaround https://github.com/nim-lang/Nim/iss...

github.com/nim-lang/Nim - 61f2f1f5c5c563eefc8388c2b655ac816bcf676c authored over 4 years ago by Timothee Cour <[email protected]>
reorder.nim: fixes the indentation

github.com/nim-lang/Nim - 336f1e63d0186ab283fdb9868a8f7d8d05293a31 authored over 4 years ago by Araq <[email protected]>
Fix asynchttpserver newline breaking content-length (#14565) [backport]

github.com/nim-lang/Nim - ea761419ad10c440bb8f0bd29dffa4116edca5f6 authored over 4 years ago by Zed <[email protected]>
remove isMainModule from json,os,sequtils (#14572)

* move json.isMainModule => tjson

* move isMainModule => tos,tsequtils

github.com/nim-lang/Nim - d573581eb72997e27d91dac82b860964ed706590 authored over 4 years ago by Timothee Cour <[email protected]>
Fix #14570 (#14571)

* Fix #14570

github.com/nim-lang/Nim - b19ad22b90b920036fcc7752eca624e55a929cf3 authored over 4 years ago by Danil Yarantsev <[email protected]>
refs #14545 fix snippet errors: avoid showing confusing errors when they are expected (#14569)

github.com/nim-lang/Nim - 7cdf4702699b5de0e31e1139122aa0486fad24a9 authored over 4 years ago by Timothee Cour <[email protected]>
fixes #14562

github.com/nim-lang/Nim - 0824fdd06100282a853fa50efb66e2161f4235d8 authored over 4 years ago by Araq <[email protected]>
Improve JSON serialisation of strtabs (#14549)

This creates a more compact serialisation of strtabs that is more in
line with the normal tables.

github.com/nim-lang/Nim - 7cb4ef26addb3bb5ce2405d8396df6fd41664dae authored over 4 years ago by PMunch <[email protected]>
tfdleak: fix flakyness on Windows (#14550)

* tfdleak_multiple: introduce stress tester for tfdleak

Imported from #14548 and tweaked for ...

github.com/nim-lang/Nim - c1ca06b4525b12022a5f8368582549e5bb01a438 authored over 4 years ago by alaviss <[email protected]>
bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSuccessX (#14555)

* SuccessX `out` now works with --compileOnly and jsonscript; fix bugs in jsonscript
* several ...

github.com/nim-lang/Nim - 01f6e505c8b23fa55506d39864f6353e2a10a276 authored over 4 years ago by Timothee Cour <[email protected]>
[cleanup] docgen: remove docOutdir now that outDir is always set (#14554)

github.com/nim-lang/Nim - 4ba34522f6f64f66df849368d3aad1c434ae1403 authored over 4 years ago by Timothee Cour <[email protected]>
io: correct signature for some win32 apis (#14551)

See https://github.com/nim-lang/Nim/pull/14550#issuecomment-637937649

github.com/nim-lang/Nim - 55f0df164befdf2304841c74daeaacc5391e08fd authored over 4 years ago by alaviss <[email protected]>
* honor --errorMax even for tools (eg drnim, nim doc) (#14546)

* fix a bug that prevented nim doc compiler/nim on windows

github.com/nim-lang/Nim - 4301a3da9d333de88cf01cd952760716e8117bfa authored over 4 years ago by Timothee Cour <[email protected]>
fix https://github.com/timotheecour/Nim/issues/266 retry on failure to avoid common 503 github errors (#14547)

github.com/nim-lang/Nim - 621384b8efce7def08faeb9bc63289a4a88c3a59 authored over 4 years ago by Timothee Cour <[email protected]>
Implement rendering of `[]=`, `{}`, `{}=` braces (#14539)

* render curly braces
* fix typo
* fix test

Co-authored-by: cooldome <[email protected]>

github.com/nim-lang/Nim - e5b64af8317eb0f5e8b9912691b69aab4cd26adf authored over 4 years ago by cooldome <[email protected]>
walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + various other fixes (#14501)

* update doc CI filter to include the files mostly likely to require doc rebuild
* remove code ...

github.com/nim-lang/Nim - 3cf88c2b4955f330e147c98064969626719790de authored over 4 years ago by Timothee Cour <[email protected]>
parser.nim: minor refactorings (#14540)

github.com/nim-lang/Nim - 75e579ff8ec3b5b3659612ea24f8d2b8c0e20230 authored over 4 years ago by Andreas Rumpf <[email protected]>
Change severity of template instantiation message [backport] (#14526)

* Change severity of template instatiation msg

* Add a test

* Trailing newline argh

github.com/nim-lang/Nim - 3698f197f10b775cbe0824936637b7e7d294eb19 authored over 4 years ago by Danil Yarantsev <[email protected]>
Make build_all.sh file executable (#14518)

github.com/nim-lang/Nim - 4bb301dbe2a8fcb9e019e286fdc0cbf622e84434 authored over 4 years ago by Frank Paulo Filho <[email protected]>
runnableExamples: correctly handle multiline string litterals (#14492)

* runnableExamples: correctly handle multiline string litterals

* address comments: improve d...

github.com/nim-lang/Nim - 0a27cca4b50e73beff5dbef84e6de6ab9a4f9f21 authored over 4 years ago by Timothee Cour <[email protected]>
fixes --warningAsError implementation (#14538)

github.com/nim-lang/Nim - 0db148163b3c3eef6206ea08a94fea06c4d226a6 authored over 4 years ago by Andreas Rumpf <[email protected]>
Fix `compiles` for nimsuggest [backport] (#14527)

* Handle nimsuggest in tryExpr
* Added test

github.com/nim-lang/Nim - 00ec43305e51c4b3c0fc4f288a775f90189a4a7c authored over 4 years ago by Danil Yarantsev <[email protected]>
Fix a problem with extra build commands. (#14528)

When --compileOnly is on, extraCmds are not added to JsonBuildInstructions.

```
$ echo 'echo...

github.com/nim-lang/Nim - 5900d8442c6bf41bfaab02ae877ebf23680680bb authored over 4 years ago by Khronos <[email protected]>
manual: removed subjective phrase from 'macros' section (#14536)

Removed phrase "However, this is no real restriction because
Nim's syntax is flexible enough an...

github.com/nim-lang/Nim - 0489e76da768502aa7bddea1cbab3bfa5f6b22a2 authored over 4 years ago by Ico Doornekamp <[email protected]>
fixes #14514 [backport:1.2] (#14533)

github.com/nim-lang/Nim - 8710395a0f7b57bab755ea826a82e3ceef85aa52 authored over 4 years ago by Andreas Rumpf <[email protected]>
Disable unused warnings for error await template too (#14531)

github.com/nim-lang/Nim - 5d0cf883c15b6bd348ecfe7865cb85ca05e341de authored over 4 years ago by Danil Yarantsev <[email protected]>
fix CI doc windows: style error in lib/std/time_t.nim (#14523)

github.com/nim-lang/Nim - 004b0759c5743f4b50766a14b0a47477b72bbac9 authored over 4 years ago by Timothee Cour <[email protected]>
Disable unused warnings for await in async macro (#14517)

* Disable unused warnings for await in async macro

* Remove used for the error template

github.com/nim-lang/Nim - 5150186c68af1fbcc1185d815f52024c4647fe0b authored over 4 years ago by Danil Yarantsev <[email protected]>
spec: be explicit that NRVO will evolve further

github.com/nim-lang/Nim - 177c7f96e93c6b8d9d206cd13f22c0d0d7d4192e authored over 4 years ago by Araq <[email protected]>
document NVRO and exception handling

github.com/nim-lang/Nim - 984af3d64e875016cf00dd2580b0b51f192e1fcd authored over 4 years ago by Araq <[email protected]>
warn about observerable stores but don't prevent them for 1.2.2 [backport:1.2]; refs https://github.com/nim-lang/RFCs/issues/230 (#14510)

github.com/nim-lang/Nim - 52c3633223005f70bb4ecffa9f86b2e4e845e4a3 authored over 4 years ago by Andreas Rumpf <[email protected]>
fixes #14498 [backport:1.2] (#14503)

github.com/nim-lang/Nim - 7ccc7d7e93e0fdfcf72aed239cf8b5d4c04e7de5 authored over 4 years ago by Andreas Rumpf <[email protected]>
fixes #14495 [backport:1.2] (#14496)

github.com/nim-lang/Nim - 3105909f887f2240c2a7a7071b37e1253a70e3e2 authored over 4 years ago by Andreas Rumpf <[email protected]>
enable compiler docs with their own index+search (#14493)

* enable compiler docs (with its own index)

github.com/nim-lang/Nim - cb6eb5268fffea891501c0aed7510d7354c16159 authored over 4 years ago by Timothee Cour <[email protected]>
fix #14421 items uses lent T (#14447)

* fix #14421 items uses lent T for seq + openArray
* add -d:nimWorkaround14447
* fix test

github.com/nim-lang/Nim - 63d1a0289e872212e836559f92a785df51f4faac authored over 4 years ago by Timothee Cour <[email protected]>
hotfix doc comments for procs without body (#14494)

github.com/nim-lang/Nim - e646c16e06e95855a92c1d2453f6f927555aed7e authored over 4 years ago by Timothee Cour <[email protected]>
more checking for --gc:arc, no need for valgrind (#14467)

* sigmatch: removed dead code

github.com/nim-lang/Nim - e31ac81899767e4cebb706ed473dae7ff6f0afd7 authored over 4 years ago by Andreas Rumpf <[email protected]>
disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` (#13261)

* disallow typedesc in arrays and move previous checks to types.typeAllowedAux

github.com/nim-lang/Nim - 4c08e64e9868dabca4a1a82979b74bda5c7d0329 authored over 4 years ago by Neelesh Chandola <[email protected]>
fix #14485 (#14487)

github.com/nim-lang/Nim - 579456d52073229bfe362d3794fae22a479dda38 authored over 4 years ago by Timothee Cour <[email protected]>
fix #8871 runnableExamples now preserves source code comments, litterals, and all formatting; other bug fix (#14439)

* fix #8871 runnableExamples now preserves source code comments, litterals, and all formatting
...

github.com/nim-lang/Nim - e013ebc91a22eeccc9546498994b0c561e438599 authored over 4 years ago by Timothee Cour <[email protected]>
close #14284 document semantics for start for re,nre; improve examples (#14483)

github.com/nim-lang/Nim - 17d08ff71cf8b071d33e66d865d28d8c0624f1f3 authored over 4 years ago by Timothee Cour <[email protected]>
make it easier to figure out how to debug issues (#14477)

github.com/nim-lang/Nim - fe7a2d60f90ac48b296b637401da2724dd160954 authored over 4 years ago by Timothee Cour <[email protected]>
Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479)

github.com/nim-lang/Nim - e62ccaa4dcc4f909e58c31be9073eb75b7f27950 authored over 4 years ago by Kaushal Modi <[email protected]>
drnim improvements (#14471)

github.com/nim-lang/Nim - 1fc40db984041ebc65470677ec69e621d26fd4df authored over 4 years ago by Andreas Rumpf <[email protected]>
Add thiscall calling convention, mostly for hooking purpose (#14466)

* Add thiscall calling convention, mostly for hooking purpose
* add changelog and documentation

github.com/nim-lang/Nim - 00fa7a57476ed6fe81fb2d9171ba902fad9b83d5 authored over 4 years ago by Huy Doan <[email protected]>
Change `UnpackError` with `UnpackDefect` (#14457)

* Change `UnpackError` with `UnpackDefect`

The deprecation warning for `UnpackError` exceptio...

github.com/nim-lang/Nim - cc65ae6011eeb7f85726e6eebfc8dee922ad3451 authored over 4 years ago by Ivan Bobev <[email protected]>
Revert "niminst: use threaded compression when supported (#14455)" (#14462)

This reverts commit b749d58ea1d77aab0ab758a17140ebc57e32f8c8.

github.com/nim-lang/Nim - 0533c435471a1f4e1df27246e238ad5609e857da authored over 4 years ago by alaviss <[email protected]>
typo

github.com/nim-lang/Nim - dadc97d91e6ece6387195bdaad54baa9d3f0fc12 authored over 4 years ago by Andreas Rumpf <[email protected]>
niminst: use threaded compression when supported (#14455)

github.com/nim-lang/Nim - b749d58ea1d77aab0ab758a17140ebc57e32f8c8 authored over 4 years ago by alaviss <[email protected]>