-
Notifications
You must be signed in to change notification settings - Fork 106
Rewrite: Stepper #1742
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
base: master
Are you sure you want to change the base?
Rewrite: Stepper #1742
Conversation
Pull Request Test Coverage Report for Build 13645552196Details
💛 - Coveralls |
694cb98
to
d817339
Compare
24b9bad
to
20cb359
Compare
This branch is ready for review. |
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.
Resolved
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.
LGTM!
Some tests still seem to be failing? Can you double check if they're okay? |
Can you specify which cases are failing? Based on the current CI/CD, it's seem like the error comes from src/tests/index.ts. |
You can look at the logs in the CI: https://github.com/source-academy/js-slang/actions/runs/14953607972/job/42006258517 So yes it is from the index file. Any idea why it's failing? |
I'm not sure if it's the CI/CD problem or not. |
Description
This PR aims to rewrite the stepper. The implementation is still in progress.
Type of change
How to test
Checklist