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

Add Lua 5.3 and 5.4 support with full-moon update #576

Merged
merged 17 commits into from
Sep 21, 2022
Merged

Conversation

JohnnyMorganz
Copy link
Owner

Closes #534
Closes #533

@codecov
Copy link

codecov bot commented Sep 19, 2022

Codecov Report

Base: 97.82% // Head: 97.65% // Decreases project coverage by -0.17% ⚠️

Coverage data is based on head (f16b2ba) compared to base (c4c9f36).
Patch coverage: 89.71% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #576      +/-   ##
==========================================
- Coverage   97.82%   97.65%   -0.18%     
==========================================
  Files          14       14              
  Lines        5482     5576      +94     
==========================================
+ Hits         5363     5445      +82     
- Misses        119      131      +12     
Impacted Files Coverage Δ
src/formatters/expression.rs 96.56% <0.00%> (-1.56%) ⬇️
src/formatters/mod.rs 100.00% <ø> (ø)
src/formatters/trivia.rs 100.00% <ø> (ø)
src/formatters/assignment.rs 97.98% <100.00%> (+0.10%) ⬆️
src/formatters/trivia_util.rs 95.18% <100.00%> (+0.53%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@JohnnyMorganz JohnnyMorganz merged commit 120ef08 into main Sep 21, 2022
@JohnnyMorganz JohnnyMorganz deleted the full-moon-update branch September 21, 2022 17:37
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 Lua 5.3 syntax Support Lua5.4 local var attributes like <const> ?
1 participant