-
Notifications
You must be signed in to change notification settings - Fork 2
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
error: Uncaught RangeError: Maximum call stack size exceeded #5
Comments
Hey, thanks for the report. Could you share your entire program code (including imports)? |
My code was:
the code from the ReadMe does not work either;
They both produce the same error |
That's really strange, since the code is working on my platform (Ubuntu WSL on Windows). What versions of Gleam and Deno are you using? Personally I'm on Deno 1.43.3 and gleam 1.4.1. |
I'm on Windows using gleam 1.3.2 and Deno 1.45.5
|
I would maybe try upgrading Gleam, though I kinda doubt that's the issue. Deno version doesn't change anything on my machine either. Also—I can't remember how the compiler does this—is that the full error you shared, or is it truncated? It would be very helpful to know where it's coming from. |
Updating gleam:
Running the project:
|
That's a tough one! I can't immediately tell what's going on unfortunately. I can only think that it must be an issue with Windows, but I'm not at all sure why that could be. |
ok, that's understandable, thank you for having a look. I will try to use a different environment like WSL |
I just installed Ubuntu WSL and gleam & deno on it, and it works, thank you |
I'm glad it works for you! I'm not sure what the problem with Windows is; it would be nice for it to work on all platforms. I'll have to do some investigation. |
I'm trying to create a new project using glen. I am using the following code:
with the following gleam.toml:
when I do
gleam run
I getIf I downgrade glen, I still get this error. I don't know if I am missing something basic
The text was updated successfully, but these errors were encountered: