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

fix: semicolon supression #3830

Merged
merged 5 commits into from
Feb 18, 2025
Merged

fix: semicolon supression #3830

merged 5 commits into from
Feb 18, 2025

Conversation

dmadisetti
Copy link
Collaborator

📝 Summary

Replaces #3806

🔍 Description of Changes

Resolves #3726

@mscolnick

Copy link

vercel bot commented Feb 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 18, 2025 4:12pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 18, 2025 4:12pm

mscolnick
mscolnick previously approved these changes Feb 18, 2025
Copy link
Contributor

@mscolnick mscolnick left a comment

Choose a reason for hiding this comment

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

nice, so much simpler

@dmadisetti
Copy link
Collaborator Author

Oh wait, I think tests will fail, the asserts are wrong

@mscolnick
Copy link
Contributor

@dmadisetti, tests are in bad shape. if you see your test pass, feel free to merge

@dmadisetti
Copy link
Collaborator Author

@mscolnick my tests pass, but lacking permissions to force (which is fine, just a heads up)

tests/_ast/test_compiler.py::TestSemicolon::test_return PASSED           [  6%]
tests/_ast/test_compiler.py::TestSemicolon::test_return_suppressed PASSED [  6%]
tests/_ast/test_compiler.py::TestSemicolon::test_return_last PASSED      [  6%]
tests/_ast/test_compiler.py::TestSemicolon::test_return_last_suppressed PASSED [  6%]
tests/_ast/test_compiler.py::TestSemicolon::test_return_comment PASSED   [  6%]
tests/_ast/test_compiler.py::TestSemicolon::test_return_comment_suppressed PASSED [  6%]
tests/_ast/test_compiler.py::TestSemicolon::test_return_string_semicolon PASSED [  6%]
tests/_ast/test_compiler.py::TestSemicolon::test_return_string_semicolon_suppressed PASSED [  6%]

@mscolnick mscolnick merged commit dd03b87 into main Feb 18, 2025
25 of 34 checks passed
@mscolnick mscolnick deleted the dm/semi-colon branch February 18, 2025 18:29
Copy link

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.11.7-dev7

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.

Support semicolon (;) as a way to suppress output
2 participants