Skip to content

Add print and println functions #348

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

Merged
merged 1 commit into from
May 25, 2025
Merged

Add print and println functions #348

merged 1 commit into from
May 25, 2025

Conversation

printfn
Copy link
Owner

@printfn printfn commented May 25, 2025

No description provided.

Copy link

codecov bot commented May 25, 2025

Codecov Report

Attention: Patch coverage is 79.78142% with 37 lines in your changes missing coverage. Please review.

Project coverage is 82.45%. Comparing base (518e79a) to head (e9f7de4).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
core/src/value.rs 73.52% 9 Missing ⚠️
cli/src/main.rs 0.00% 8 Missing ⚠️
core/src/lib.rs 33.33% 8 Missing ⚠️
core/src/value/built_in_function.rs 0.00% 4 Missing ⚠️
wasm/src/lib.rs 0.00% 3 Missing ⚠️
cli/src/context.rs 0.00% 2 Missing ⚠️
core/src/ast.rs 97.46% 2 Missing ⚠️
core/src/eval.rs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #348      +/-   ##
==========================================
- Coverage   82.64%   82.45%   -0.19%     
==========================================
  Files          52       52              
  Lines       14430    14508      +78     
==========================================
+ Hits        11925    11963      +38     
- Misses       2505     2545      +40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@printfn printfn merged commit 60eb329 into main May 25, 2025
7 checks passed
@printfn printfn deleted the print branch May 25, 2025 06:01
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.

1 participant