Skip to content

Release first v0.12 alpha#102

Open
FreeMasen wants to merge 7 commits intomainfrom
optional-puncts
Open

Release first v0.12 alpha#102
FreeMasen wants to merge 7 commits intomainfrom
optional-puncts

Conversation

@FreeMasen
Copy link
Copy Markdown
Collaborator

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 27, 2024

Codecov Report

❌ Patch coverage is 87.83784% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.45%. Comparing base (cf7ebbf) to head (1151513).

Files with missing lines Patch % Lines
src/tokenizer/mod.rs 88.00% 3 Missing ⚠️
src/tokens/template.rs 40.00% 3 Missing ⚠️
src/tokens/keyword.rs 0.00% 2 Missing ⚠️
src/tokens/boolean.rs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #102       +/-   ##
===========================================
+ Coverage   70.43%   84.45%   +14.01%     
===========================================
  Files          18       18               
  Lines        2757     2798       +41     
===========================================
+ Hits         1942     2363      +421     
+ Misses        815      435      -380     

☔ 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.

@FreeMasen FreeMasen force-pushed the optional-puncts branch 3 times, most recently from a9b1439 to f5ac8f3 Compare May 3, 2024 22:13
Comment thread src/tokens/comment.rs
CommentKind::Hashbang => format!("#!{}", self.content.as_ref()),
CommentKind::Single => write!(f, "//{}", self.content),
CommentKind::Multi => write!(f, "/*{}*/", self.content),
CommentKind::Html => write!(f, "<!--{}-->", self.content),
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

missing tail content

Comment thread src/look_behind.rs
use std::fmt::Debug;
use std::rc::Rc;

/// A 2 element buffer of
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

this is a 3 element array?

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