Skip to content

Commit c63c423

Browse files
authored
hotfix: fix conduit dropping messages when messageport swap is required, causing runner to miss start evaluation message sometimes (#3112)
1 parent ccb70f9 commit c63c423

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"array-move": "^4.0.0",
4949
"browserfs": "^1.4.3",
5050
"classnames": "^2.3.2",
51-
"conductor": "https://github.com/source-academy/conductor.git#0.2.0",
51+
"conductor": "https://github.com/source-academy/conductor.git#0.2.1",
5252
"dayjs": "^1.11.13",
5353
"dompurify": "^3.2.4",
5454
"flexboxgrid": "^6.3.1",

src/features/conductor/flagConductorEvaluatorUrl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { createFeatureFlag } from '../../commons/featureFlags';
22

33
export const flagConductorEvaluatorUrl = createFeatureFlag(
44
'conductor.evaluator.url',
5-
'https://fyp.tsammeow.dev/evaluator/0.2.0/worker.js',
5+
'https://fyp.tsammeow.dev/evaluator/0.2.1/worker.js',
66
'The URL where Conductor may find the Runner to be used for running user programs.'
77
);

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -6778,10 +6778,10 @@ __metadata:
67786778
languageName: node
67796779
linkType: hard
67806780

6781-
"conductor@https://github.com/source-academy/conductor.git#0.2.0":
6782-
version: 0.2.0
6783-
resolution: "conductor@https://github.com/source-academy/conductor.git#commit=ff4327b38b3ea20516f1f4b9ae512d494518b36a"
6784-
checksum: 10c0/100ea2c5c716abf98a879e8f98a9ec63651d39a99e384fa9649db156e660a9918c4375c91e916f3f4efa9889c3ce9893936063a038b31683db530423b3abd14a
6781+
"conductor@https://github.com/source-academy/conductor.git#0.2.1":
6782+
version: 0.2.1
6783+
resolution: "conductor@https://github.com/source-academy/conductor.git#commit=d933713f5ae5b822e4f521872a5d9cb46d79b5df"
6784+
checksum: 10c0/b09c2913f97e62a54ae45f61cd905bfec07d62d14393e7e7476fc4afe474b4a19594cd394ab9df6147849dba9353de4dfbe996eaeb3d151066ac8930d588c5d7
67856785
languageName: node
67866786
linkType: hard
67876787

@@ -9528,7 +9528,7 @@ __metadata:
95289528
buffer: "npm:^6.0.3"
95299529
canvas: "npm:^2.11.2"
95309530
classnames: "npm:^2.3.2"
9531-
conductor: "https://github.com/source-academy/conductor.git#0.2.0"
9531+
conductor: "https://github.com/source-academy/conductor.git#0.2.1"
95329532
constants-browserify: "npm:^1.0.0"
95339533
coveralls: "npm:^3.1.1"
95349534
cross-env: "npm:^7.0.3"

0 commit comments

Comments
 (0)