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 paths
* add lib/std/private/strutils2.nim
* remove dependency strutils2 =...
This commit fixes a mistake from 7d6cbf290a.
github.com/nim-lang/Nim - 5131af1a446140d275510d67bff281f2e42cc19b authored over 4 years ago by ee7 <[email protected]>github.com/nim-lang/Nim - b7b84fa1652e6ef4ea203f553a6c1f0aed51bcf3 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - d81bc69587efb9249ad2e022d1bc3f8e4865506f authored over 4 years ago by Timothee Cour <[email protected]>
* 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]>github.com/nim-lang/Nim - 6085ad95ff4f712d14de2786a8bd5e2cea4397df authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - b3029ba2139a018946218e1917918d1a1ef019e2 authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 881fa94b57d6d0ebd661ad21340c8e75f173809d authored over 4 years ago by Juan Carlos <[email protected]>
github.com/nim-lang/Nim - aa70cfdea282e717a41f7dbfec32d739f7b2e08a authored over 4 years ago by ynfle <[email protected]>
github.com/nim-lang/Nim - cc3409e26437e7e1d89c8d4b7baacdee695a7b44 authored over 4 years ago by Max Grender-Jones <[email protected]>
* add arm support to openbsd
* use clang on openbsd
github.com/nim-lang/Nim - 30c09e460778099633db084532672970954bb328 authored over 4 years ago by lbartoletti <[email protected]>github.com/nim-lang/Nim - c308c2e60b472c6ceade2cd319e2fe32fcd1d9a7 authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - e3f80e434aa8eb1d81a3d7a83d0beb02c0158846 authored over 4 years ago by Andreas Rumpf <[email protected]>
* json custom serialization; application for strtabs
* serialize using nesting
* make toJson m...
github.com/nim-lang/Nim - 733bd76f6bc8253f255df4cec26099502090264b authored over 4 years ago by Tomohiro <[email protected]>
github.com/nim-lang/Nim - 0d814f2d4464b6426df8f65d845299b969a86d71 authored over 4 years ago by Timothee Cour <[email protected]>
Sometimes the analysis might get funky and decide that the if-expression
below is not an if-exp...
* Fix #14568
* Add testcase
* Fix bogus test
* Adapt other failing tests
* Declarations are ...
github.com/nim-lang/Nim - 754a196d4739b17fc0783d8e4b025d38bbcc4e32 authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 419dbd573d91c493f80c75fa23fae1dd6fece18e authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 66c50c2ffcfdd31f9f1eecfaf23b1b58b22d3a36 authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 51b71e35f2c0000def4f35d65ceb28ecdeb7ee10 authored over 4 years ago by lbartoletti <[email protected]>
github.com/nim-lang/Nim - 32083c7ff88c46b81c30df95ff5c81c57935bc23 authored over 4 years ago by Andreas Rumpf <[email protected]>
Per SSL_get_error(3):
The current thread's error queue must be empty before the TLS/SSL I/O
...
Now matches the declaration in openssl/err.h
github.com/nim-lang/Nim - f243f9aeb5c5ef6f59efadbee81feb918a20fae8 authored over 4 years ago by Leorize <[email protected]>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]>
You're supposed to clear the error queue before any I/O operations. Per
SSL_get_error(3) man pag...
The error we're looking for is "certificate verify failed". The routine
that reports this will b...
Closing a socket clears the error queue of the entire thread, which
seems to be a bit too invasi...
github.com/nim-lang/Nim - df91f61e2091164eb5afdd2c88367cf48a042998 authored over 4 years ago by Leorize <[email protected]>
Previously the errors caused by `SSL_shutdown()` masked these, so now we
catch them.
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]>github.com/nim-lang/Nim - 78982b52f035904de0ba2b90f6e4cb43fb76e300 authored over 4 years ago by Leorize <[email protected]>
github.com/nim-lang/Nim - 4fdf9cb808db9251feb1c23652da6141ce111437 authored over 4 years ago by Leorize <[email protected]>
github.com/nim-lang/Nim - 6b2d8bfc8b9e46ae92e490111cb6a2abc49a32b6 authored over 4 years ago by Leorize <[email protected]>
github.com/nim-lang/Nim - 65b350f11246654f2b04a9a606a731ba0b9a72c5 authored over 4 years ago by Leorize <[email protected]>
This procedure is not no-op for older LibreSSL, and the ABI is kept for
newer versions, so there...
This reverts commit d53a6355f3ad4401731142d8fc66b95ecfdfb321 and
688b1f250ed058ecc49737dc75fd089...
Previously we loaded the SSL library for this, but that's not where the
symbol resides.
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]>
And the fun thing is that currently we use a super old OpenSSL on
Windows.
Follow up of 794042080b270d9da8d64bb4285ce83787bdec7e
github.com/nim-lang/Nim - b5b191af4bb3dea9c49b2637d203957daf42478a authored over 4 years ago by Leorize <[email protected]>Yet another weird {.gcsafe.} triggering when it shouldn't.
github.com/nim-lang/Nim - 61d4fbce4f0ae764092c51591112ce39d78fca73 authored over 4 years ago by Leorize <[email protected]>
This setting is required for servers running OpenSSL < 1.1.0 to support
EC-based secure ciphers ...
github.com/nim-lang/Nim - 9278e785bd9490029ea2f9eb353d241fd14b302a authored over 4 years ago by Leorize <[email protected]>
Follow up of 476be6cc278d58232e2c6cd3515eb24eca7e2d38
github.com/nim-lang/Nim - e4e3d99ee2381e5fc2fe922aa6933df8cebb599b authored over 4 years ago by Leorize <[email protected]>github.com/nim-lang/Nim - 256841cf2cfbeb0ccd28de53427583ef348a1ab6 authored over 4 years ago by Leorize <[email protected]>
github.com/nim-lang/Nim - 1715935846416cc0e0979f8cc614c0b20cf02841 authored over 4 years ago by Leorize <[email protected]>
With the changes to the default cipher suites, certain tests are no
longer broken and are acting...
It's unsure why this test fail for macOS, but it doesn't hurt if it's
not passing.
Previously, the `net` module use the blanket "ALL" as the default cipher
list. This list may con...
* 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]>github.com/nim-lang/Nim - 336f1e63d0186ab283fdb9868a8f7d8d05293a31 authored over 4 years ago by Araq <[email protected]>
github.com/nim-lang/Nim - ea761419ad10c440bb8f0bd29dffa4116edca5f6 authored over 4 years ago by Zed <[email protected]>
* 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
github.com/nim-lang/Nim - b19ad22b90b920036fcc7752eca624e55a929cf3 authored over 4 years ago by Danil Yarantsev <[email protected]>github.com/nim-lang/Nim - 7cdf4702699b5de0e31e1139122aa0486fad24a9 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - 0824fdd06100282a853fa50efb66e2161f4235d8 authored over 4 years ago by Araq <[email protected]>
This creates a more compact serialisation of strtabs that is more in
line with the normal tables.
* 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]>
* SuccessX `out` now works with --compileOnly and jsonscript; fix bugs in jsonscript
* several ...
github.com/nim-lang/Nim - 4ba34522f6f64f66df849368d3aad1c434ae1403 authored over 4 years ago by Timothee Cour <[email protected]>
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]>* 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]>github.com/nim-lang/Nim - 621384b8efce7def08faeb9bc63289a4a88c3a59 authored over 4 years ago by Timothee Cour <[email protected]>
* 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]>
* update doc CI filter to include the files mostly likely to require doc rebuild
* remove code ...
github.com/nim-lang/Nim - 75e579ff8ec3b5b3659612ea24f8d2b8c0e20230 authored over 4 years ago by Andreas Rumpf <[email protected]>
* 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]>github.com/nim-lang/Nim - 4bb301dbe2a8fcb9e019e286fdc0cbf622e84434 authored over 4 years ago by Frank Paulo Filho <[email protected]>
* 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]>github.com/nim-lang/Nim - 0db148163b3c3eef6206ea08a94fea06c4d226a6 authored over 4 years ago by Andreas Rumpf <[email protected]>
* Handle nimsuggest in tryExpr
* Added test
When --compileOnly is on, extraCmds are not added to JsonBuildInstructions.
```
$ echo 'echo...
Removed phrase "However, this is no real restriction because
Nim's syntax is flexible enough an...
github.com/nim-lang/Nim - 8710395a0f7b57bab755ea826a82e3ceef85aa52 authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 5d0cf883c15b6bd348ecfe7865cb85ca05e341de authored over 4 years ago by Danil Yarantsev <[email protected]>
github.com/nim-lang/Nim - 004b0759c5743f4b50766a14b0a47477b72bbac9 authored over 4 years ago by Timothee Cour <[email protected]>
* 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]>github.com/nim-lang/Nim - 177c7f96e93c6b8d9d206cd13f22c0d0d7d4192e authored over 4 years ago by Araq <[email protected]>
github.com/nim-lang/Nim - 984af3d64e875016cf00dd2580b0b51f192e1fcd authored over 4 years ago by Araq <[email protected]>
github.com/nim-lang/Nim - 52c3633223005f70bb4ecffa9f86b2e4e845e4a3 authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 7ccc7d7e93e0fdfcf72aed239cf8b5d4c04e7de5 authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 3105909f887f2240c2a7a7071b37e1253a70e3e2 authored over 4 years ago by Andreas Rumpf <[email protected]>
* 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 for seq + openArray
* add -d:nimWorkaround14447
* fix test
github.com/nim-lang/Nim - e646c16e06e95855a92c1d2453f6f927555aed7e authored over 4 years ago by Timothee Cour <[email protected]>
* sigmatch: removed dead code
github.com/nim-lang/Nim - e31ac81899767e4cebb706ed473dae7ff6f0afd7 authored over 4 years ago by Andreas Rumpf <[email protected]>* 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]>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
...
github.com/nim-lang/Nim - 17d08ff71cf8b071d33e66d865d28d8c0624f1f3 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - fe7a2d60f90ac48b296b637401da2724dd160954 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - e62ccaa4dcc4f909e58c31be9073eb75b7f27950 authored over 4 years ago by Kaushal Modi <[email protected]>
github.com/nim-lang/Nim - 1fc40db984041ebc65470677ec69e621d26fd4df authored over 4 years ago by Andreas Rumpf <[email protected]>
* Add thiscall calling convention, mostly for hooking purpose
* add changelog and documentation
* 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]>This reverts commit b749d58ea1d77aab0ab758a17140ebc57e32f8c8.
github.com/nim-lang/Nim - 0533c435471a1f4e1df27246e238ad5609e857da authored over 4 years ago by alaviss <[email protected]>github.com/nim-lang/Nim - dadc97d91e6ece6387195bdaad54baa9d3f0fc12 authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - b749d58ea1d77aab0ab758a17140ebc57e32f8c8 authored over 4 years ago by alaviss <[email protected]>