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

BREAKING(feat): let '@use' create non-const binding & add '@const_use' macro #59

Merged
merged 3 commits into from Mar 20, 2023

Conversation

Roger-luo
Copy link
Owner

@Roger-luo Roger-luo commented Mar 18, 2023

fix #58

@Roger-luo Roger-luo changed the title BREAKING(feat): let create non-const binding & add BREAKING(feat): let 'use' create non-const binding & add 'const_use' macro Mar 18, 2023
@Roger-luo Roger-luo changed the title BREAKING(feat): let 'use' create non-const binding & add 'const_use' macro BREAKING(feat): let '@use' create non-const binding & add '@const_use' macro Mar 18, 2023
@codecov
Copy link

codecov bot commented Mar 18, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 🎉

Comparison is base (c06e073) 88.20% compared to head (15398a8) 88.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
+ Coverage   88.20%   88.23%   +0.03%     
==========================================
  Files          29       29              
  Lines        2577     2584       +7     
==========================================
+ Hits         2273     2280       +7     
  Misses        304      304              
Impacted Files Coverage Δ
src/adt/use.jl 89.47% <100.00%> (+2.37%) ⬆️

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 in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Roger-luo Roger-luo merged commit 3a28e0e into main Mar 20, 2023
29 checks passed
@Roger-luo Roger-luo deleted the roger/use branch March 20, 2023 04:11
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.

change @use to non-const binding and create @const_use
1 participant