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

Implement resolveLax, allow inline code to refer to variable #767

Merged
merged 9 commits into from
Dec 6, 2022
Merged

Conversation

ice1000
Copy link
Member

@ice1000 ice1000 commented Dec 6, 2022

bors r+

@ice1000 ice1000 added this to the v0.25 milestone Dec 6, 2022
bors bot added a commit that referenced this pull request Dec 6, 2022
767: Implement resolveLax, allow inline code to refer to `variable` r=ice1000 a=ice1000

bors r+

Co-authored-by: ice1000 <ice1000kotlin@foxmail.com>
@ice1000 ice1000 added the library label Dec 6, 2022
@bors
Copy link
Contributor

bors bot commented Dec 6, 2022

Build failed:

@ice1000
Copy link
Member Author

ice1000 commented Dec 6, 2022

bors r+

bors bot added a commit that referenced this pull request Dec 6, 2022
767: Implement resolveLax, allow inline code to refer to `variable` r=ice1000 a=ice1000

bors r+

Co-authored-by: ice1000 <ice1000kotlin@foxmail.com>
@bors
Copy link
Contributor

bors bot commented Dec 6, 2022

Build failed:

  • gradle-check

@ice1000
Copy link
Member Author

ice1000 commented Dec 6, 2022

bors r+

@ice1000
Copy link
Member Author

ice1000 commented Dec 6, 2022

三回啊三回

bors bot added a commit that referenced this pull request Dec 6, 2022
767: Implement resolveLax, allow inline code to refer to `variable` r=ice1000 a=ice1000

bors r+

Co-authored-by: ice1000 <ice1000kotlin@foxmail.com>
@bors
Copy link
Contributor

bors bot commented Dec 6, 2022

Build failed:

@codecov
Copy link

codecov bot commented Dec 6, 2022

Codecov Report

Merging #767 (5624af8) into main (0f5e7c1) will increase coverage by 0.04%.
The diff coverage is 66.66%.

@@             Coverage Diff              @@
##               main     #767      +/-   ##
============================================
+ Coverage     82.00%   82.04%   +0.04%     
- Complexity     3152     3155       +3     
============================================
  Files           270      270              
  Lines         10006    10007       +1     
  Branches       1229     1230       +1     
============================================
+ Hits           8205     8210       +5     
+ Misses         1128     1125       -3     
+ Partials        673      672       -1     
Impacted Files Coverage Δ
...ava/org/aya/concrete/remark/CodeAttrProcessor.java 69.81% <0.00%> (-1.35%) ⬇️
base/src/main/java/org/aya/concrete/Expr.java 84.30% <50.00%> (ø)
...i/src/main/java/org/aya/cli/repl/ReplCompiler.java 74.32% <50.00%> (ø)
...ain/java/org/aya/resolve/visitor/ExprResolver.java 91.66% <100.00%> (ø)
...rc/main/java/org/aya/cli/single/SingleAyaFile.java 66.66% <100.00%> (ø)
base/src/main/java/org/aya/core/serde/SerTerm.java 85.26% <0.00%> (+1.05%) ⬆️
base/src/main/java/org/aya/tyck/unify/Unifier.java 68.49% <0.00%> (+1.36%) ⬆️
base/src/main/java/org/aya/tyck/env/LocalCtx.java 81.25% <0.00%> (+2.08%) ⬆️
base/src/main/java/org/aya/tyck/TyckState.java 94.87% <0.00%> (+5.12%) ⬆️

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

@ice1000
Copy link
Member Author

ice1000 commented Dec 6, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 6, 2022

Build succeeded:

@bors bors bot merged commit 1087053 into main Dec 6, 2022
@bors bors bot deleted the ice1 branch December 6, 2022 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant