Commit graph

7 commits

Author SHA1 Message Date
Josh Stone
2e9298b2fc Bump src/stage0 with determinism 2024-07-30 15:16:35 -07:00
Mark Rousskov
fceb0863d8 Bump stage0 to 1.81 beta 2024-07-28 14:46:29 -04:00
Pietro Albini
534b5855a6
bump stage0 compiler 2024-06-11 15:10:03 +02:00
Trevor Gross
2f35cfd87a Bump the stage0 compiler to beta.7 (2024-05-25) 2024-05-29 19:30:51 -04:00
Urgau
1eda580516 Bump bootstrap compiler to the latest beta compiler 2024-05-24 08:07:39 +02:00
onur-ozkan
8c5375ad8e move comments position in src/stage0
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-05-11 20:49:01 +03:00
onur-ozkan
1adfffd07f use key-value format in stage0 file
Currently, we are working on the python removal task on bootstrap. Which means
we have to extract some data from the stage0 file using shell scripts. However,
parsing values from the stage0.json file is painful because shell scripts don't
have a built-in way to parse json files.

This change simplifies the stage0 file format to key-value pairs, which makes
it easily readable from any environment.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-05-08 15:00:09 +03:00