Juan M Gómez
3aa4ca1685
Update Nimble Commit to version 0.24.1 ( #26011 )
2026-07-20 11:36:08 +02:00
Andreas Rumpf
aa652d308e
use stable BIF file format ( #25988 )
2026-07-10 20:16:21 +02:00
Juan M Gómez
497a540d20
Update NimbleStableCommit to test commit pre 0.24.0 ( #25979 )
2026-07-10 19:56:32 +02:00
Andreas Rumpf
fa66510f7a
IC: bugfix ( #25982 )
2026-07-10 14:07:35 +02:00
Andreas Rumpf
1dc079b723
nim-track: make include files work ( #25977 )
2026-07-09 22:13:39 +02:00
Andreas Rumpf
2a5d36ac52
faster ci ( #25966 )
2026-07-06 14:00:43 +02:00
Andreas Rumpf
0bfb59f6d4
IC: final tweaks ( #25958 )
2026-07-04 10:13:39 +02:00
Miran
1e7a617969
bump tools' versions ( #25935 )
...
Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com >
2026-07-03 15:53:29 +02:00
Andreas Rumpf
1c61307692
IC related bugfixes ( #25946 )
2026-07-03 15:52:41 +02:00
Andreas Rumpf
58a5b9e27e
IC: move to BIF / nifcore APIs ( #25943 )
2026-06-29 18:24:49 +02:00
Andreas Rumpf
5688a122f1
IC refactor ( #25927 )
2026-06-25 23:20:34 +02:00
Andreas Rumpf
f5d9e7a207
IC: bugfixes ( #25914 )
2026-06-15 23:33:16 +02:00
Andreas Rumpf
acb9b3a4f1
IC: precompiled configs and bugfixes ( #25913 )
2026-06-15 21:20:09 +02:00
Andreas Rumpf
7171e6f01f
IC: progress ( #25879 )
2026-06-14 22:35:06 +02:00
Andreas Rumpf
c84764a097
emit modern NIF-27 ( #25877 )
2026-06-08 09:13:26 +02:00
Andreas Rumpf
df7a114d7a
IC: use the newer nif27 format ( #25792 )
2026-05-06 08:41:59 +02:00
Andreas Rumpf
4bcb706d49
IC: added support for conditional dependencies ( #25770 )
2026-04-28 18:48:41 +02:00
ringabout
7ef16ec7a1
Update NimonyStableCommit to a new version ( #25638 )
2026-03-23 20:28:19 +08:00
ringabout
d8a1b99cac
Update NimonyStableCommit to a new version ( #25613 )
...
MethodIndexEntry was moved to `semdata.nim` in
https://github.com/nim-lang/nimony/pull/1651
2026-03-19 07:36:49 +01:00
Juan M Gómez
60661f6569
update nimble commit ( #25537 )
...
Co-authored-by: narimiran <narimiran@disroot.org >
2026-03-07 12:42:22 +01:00
Miran
df42ebc5e6
bump Atlas' version ( #25539 )
2026-02-22 23:06:55 +01:00
Miran
44eafa7552
update the shipped tools ( #25535 )
2026-02-22 12:54:36 +01:00
Andreas Rumpf
cf388722db
IC: massive cleanup, NIF26 support, docs about its inner workings ( #25427 )
2026-01-16 12:19:17 +01:00
Andreas Rumpf
251b4a23c3
IC: run nifmake automatically ( #25415 )
2026-01-07 13:45:26 +01:00
Andreas Rumpf
d3be5e5e13
IC: need a more recent Nimony for its improved Nifler tool ( #25412 )
2026-01-06 00:16:19 +01:00
ringabout
cd69f37f3a
Update NimonyStableCommit hash ( #25292 )
...
ref
322178d9af
I will add an i386 CI for bootstrapping later
2025-11-18 17:06:28 +08:00
ringabout
7cb8165e75
ref nightlies; Update NimonyStableCommit to a new version ( #25289 )
...
596ae916a8
2025-11-15 10:09:57 +01:00
Tomohiro
5079074b1a
uses newer Nimony ( #25249 )
...
Old Nimony has unfixed issue
https://github.com/nim-lang/nimony/issues/1313 .
So https://github.com/nim-lang/Nim/pull/25243 doesn't work correctly
with float literal `-0.0`.
This PR updates the Nimony that fixed the issue.
2025-10-31 16:59:38 +01:00
Miran
3e9a66599a
bump the shipped version of Atlas ( #25248 )
2025-10-30 20:30:28 +01:00
ringabout
c8456eacd5
fixes #25117 ; requiresInit not checked for result if it has been used ( #25151 )
...
fixes #25117
errors on `requiresInit` of `result` if it is used before
initialization. Otherwise
```nim
# prevent superfluous warnings about the same variable:
a.init.add s.id
```
It produces a warning, and this line prevents it from being recognized
by the `requiresInit` check in `trackProc`
2025-09-09 16:22:05 +02:00
Juan M Gómez
cd806f9dbe
Bumps nimble 0.20.1 ( #25062 )
2025-07-19 08:16:51 +02:00
Juan M Gómez
370ee61f6d
Updates nimble commit ( #25036 )
2025-07-08 15:46:13 +02:00
Andreas Rumpf
241edaf0c0
WIP: adds NIF code generator for interop with Nimony ( #24966 )
2025-05-26 15:42:19 +02:00
ringabout
af9219ada7
fixes #24881 ; build_all.sh koch tools fails to build atlas ( #24884 )
...
fixes #24881
To test: `nim c koch.nim` + delete the `dist` directory
2025-04-17 18:04:03 +02:00
ringabout
3f9c269013
fixes nimsugget with Checksums deps ( #24882 )
...
ref https://github.com/nim-lang/Nim/issues/24881
2025-04-16 19:44:53 +02:00
Miran
11e4bd668c
update the tooling versions ( #24878 )
2025-04-16 15:17:26 +02:00
Ryan McConnell
d94e535145
Make koch friendlier to offline environments ( #24713 )
2025-02-25 17:10:30 +01:00
ringabout
63c884038d
remove zippy data from tarballs ( #24551 )
...
fixes https://github.com/nim-lang/nightlies/issues/95
2024-12-20 22:09:29 +01:00
Juan M Gómez
8ce58fab26
Adds skipParentCfg back. Bump nimble to a commit where it doesnt rely in the parent config ( #24545 )
2024-12-17 18:15:48 +01:00
ringabout
70b3232d3a
fixes #24536 ; fixes nightlies regression caused by nimble update ( #24542 )
...
follow up #24537
Because `nimble` is a bundled repo so it is bundled in the tarballs
i.e.
82421fd705/.github/workflows/nightlies.yml (L264)
has bundled `dist/nimble`, but it only copies the data without `.git`.
So in this PR, we ignore bundled nimble repo.
2024-12-17 06:42:17 +01:00
Juan M Gómez
be4d19e562
Bumps nimble v0.16.4 ( #24437 )
2024-12-13 19:00:18 +01:00
Juan M Gómez
af23bc2941
Bumps nimble to v0.16.2 ( #24283 )
2024-10-11 13:33:43 +02:00
ringabout
62a5bb4d0a
fixes #24173 ; always bundle checksums ( #24189 )
...
fixes #24173
`cloneDependency` always has its logic to use existing deps
2024-09-27 09:33:13 +02:00
Juan M Gómez
6c35a36043
bumps nimble to 0.16.1 ( #24102 )
2024-09-15 07:57:16 +02:00
ringabout
0ffc0493a3
bump checksums ( #23975 )
...
ref https://github.com/nim-lang/checksums/pull/16
ref https://github.com/nim-lang/Nim/pull/23970
2024-08-17 16:48:46 +02:00
Juan M Gómez
6126a0bf46
bump nimble to include the fix to nimble dump ( #23918 )
2024-08-10 20:24:43 +08:00
Juan M Gómez
ccf90f5bcb
bump nimble to 0.16.0 ( #23883 )
2024-07-24 23:55:16 +02:00
Juan M Gómez
14f86b3965
Bumps nimble so the next Nim release includes the latest changes ( #23808 )
2024-07-09 06:03:24 +02:00
Juan M Gómez
9f74baa49d
Bumps nimble to entryPoints commit ( #23766 )
2024-06-29 10:44:18 +02:00
Juan M Gómez
afa5c5a03c
Updates nimble ( #23601 )
2024-05-23 21:07:36 +02:00