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

Regression after moving from unstable_io to moonbitlang/x #23

Open
codeworm96 opened this issue Dec 15, 2024 · 0 comments
Open

Regression after moving from unstable_io to moonbitlang/x #23

codeworm96 opened this issue Dec 15, 2024 · 0 comments

Comments

@codeworm96
Copy link

I observed regressions on behavior before and after #22:

  1. @sys.get_cli_args() returns more arguments than @env.get_args()

@sys.get_cli_args(): ["moonrun", "foo.wasm", "aaa", "bbb"]
@env.get_args(): ["aaa", "bbb"]

  1. @io.print(i) does not end the line but println(i) does:

For example test/test_src/print.mbt
Before:

123-456789

After:

123
-456
789
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

No branches or pull requests

1 participant