Skip to content

Fix bugs in CSE Machine hanging during array access #1750

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

Merged
merged 31 commits into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
3040201
Fixed bug in for loops
chuckyang123 Feb 10, 2025
e1b7609
comment removed
chuckyang123 Feb 17, 2025
5630d26
Fix bugs in for loops and block exec
alsonleej Feb 17, 2025
dd053a6
Fix bugs in for loops and block exec
alsonleej Feb 17, 2025
d6fe22f
Fix bugs in for loops and block exec
alsonleej Feb 17, 2025
a1c8738
Implemented spread operator
alsonleej Feb 25, 2025
d161689
Merge branch 'master' into spreadinstr
alsonleej Feb 25, 2025
f7f815c
spreadinstr
alsonleej Feb 26, 2025
f9dc8b2
Fix formatting issues
alsonleej Feb 26, 2025
f35ec0b
fix cse machine hangs
alsonleej Mar 12, 2025
54c1806
Merge branch 'master' into arracc
alsonleej Mar 12, 2025
4e97b02
changed error msg
alsonleej Mar 12, 2025
36fee2f
changed error msg
alsonleej Mar 12, 2025
d423b9d
Merge branch 'arracc' of https://github.com/source-academy/js-slang i…
alsonleej Mar 12, 2025
cdfa07e
changed error msg
alsonleej Mar 12, 2025
6f80d08
ohno
alsonleej Mar 17, 2025
7ae8b18
Merge branch 'master' into arracc
alsonleej Mar 20, 2025
b0fbc6a
merged w working master
alsonleej Mar 20, 2025
f8f1a25
Update .yarnrc.yml
alsonleej Mar 20, 2025
7cf67d3
.
alsonleej Mar 20, 2025
b428829
final
alsonleej Mar 20, 2025
c62ebd9
update tests
alsonleej Mar 20, 2025
ba18d3c
update tests
alsonleej Mar 20, 2025
d9af030
update tests
alsonleej Mar 20, 2025
cb41dc5
why tests no pass
alsonleej Mar 20, 2025
5ee76b3
another day
alsonleej Mar 25, 2025
bd88f47
resolves #1751
alsonleej Mar 25, 2025
b3d09ac
.
alsonleej Mar 25, 2025
6049362
namechanges
alsonleej Apr 1, 2025
232c17d
namechanges
alsonleej Apr 1, 2025
60baf9e
.
alsonleej Apr 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_
_
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
theme: jekyll-theme-minimal
theme: jekyll-theme-minimal
Loading
Loading