Skip to content

Conversation

godalming123
Copy link
Contributor

  • Fix a rendering bug when long text that cannot wrap is printed by the gleam code
  • Fix not seeing the erlang and JS output when a runtime error is caused by running the JS

To reproduce the rendering bug, run the following gleam code in the playground:

import gleam/io
import gleam/string

pub fn main() {
  io.println(string.repeat("abc", 2000))
}

To reproduce not showing the erlang and JS, run the following code in the playground:

pub fn main() {
  panic
}

- Fix a rendering bug when long text that cannot wrap is printed by the gleam code
- Fix not seeing the erlang and JS output when a runtime error is caused by running the JS
Copy link
Member

@lpil lpil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely, thank you

@lpil lpil merged commit 25a24c0 into gleam-lang:main Aug 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants