From 15aae4b17c0fe3c92d1b982dc9ee808b8c31ad4d Mon Sep 17 00:00:00 2001 From: Hyeseong Kim Date: Thu, 17 Apr 2025 03:28:25 +0900 Subject: [PATCH 1/3] Fix bstracing CLI link --- lib/bstracing => cli/bstracing.js | 0 package.json | 2 +- yarn.lock | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename lib/bstracing => cli/bstracing.js (100%) diff --git a/lib/bstracing b/cli/bstracing.js similarity index 100% rename from lib/bstracing rename to cli/bstracing.js diff --git a/package.json b/package.json index be5d0c6d6c..70fc33473e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "bin": { "bsc": "cli/bsc.js", - "bstracing": "lib/bstracing.js", + "bstracing": "cli/bstracing.js", "rescript": "cli/rescript.js", "rescript-tools": "cli/rescript-tools.js", "rewatch": "cli/rewatch.js" diff --git a/yarn.lock b/yarn.lock index 2cf7fb385a..5cbbbe4462 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2453,7 +2453,7 @@ __metadata: typescript: "npm:5.8.2" bin: bsc: cli/bsc.js - bstracing: lib/bstracing.js + bstracing: cli/bstracing.js rescript: cli/rescript.js rescript-tools: cli/rescript-tools.js rewatch: cli/rewatch.js From a9d6a56550a14cb15d003e9ae7a8a45531cf0dd7 Mon Sep 17 00:00:00 2001 From: Hyeseong Kim Date: Thu, 17 Apr 2025 03:30:12 +0900 Subject: [PATCH 2/3] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa8129e2c..9f8c5ee864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ - Add shift (`<<`, `>>`, `>>>`) operators for `int` and `bigint`. https://github.com/rescript-lang/rescript/pull/7183 +#### :bug: Bug fix + +- Fix broken `bstracing` CLI location. https://github.com/rescript-lang/rescript/pull/7398 + # 12.0.0-alpha.12 #### :bug: Bug fix From ce9f01a16173cbce1824618d3d7b438322f0f97d Mon Sep 17 00:00:00 2001 From: Hyeseong Kim Date: Thu, 17 Apr 2025 04:20:36 +0900 Subject: [PATCH 3/3] update artifact list --- packages/artifacts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/artifacts.txt b/packages/artifacts.txt index 5aec77a6a4..33b36a6e86 100644 --- a/packages/artifacts.txt +++ b/packages/artifacts.txt @@ -5,6 +5,7 @@ CREDITS.md LICENSE README.md cli/bsc.js +cli/bstracing.js cli/common/args.js cli/common/bins.js cli/common/bsb.js @@ -28,7 +29,6 @@ darwinarm64/rescript-tools.exe darwinarm64/rescript.exe darwinarm64/rewatch.exe docs/docson/build-schema.json -lib/bstracing lib/es6/Belt.js lib/es6/Belt_Array.js lib/es6/Belt_Float.js