Skip to content
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

Stepper: sound module crashes frontend #1722

Open
martin-henz opened this issue Sep 13, 2024 · 1 comment
Open

Stepper: sound module crashes frontend #1722

martin-henz opened this issue Sep 13, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@martin-henz
Copy link
Member

martin-henz commented Sep 13, 2024

This program crashes the frontend:

import {consecutively, make_sound} from "sound";
consecutively(list(make_sound(x => 0, 0)));

https://share.sourceacademy.nus.edu.sg/d0xoj

@martin-henz martin-henz added the Bug Something isn't working label Sep 13, 2024
@martin-henz
Copy link
Member Author

Strangely, replacing make_sound with pair does not crash the frontend.

@martin-henz martin-henz changed the title Stepper: does not work with sound module Stepper: sound module crashes frontend Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant