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

fixes ilegal recursion (#22105)

github.com/nim-lang/Nim - b4d9be0f8ae6c97d581e3d32f502a3c323f18475 authored over 1 year ago by Juan M Gómez <[email protected]>
Revert the .inline semantics change (#22104)

github.com/nim-lang/Nim - 0a19d78b228a2d2e7b5e2341edf45b5ee669196a authored over 1 year ago by Juan Carlos <[email protected]>
adds another pass for sets fixes #6259 (#22099)

* adds another pass for sets fixes #6259

* Update tsets.nim

removes extra `#`

github.com/nim-lang/Nim - 4937aa952b35975fdc76a627ab25116d9b38800b authored over 1 year ago by Juan M Gómez <[email protected]>
fixes explicit deref block (#22093)

fixes explicit deref

github.com/nim-lang/Nim - edb64bcff445d9bfbcf715b697256b230f54c14e authored over 1 year ago by ringabout <[email protected]>
Allows for arbitrary ordering of inheritance in type section #6259 (#22070)

* Allows for arbitrary ordering of inheritance in type section #6259

* prevents ilegal recurs...

github.com/nim-lang/Nim - d90581c677586023756ab26ffb69a64cf67db6f3 authored over 1 year ago by Juan M Gómez <[email protected]>
use TimeInterval instead of Duration for calculating ISO week date (#22091)

* use TimeInterval instead of Duration for calculating ISO week date

hopefully actually fixes...

github.com/nim-lang/Nim - 13b7e4e0e5f6edf573ee725dd52669ac5687cb5b authored over 1 year ago by metagn <[email protected]>
imrpove changelog (#22096)

Update changelog_2_0_0.md

github.com/nim-lang/Nim - 44f377edaf616976d723f8483e26aefe47f62ba1 authored over 1 year ago by ringabout <[email protected]>
fix timezone in initDateTime for ISO week date (#22090)

fixes #22059

github.com/nim-lang/Nim - 20dfdba2df7c0d4f65c90561ebf75c2084bbd64f authored over 1 year ago by metagn <[email protected]>
fix calls in generic bodies, delay typecheck when no overloads match (#22029)

* sacrifice "tgenericshardcases" for working statics

* legacy switch for CI, maybe experiment...

github.com/nim-lang/Nim - 894a19c6ed20ecfc72ea4bda010c11371b571d45 authored over 1 year ago by metagn <[email protected]>
better docs; undocument sinkInference as it doesn't work (#22089)

github.com/nim-lang/Nim - 606e9941d0c42a361b519038dfff3af061eba381 authored over 1 year ago by Andreas Rumpf <[email protected]>
fixes #22065; do not search path for relative imports (#22073)

* fixes #22065; do not search path for "./"

* simplify

* fixes

* fixes

* allow ".."
...

github.com/nim-lang/Nim - cca5e5ffb92d10b56e0d57940bd52c632d6651a4 authored over 1 year ago by ringabout <[email protected]>
strictly typecheck expressions in bracketed `emit` (#22074)

* strictly typecheck expressions in bracketed `emit`

* use nim check in test

github.com/nim-lang/Nim - fda8b6f193e2e229488f76f18089f01eb08272fb authored over 1 year ago by metagn <[email protected]>
fixes #22058; invalid free with {.noSideEffect.} in template (#22088)

github.com/nim-lang/Nim - 2e12d3e26bd39205a2aa61a8873173e579cbcb9e authored over 1 year ago by ringabout <[email protected]>
clean up nimfix leftover (#22087)

github.com/nim-lang/Nim - 5679f2b84c70dea131a5c6a0f633a714d6f41e36 authored over 1 year ago by ringabout <[email protected]>
change it to the latest branch instead of head (#22086)

Who knows what's wrong with git

github.com/nim-lang/Nim - db8f6f4e388bb34b042da4b342a09ac87fd844e2 authored over 1 year ago by ringabout <[email protected]>
fix atlas nightlies regresion; fixes the hash value (#22080)

github.com/nim-lang/Nim - 93cace160e8fb05cdefc4376d563baa1d3b64e69 authored over 1 year ago by ringabout <[email protected]>
fix dot calls with resolved symbols in templates (#22076)

* fix dot calls with resolved symbols in templates

* make old code work

* fix custom numbe...

github.com/nim-lang/Nim - 71801c2b8f7eb080421aae9140cd15c5fcc34efd authored over 1 year ago by metagn <[email protected]>
make binary `not` not parse complex expressions on right side (#22078)

* binary `not` only parses simple expressions

fixes #16324

* switch to primary

github.com/nim-lang/Nim - e0ad71a912361d994b1d7b052d0153f7f5528a63 authored over 1 year ago by metagn <[email protected]>
more test cases for generic object impl AST (#22077)

closes #9899, closes #14708, refs #21017

github.com/nim-lang/Nim - 7b1c448744f9b29a41d205f102fb2b4e7f735d88 authored over 1 year ago by metagn <[email protected]>
make borrow `.` work with aliases if not overriden (#22072)

github.com/nim-lang/Nim - 5139a2ec37960f7d16a284369e0497efa331cd87 authored over 1 year ago by metagn <[email protected]>
build atlas documentation (#22071)

github.com/nim-lang/Nim - 9b5f310b9e42df56d4c641e08fb2528c17667543 authored over 1 year ago by ringabout <[email protected]>
Atlas: now in its own repository (#22066)

* Atlas: now in its own repository

* progress

github.com/nim-lang/Nim - 21d941c16a84daa855870717f064802b052d6792 authored over 1 year ago by Andreas Rumpf <[email protected]>
avoid `AnyEnumConv` warning in `genEnumCaseStmt` (#22061)

When parsing enums from strings using `genEnumCaseStmt`, `AnyEnumConv`
warnings are generated d...

github.com/nim-lang/Nim - 8bba04078cc93556e027bd43c0c87c34d88ee528 authored over 1 year ago by Etan Kissling <[email protected]>
`BackwardsIndex` overload for `CacheSeq.[]` (#22043)

* Add `BackwardsIndex` support for `CacheSeq`

* Add changelog entry

---------

Co-author...

github.com/nim-lang/Nim - d3af0882cff6d1d4cbaf669005f6463d72e5be27 authored over 1 year ago by Jake Leahy <[email protected]>
Remove Deprecated Nimfix (#22062)

* Remove Deprecated Nimfix
* Trailing whitespace cleanups

github.com/nim-lang/Nim - b2d77619757c73a8b14a8ccf127eaf3e630159cf authored over 1 year ago by Juan Carlos <[email protected]>
atlas: SAT based package solver, WIP (#22027)

* atlas: SAT based package solver, WIP

* progress

* make tests green

* progress

* SA...

github.com/nim-lang/Nim - 65c412e3f01bc00f5c6f318edfbfe561ab1bf438 authored over 1 year ago by Andreas Rumpf <[email protected]>
add const RLIMIT_STACK (#21772)

* add const RLIMIT_STACK

* generate by detect.nim

* add generated const for linux-amd64

github.com/nim-lang/Nim - 744a99d75c258b317aaad74c6a80bb664993305e authored over 1 year ago by Qinsi (James) ZHU <[email protected]>
Update browsers.nim, fix openDefaultBrowser()'s bug (#22052)

modified to fix blank page fault. see openDefaultBrowser()

The previous implement use "http:a...

github.com/nim-lang/Nim - 1d6fd30afbc283bd03a96a1a753b64b9cc3f3582 authored over 1 year ago by litlighilit <[email protected]>
make `move` use `=wasMoved` internally (#22032)

* make `move` use `=wasMoved` internally

* fixes tests

* fixes spawn finally

* fixes vi...

github.com/nim-lang/Nim - 64b27edd3aa6035bfc5f4e1d83237283bd3b7c2b authored over 1 year ago by ringabout <[email protected]>
clean up isNilConversion for seqs, strings (#22057)

github.com/nim-lang/Nim - 49e11d9dcc00d4c758b754e7a89f9d0253d25ea0 authored over 1 year ago by ringabout <[email protected]>
Add nested `with` to changelog (#22053)

Add nested with to changelog

github.com/nim-lang/Nim - 18462b1026b2411cf7bc10c4bf6c4ab3eb7219bc authored over 1 year ago by awr1 <[email protected]>
fixes stale bot (#22056)

github.com/nim-lang/Nim - f09101416f6cabaee7884acda725060a1f65fdfe authored over 1 year ago by ringabout <[email protected]>
fixes typos in the constructor docs (#22035)

* fixes typos in the constructor docs

* updates constructor docs

* Update doc/manual_exper...

github.com/nim-lang/Nim - a7682325a21cd8b23f5dd03a28814f0933509a82 authored over 1 year ago by Juan M Gómez <[email protected]>
Remove debug echo from with (#22047)

github.com/nim-lang/Nim - a3bbb7124053397c32bf5fca3022f1d45f2aac2f authored over 1 year ago by Antonis Geralis <[email protected]>
Fix: don't track Defect in proc effect compatibility (#22037)

github.com/nim-lang/Nim - a4f9413a65b7aa77717bdad12156f92abe9ac2ed authored over 1 year ago by Tanguy <[email protected]>
allow addressing elements of openArray[char] in VM (#22045)

allow addressing elements of openArray[char]

github.com/nim-lang/Nim - a8d0dda8333f78dfa427e0808ff84280363355d4 authored over 1 year ago by ringabout <[email protected]>
Fix indentation in destructors.md (#22048)

github.com/nim-lang/Nim - 750a33cbf160650f7143a8c26ed1588f620762b2 authored over 1 year ago by Antonis Geralis <[email protected]>
fixes {.global.} ref typedesc regressions (#22046)

github.com/nim-lang/Nim - 64accd1c573937f523812b36cf072e147715b1c9 authored over 1 year ago by ringabout <[email protected]>
Nested `with` blocks (#22042)

* Implemented with-nesting in underscoredCalls()

* Add tests for nested with

github.com/nim-lang/Nim - 6514eaa8e00654d5866eff8df764ebde0b251600 authored over 1 year ago by awr1 <[email protected]>
fixes overriden typo (#22044)

github.com/nim-lang/Nim - 7ee00d86b1ab2b6745937f524485a2e632f9b0ea authored over 1 year ago by ringabout <[email protected]>
fixes #19086: Document exception and defect hierarchy (#22030)

* Documented exception and defect hierarchy (#19086)

* Fixed style

github.com/nim-lang/Nim - ba4fb21032abeea58a06c9d63db034e47af67b75 authored over 1 year ago by Raynei <[email protected]>
Improve compiler messages (#22040)

* Improve compiler messages

github.com/nim-lang/Nim - ea91cfb3050bac5c808ed8ab08e12cd33f1dc8ff authored over 1 year ago by Juan Carlos <[email protected]>
adds `rkInt` to the `opcCastPtrToInt` op (#22039)

adds rkInt to the opcCastPtrToInt op

github.com/nim-lang/Nim - d29237b3c7c63586b06d788959e46189ff413245 authored over 1 year ago by Juan M Gómez <[email protected]>
fixes #21995: align C++ with C backend behavior for empty raise state… (#21998)

* fixes #21995: align C with C++ backend behavior for empty raise statements

* make runtime b...

github.com/nim-lang/Nim - 7fad6e5c701ef81c443871ec61fdca0c19c9f588 authored over 1 year ago by heterodoxic <[email protected]>
fixes #21989; lift `=dup` from a custom `=copy` for objects to keep backward compatibilities (#22009)

* fixes #21989; optimize `=dup` iff it is overridden

* remove owned

* fixes refs

* lift...

github.com/nim-lang/Nim - 47fa7506ab8105eac80fac50a9f01ef89ba95cc3 authored over 1 year ago by ringabout <[email protected]>
switch to the official chronicles URL (#22033)

github.com/nim-lang/Nim - ebecfbc7a5915ca61bb340965fb1e50f6c66eb37 authored over 1 year ago by ringabout <[email protected]>
retain forced open undeclared ident information (#22019)

github.com/nim-lang/Nim - ce72b564bce334b2d8a3b3dbea800557bd842e64 authored over 1 year ago by metagn <[email protected]>
fixes stale workflows; stale issues defaults to -1 instead of 7 days (#22031)

* fixes workflows; stale issues defaults to 100 years instead of 7 days

* Update .github/work...

github.com/nim-lang/Nim - fcc383d89994241f1b73fe4f85ef38528c135e2e authored over 1 year ago by ringabout <[email protected]>
Improve compiler messages (#22028)

* Improve compiler messages with simpler code

github.com/nim-lang/Nim - 9f3d1b12907ba8ce36f2708c7439e8e24eb237fe authored over 1 year ago by Juan Carlos <[email protected]>
add test case to close #7974 (#22023)

close #7974 by adding test case

github.com/nim-lang/Nim - ccc706ff12d765debe4f08762e37391da6a08f12 authored over 1 year ago by metagn <[email protected]>
make runnableExamples a special word (#22024)

* make runnableExamples a special word

* fix imports

github.com/nim-lang/Nim - 1dedad5620cbb9bdf5c8beb940946d6b023186be authored over 1 year ago by metagn <[email protected]>
fixes #22025 vcc fails with The filename or extension is too long. when linking (#22026)

[vcc]makes paths relative when possible fixes #22025

github.com/nim-lang/Nim - 80fc749835509d4bdd23d957ce8b2ddf028596dd authored over 1 year ago by Juan M Gómez <[email protected]>
documents constructor (#22013)

* documents constructor

* Apply suggestions from code review

---------

Co-authored-by: ...

github.com/nim-lang/Nim - 134b1890d549242169d3c5994685198d0a0bb838 authored over 1 year ago by Juan M Gómez <[email protected]>
small fixes for atomicArc (#22017)

* small fixes for atomicArc

* Update lib/system/arc.nim

github.com/nim-lang/Nim - 0f3d6b5a52981cc8df49120a770c20152d75ee2d authored over 1 year ago by ringabout <[email protected]>
close #12852; add a test case (#22016)

github.com/nim-lang/Nim - 7ca55f7de6a5f81ef9c7a546bdd9e676a22617ed authored over 1 year ago by ringabout <[email protected]>
some test cleanups & category reorganization (#22010)

* clean up some test categories

* mention exact slice issue

* magics into system

* move...

github.com/nim-lang/Nim - b97d603cd00a210547bda1a2a1c3e09f97fcc49e authored over 1 year ago by metagn <[email protected]>
post expr blocks colon fix + correct grammar (#21983)

* post expr blocks colon fix + correct grammar

fixes #21982

* fix dochelpers

* this is ...

github.com/nim-lang/Nim - 2ab948ce53e3d9b80bf9b02644c8ec8991f34d0a authored over 1 year ago by metagn <[email protected]>
properly disallow unresolved generic proc values (#22005)

* properly disallow unresolved generic proc values

* mirrors semoperand

* shallow efTypeAl...

github.com/nim-lang/Nim - 0a212f97a5dd4d5dd1ea84f370bd27abe55a818e authored over 1 year ago by metagn <[email protected]>
add test case for #7839 (#22006)

github.com/nim-lang/Nim - c7c3362cc818a660806d7247da51cd45d9660258 authored over 1 year ago by Bung <[email protected]>
infer error for `=dup` if there is a custom `=copy` error hook (#22004)

github.com/nim-lang/Nim - 1edae67efd90a880bd537f27a3cfabbed722a7af authored over 1 year ago by ringabout <[email protected]>
Remove unused astago import warning from vm.nim (#22003)

github.com/nim-lang/Nim - 211ef26f2937ef218410231952a0680dfa1705ea authored over 1 year ago by Miguel Madrid-Mencía <[email protected]>
Fix typo in installer.ini (#22002)

github.com/nim-lang/Nim - 85d8ee2cee736a71d8d7de1582bbce7b6f835639 authored over 1 year ago by Miguel Madrid-Mencía <[email protected]>
fixes nightlies regression caused by atlas moving out of the tools dir (#21999)

fixes nightlies caused by atlas moving out of the tools dir

github.com/nim-lang/Nim - 767fec164088f3a808740805e9605fb5354435d2 authored over 1 year ago by ringabout <[email protected]>
Atlas: refactoring and --autoenv feature (#21993)

github.com/nim-lang/Nim - a1b7d2278a13af7a08478e6588daac4855e9aabf authored over 1 year ago by Andreas Rumpf <[email protected]>
shallow fix for #21972, #18552 by moving std::exception_ptr to the parent sco… (#21988)

shallow fix for #21972 by moving std::exception_ptr to the parent scope, minor cleanup

github.com/nim-lang/Nim - 0d4d70f15c8c440a3b71cc3b39d677520221f3e0 authored over 1 year ago by heterodoxic <[email protected]>
fixes #21987; don't create type bound ops for anything in a function with a `nodestroy` pragma (#21992)

* fixes #21987; don't create type bound ops for anything in a function with a `nodestroy` pragma...

github.com/nim-lang/Nim - 929cb4d6017455b1749d2e3d7d1d903046f66163 authored over 1 year ago by ringabout <[email protected]>
Atlas: 'list outdated packages' feature (#21991)

github.com/nim-lang/Nim - 25fe4124e66dd44a10609d531081e650e3d557aa authored over 1 year ago by Andreas Rumpf <[email protected]>
atlas: tests graph generation (#21990)

* atlas: tests graph generation

* silly typo

* make tests green; lockfile implementation b...

github.com/nim-lang/Nim - f552618d6b1cddee3fdad7b4cf1917481ca346d4 authored over 1 year ago by Andreas Rumpf <[email protected]>
Add drchaos, ssostrings, cowstrings to important packages (#21824)

* Add drchaos, ssostrings, cowstrings to important packages

* Update important_packages.nim
...

github.com/nim-lang/Nim - 3d18b204dd5d2b5f1c4c6e24259266944f5665e3 authored over 1 year ago by Antonis Geralis <[email protected]>
Atlas: --project switch and better graph representation (#21971)

github.com/nim-lang/Nim - b86060b2baa3f291874b2ad43661418aa2cdcc51 authored over 1 year ago by Andreas Rumpf <[email protected]>
update the documentation of the dup hook (#21984)

* update the documentation of the dup hook

* document `=dup`

* typo

* minor improvement...

github.com/nim-lang/Nim - 8cc49f221e532a62100eeecd200be90799783533 authored over 1 year ago by ringabout <[email protected]>
switch to official manu URL (#21986)

github.com/nim-lang/Nim - 6dd30a6d866b32c1d9182d391d8fec4fb8f00727 authored over 1 year ago by ringabout <[email protected]>
lift the `=dup` hook (#21903)

* fixes tests again
* remove helper functions
* fixes closures, owned refs
* final cleanup

github.com/nim-lang/Nim - 1133f20fe2c834d14454c32d7d9fc2cd1fe8ffa2 authored over 1 year ago by ringabout <[email protected]>
Atlas: avoid segfault on failed Github search (#21980)

* Atlas: avoid segfault on failed Github search

* Return empty array on failed search instead...

github.com/nim-lang/Nim - ead7e20926b1f5ea1b06679947d3d16fcc085e68 authored over 1 year ago by Gruruya <[email protected]>
partially fixes #20787 by having a char dummy member prepended to objs only containing an UncheckedArray (i.e. C FAM) (#21979)

partial fix for #20787

github.com/nim-lang/Nim - c507ced51e19f530f39ee059e0c272638229a7b1 authored over 1 year ago by heterodoxic <[email protected]>
fixes #21974; fixes sameConstant fieldDefect (#21981)

* fixes #21974; fixes sameConstant fieldDefect

* add a test case

github.com/nim-lang/Nim - 8e35b3d577cb0a6b216b16668ff5f34a86cfbbab authored over 1 year ago by ringabout <[email protected]>
fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21978)

github.com/nim-lang/Nim - b3e1892eb7f4cb8b2090be7ad12286cc54506e91 authored over 1 year ago by ringabout <[email protected]>
privateAccess ignores non-objects (#21973)

closes #21969

github.com/nim-lang/Nim - 8f760080c546e10ce1cf01dfa1c6165a9b6f1845 authored over 1 year ago by metagn <[email protected]>
handle out of range value for `COLUMNS` / `LINES` (#21968)

* handle out of range value for `COLUMNS` / `LINES`

Querying terminal size may fail with a `V...

github.com/nim-lang/Nim - b880cdff49576c0eb83a043cbae595d3587c95b4 authored over 1 year ago by Etan Kissling <[email protected]>
removal of seq spam in generated C/C++ code and Module.typeStack cleanup (#21964)

* WIP: removal of seq spam in generated C/C++ output and Module.typeStack cleanup

* removal o...

github.com/nim-lang/Nim - 0e5c18a73a2d72067ba18211fa20e4782175fd40 authored over 1 year ago by heterodoxic <[email protected]>
Add GitHub Action Stale, remove Deprecated Probot Stale (#21943)

* .

* Add github action stale,remove deprecated stalebot

* Add github action stale,remove ...

github.com/nim-lang/Nim - 086a3e42ebe1fbe8d8129168de3925688e495540 authored over 1 year ago by Juan Carlos <[email protected]>
Atlas: Use copyFileWithPermissions to copy nim executable (#21967)

Use copyFileWithPermissions to copy nim executable

Co-authored-by: SirOlaf <>

github.com/nim-lang/Nim - bf9ee00998eaa3813c6893a9b9642a17b13196d7 authored over 1 year ago by SirOlaf <[email protected]>
Implements: [C++] constructor pragma improvement (fix #21921) (#21916)

* implements: [C++] constructor pragma improvement (fix #21921)

t

* fix test so it doesnt ...

github.com/nim-lang/Nim - e43a51fcf3dff166838cdc3f2fc9690c5fa24846 authored over 1 year ago by Juan M Gómez <[email protected]>
make `proc` not implicitly convert to `pointer` with a preview define (#21953)

* test `proc` not converting to `pointer`

* ignore define for now to test

* remove cstring...

github.com/nim-lang/Nim - 20446b437bd6c35006fab78ed5e3bdd6f8056774 authored over 1 year ago by metagn <[email protected]>
Atlas: virtual environments (#21965)

* Atlas: virtual environments

* fixes

github.com/nim-lang/Nim - a9385a6b4ab0862512992b2adf75460cf0c4ce74 authored over 1 year ago by Andreas Rumpf <[email protected]>
Atlas: URL rewrite rules; --autoinit flag (#21963)

github.com/nim-lang/Nim - 4d202274384ef13baf206ece37dde34caf6a54f8 authored over 1 year ago by Andreas Rumpf <[email protected]>
simple micro-optimizations of ropes' runtime-formatting (#21962)

github.com/nim-lang/Nim - 546af8c571fb4f09187e1b343b11cf449657bad8 authored over 1 year ago by heterodoxic <[email protected]>
alternative to #21914; split, rsplit now forbid an empty separator (#21961)

github.com/nim-lang/Nim - 40f88da90b0589a91f4f60b2ebf49859b79e2247 authored over 1 year ago by ringabout <[email protected]>
hot code reloading: fix regression? and PreMain with arc/orc (#21940)

* fix PreMain for hot code reloading with arc/orc

* fix regression? actually test nimhcr_basic

github.com/nim-lang/Nim - 7e055413f9bbec81fc9b7e1542695f2886787566 authored over 1 year ago by metagn <[email protected]>
Add anti-regression for #21958 (#21960)

Add anti-regression test to close #21958

github.com/nim-lang/Nim - 171b916613bd0835ff3bf57061bd206a3df25f5e authored over 1 year ago by Mamy Ratsimbazafy <[email protected]>
fixes #21734; backport (#21957)

github.com/nim-lang/Nim - 244565397ddcd4af5a49b47b7874fe82e018e429 authored over 1 year ago by Andreas Rumpf <[email protected]>
Suggest files and paths modules (#21950)

github.com/nim-lang/Nim - ef060e818468da0bd53d52a501443ce3d01f06a1 authored over 1 year ago by Federico Ceratto <[email protected]>
fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#21954)

fixes fieldDefect loses enum type info in ORC

github.com/nim-lang/Nim - 108410ac343c0b5e34f58e7aee2aa6a39850e3d9 authored over 1 year ago by ringabout <[email protected]>
prevent spamming of thread local forward declarations in C/C++ output (#21955)

github.com/nim-lang/Nim - f47b27d5320ce76757dc67936da9580f94ede293 authored over 1 year ago by heterodoxic <[email protected]>
Fix documentation typo in endians.nim (#21949)

github.com/nim-lang/Nim - 8c55e2999b27e3f088fca2e61739b33498fb07ef authored over 1 year ago by Simon Krauter <[email protected]>
Atlas: some final cleanups (#21947)

github.com/nim-lang/Nim - 7ebb042f79b6c796e08e6ff89eaba3a9a67f9d6d authored over 1 year ago by Andreas Rumpf <[email protected]>
fixes atlas logging colors on windows (#21946)

fixes atlas logging colors

github.com/nim-lang/Nim - 5997324709788aaf0e5a17aaa1ccfce208f84ce1 authored over 1 year ago by ringabout <[email protected]>
Atlas: checkout latest tagged commit with `atlas use` (#21944)

Now any deps with unspecified version reqs will checkout the last
tagged commit instead of the ...

github.com/nim-lang/Nim - 9cb0fcf319976431a02d3f64520fb395c36aa70e authored over 1 year ago by Gruruya <[email protected]>
ship atlas and build documentation (#21945)

* ship atlas and build documentation

* move atlas.md and link it in tools' index

github.com/nim-lang/Nim - c2abcb06cc3ad4a99f25df48c56dc862fd52877a authored over 1 year ago by ringabout <[email protected]>
Atlas: use colored output (#21939)

* Atlas: use colored output

* fixes merge conflict

* another tiny improvement

github.com/nim-lang/Nim - 2900987c2fc2109b636f5f92358fd4ac221fe565 authored over 1 year ago by Andreas Rumpf <[email protected]>