-
Notifications
You must be signed in to change notification settings - Fork 2
Branch remote runner plugin fixe #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
proto-aiken-13
wants to merge
26
commits into
source-academy:main
Choose a base branch
from
proto-aiken-13:branch-remoteRunnerPlugin-fixed
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
fddcd14
Setup of the remoteRunner plugin
proto-aiken-13 bfcea05
Update directory
proto-aiken-13 d0883bd
Modify the remoteRunnerPlugin structure and add ev3Engine usage
proto-aiken-13 04bb38f
fix: migrate remoteExecution to vitest, remove abstract, fix rollup c…
Akshay-2007-1 e9a67bd
chore: add py-slang and transitive deps to yarn.lock
Akshay-2007-1 806e6c2
chore: fix yarn.lock — merge @babel/runtime range, add @sourceacademy…
Akshay-2007-1 b713b50
chore: fix yarn.lock ordering and missing entries
Akshay-2007-1 75af89b
chore: fix extra blank lines in yarn.lock
Akshay-2007-1 3c206eb
chore: remove trailing blank line from yarn.lock
Akshay-2007-1 ec51966
fix: disable verbatimModuleSyntax for remoteExecution package
Akshay-2007-1 549c5b3
fix: set es2020 target and noImplicitAny:false for py-slang compatibi…
Akshay-2007-1 90026d3
fix: use noCheck:true to skip type-checking py-slang source
Akshay-2007-1 19fd917
fix: remove unnecessary re-export of remoteRunnerPlugin from runner-test
Akshay-2007-1 3d467f1
fix: resolve ESLint errors in remoteExecution plugin
Akshay-2007-1 de8bd92
fix: add .ts extensions to nodeResolve in remoteExecution rollup config
Akshay-2007-1 08b2202
fix: include py-slang source in TypeScript program for rollup bundling
Akshay-2007-1 00bce74
fix: add inline plugin to transpile node_modules TypeScript via trans…
Akshay-2007-1 a04d4be
fix: add @rollup/plugin-commonjs to handle moo/nearley CJS modules
Akshay-2007-1 2b1b555
fix: add @rollup/plugin-commonjs dep and update yarn.lock workspace e…
Akshay-2007-1 5a62899
fix: make py-slang external in bundle, inline it via vitest
Akshay-2007-1 575669d
style: fix Prettier formatting in remoteExecution rollup.config.mjs
Akshay-2007-1 f979647
style: drop arrow function parens per Prettier arrowParens:avoid setting
Akshay-2007-1 c318438
test: mock py-slang in runner test to avoid TypeScript source loading
Akshay-2007-1 572ea84
fix: use Promise.resolve instead of async to satisfy require-await li…
Akshay-2007-1 5a257b0
feat(ev3): add conductor-based EV3 evaluator bundle
proto-aiken-13 764ee5b
Merge branch 'main' into branch-remoteRunnerPlugin-fixed
proto-aiken-13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file
src/entry.tsspecified as the input for the EV3 conductor worker bundle does not exist in the repository. This will cause the Rollup build to fail. Please correct the input path or add the missingsrc/entry.tsfile.