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
ringabout
1185b93c6d
fixes commit hashes ( #23520 )
2024-04-19 13:47:24 +08:00
ringabout
2a7ddcab2d
bundle atlas with sat ( #23375 )
...
pending https://github.com/nim-lang/atlas/pull/119
pending AtlasStableCommit updates
2024-04-18 21:54:20 +02:00
ringabout
9ad4309ca4
bump nimble version ( #23467 )
2024-04-02 18:18:57 +02:00
ringabout
816ddd8be7
build nimble with ORC and bump nimble version ( #22978 )
...
ref https://github.com/nim-lang/nimble/pull/1074
2023-11-24 15:41:57 +01:00
ringabout
d790112ea4
update nimble ( #22814 )
...
Issues like https://github.com/nim-lang/nimble/issues/1149 keep popping
up. One way or another, we should alleviate the pain.
Finally, we should consider
https://github.com/nim-lang/nimble/pull/1141#discussion_r1316829521 as
an option using some kind of cron script to update
https://nim-lang.org/nimble/packages.json . It's turning into a really
annoying problem.
2023-10-11 21:06:25 +02:00
ringabout
fede757238
bump checksums ( #22497 )
2023-08-17 16:48:28 +02:00
awr1
14bc3f3268
Allow libffi to work via koch boot ( #22322 )
...
* Divert libffi from nimble path, impl into koch
* Typo in koch
* Update options.nim comment
* Fix CI Test
* Update changelog
* Clarify libffi nimble comment
* Future pending changelog
---------
Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com >
2023-08-03 23:06:30 +02:00
Andreas Rumpf
faa59b1e1f
Use pinned Atlas commit ( #22169 )
2023-06-27 14:12:21 +02:00
ringabout
db8f6f4e38
change it to the latest branch instead of head ( #22086 )
...
Who knows what's wrong with git
2023-06-13 09:51:43 +02:00
ringabout
93cace160e
fix atlas nightlies regresion; fixes the hash value ( #22080 )
2023-06-12 17:25:30 +02:00
Andreas Rumpf
21d941c16a
Atlas: now in its own repository ( #22066 )
...
* Atlas: now in its own repository
* progress
2023-06-10 17:32:11 +02:00
Andreas Rumpf
f552618d6b
atlas: tests graph generation ( #21990 )
...
* atlas: tests graph generation
* silly typo
* make tests green; lockfile implementation begins to make sense
* make tests green on Windows
2023-06-03 20:07:48 +02:00
Andreas Rumpf
b86060b2ba
Atlas: --project switch and better graph representation ( #21971 )
2023-06-03 12:34:58 +02:00
ringabout
c2abcb06cc
ship atlas and build documentation ( #21945 )
...
* ship atlas and build documentation
* move atlas.md and link it in tools' index
2023-05-28 08:28:49 +02:00
ringabout
724866b14f
adds koch --skipIntegrityCheck boot support ( #21795 )
...
add `koch --skipIntegrityCheck boot` support
2023-05-05 13:58:29 +02:00
ringabout
62f1ad54ae
build documentation for checksums/md5 and checksums/sha1 ( #21791 )
...
* build documentation for md5 and sha1
* fixes documentation reference
2023-05-04 17:40:37 +02:00
ringabout
34b78be396
adds checksums to important packages ( #21782 )
2023-05-04 15:10:49 +08:00
ringabout
afc30ca879
fixes #19863 ; move sha1, md5 to nimble packages for 2.0 ( #21702 )
...
* move sha1, md5 to nimble packages
* boot the compiler
* fixes tests
* build the documentation
* fixes docs
* lol, I forgot koch.nim
* add `nimHasChecksums` define
* clone checksums but maybe copying is better
* bump nimble hash
* use ChecksumsStableCommit
* fixes tests
* deprecate them
* fixes paths
* fixes koch
2023-05-02 10:49:17 +02:00
ringabout
c33ab0ba38
stops building nimsuggest twice and nim_dbg in tests; saves 3 * 5 minutes CI time ( #21654 )
...
stop building nimsuggest twice and nim_dbg in tests; saving 3 * 5 minutes CI time
2023-04-13 11:52:24 +02:00
ringabout
ffd6bc8749
csources_v2 can build the ORC-booted compiler; building now uses strict mode ( #21411 )
...
* csources_v2 can build the ORC-booted compiler; building now uses strict mode
* test booting in refc
2023-02-21 08:58:45 +01:00
ringabout
e24d0e5faf
remove legacy code; the first iteration now can build Nim with cpp backend ( #21373 )
2023-02-15 13:03:11 +01:00
ringabout
71c60bf6f7
bump nimble ( #21259 )
2023-01-14 12:30:02 +01:00
ringabout
7fa983f5e6
Nim now ships nimble with 0.14.1 version ( #21120 )
...
* Nimble now uses latest patch
* Update koch.nim
2022-12-17 00:21:07 +08:00
ringabout
b981f3eeb7
ship a modern nimble with lock files support ( #21061 )
...
* change `include genode/env` to an import
ref 0b262e9496 (diff-8718bd20d8f61d6638d3d64b19efc31bcd40a6d5be8215b2a1f0b75ed93e8d56)
* fixes comments
* ship a modern nimble with lock files support
* not sure whether the latest nimble has a regression
now I'm trying 0.14.0
* change `pkgs` to `pkgs2` (#21073 )
* overwrite problematic packages
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
2022-12-12 07:25:39 +01:00
ringabout
17ac8c31bf
move smtp to nimble packages ( #20953 )
...
* move `smtp` to nimble packages
* fixes
* install smtp
* yes
2022-11-30 21:52:36 +01:00
ringabout
75ece74bdd
fixes #20526 ; use nimPreviewSlimSystem for documentation build ( #20714 )
...
* fixes #20526 ; use `nimPreviewSlimSystem` for `koch docs`
* fixes documentation errors
* fixes remaning issues
2022-11-01 12:53:14 +01:00
Juan Carlos
3e7f6562b5
Documentation only, koch ( #20665 )
...
* Fix doc about Travis CI
* Rerun ci
2022-10-27 11:58:35 +02:00
ringabout
666a0e34cd
remove unused userVersion:1.6 which is succeeded by nimPreviewSlimSystem in this case ( #20535 )
...
removed unused userVersion:1.6
2022-10-10 23:38:18 +02:00
ringabout
96c5586d03
add plausibleAnalytics support for koch docs[backport:1.6] ( #20454 )
...
add plausibleAnalytics to koch docs[backport:1.6]
2022-09-30 12:39:28 +02:00
ringabout
ae050b05e9
koch boot compiler with orc ( #20467 )
...
* koch boot compiler with orc
* use orc
* workaround bugs
* move it
* move the data
2022-09-30 12:38:25 +02:00
ringabout
3e43ea3384
make koch and tools work with nimPreviewSlimSystem ( #20459 )
2022-09-30 08:09:40 +08:00
ringabout
95614089ac
remove deprecated and broken nimweb tools ( #20442 )
...
* remove deprecated and broken nimweb tools
* readme
2022-09-28 12:14:35 +02:00
ringabout
30bd75e459
continue booting the compiler with refc ( #20421 )
...
* continue boot the compiler with refc
* koch
* use `gc:refc`
2022-09-24 20:14:01 +08:00
ringabout
7739e23420
defaults to ORC ( #19972 )
...
* defaults to Orc
* bootstrap using refc
* use gc
* init orc defines
* unregister orc
* fix gc
* fix commands
* add prepareMutation for orc
* enable deepcopy for orc
* prepareMutation
* more fixes
* some cases
* bug #20081
* partial fixes
* partial fixes
* fixes command line
* more fixes
* build Nim with refc
* use gc
* more fixes
* rstore
* orc doesn't support threadpool
* more shallowCopy
* more fixes
* fixes unsafeNew
* workarounds
* small
* more fixes
* fixes some megatest
* tcodegenbugs1 refc
* fxies megatest
* build nimble with refc
* workaround tensordsl tests
* replace shallowCopy with move
* fixes action
* workaround
* add todo
* fixes important packages
* unpublic unregisterArcOrc
* fixes cpp
* enable windows
Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com >
2022-09-23 13:05:05 +02:00
Ivan Yonchovski
ec2bc2a50e
Build compiler with --noNimblePath ( #20168 )
...
- Fixes https://github.com/nim-lang/Nim/issues/18840
2022-08-09 14:04:52 -04:00
flywind
e93eaac223
build external deps with userversion:1.6 ( #19612 )
2022-03-23 20:42:08 +01:00
Andreas Rumpf
a0073d2d4c
renamed 'gc' switch to 'mm'; [backport:1.6] ( #19187 )
...
* renamed 'gc' switch to 'mm'; [backport:1.6]
* better docs
2021-11-24 15:49:32 +01:00
flywind
b155864967
build testament in package CI ( #19092 )
...
* build testament in package CI
* Update testament/important_packages.nim
2021-11-02 16:31:30 +01:00
flywind
e01e543fce
bootstrapping Nim compiler with cpp --gc:orc ( #19087 )
2021-11-02 09:10:25 +01:00
Miran
3d7c52f3cd
[backport] Revert "use new Nimble, with lockfiles ( #18810 )" ( #18872 )
...
This reverts commit f373c17ad9 .
For more details, see:
- https://github.com/nim-lang/nimble/issues/940
- https://github.com/nim-lang/Nim/issues/18840
- https://forum.nim-lang.org/t/8404
2021-09-20 13:24:44 +02:00
Miran
f373c17ad9
use new Nimble, with lockfiles ( #18810 )
2021-09-06 09:40:31 +02:00
Timothee Cour
afc0259b12
fix #18385 followup, by building nimsuggest with -d:release during testing ( #18581 )
2021-07-29 19:28:33 -07:00