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

WIP: Query2 test make variables get consumed #122

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johan-bjareholt
Copy link
Member

@johan-bjareholt johan-bjareholt commented May 31, 2020

ToDo:

  • & should mean reference, right now it means clone to get tests working
  • Make "read-only reference" a part of the language

@johan-bjareholt johan-bjareholt marked this pull request as draft May 31, 2020 06:39
Previously they were cloned on each reference
@codecov
Copy link

codecov bot commented May 31, 2020

Codecov Report

Merging #122 into master will decrease coverage by 0.06%.
The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
- Coverage   65.89%   65.82%   -0.07%     
==========================================
  Files          52       52              
  Lines        5864     5870       +6     
==========================================
  Hits         3864     3864              
- Misses       2000     2006       +6     
Impacted Files Coverage Δ
aw-query/src/ast.rs 0.00% <0.00%> (ø)
aw-query/tests/query.rs 90.02% <ø> (ø)
aw-query/src/interpret.rs 81.13% <83.33%> (-0.16%) ⬇️
aw-query/src/lexer.rs 85.71% <100.00%> (+0.20%) ⬆️
aw-query/src/parser.rs 30.53% <100.00%> (-0.09%) ⬇️
aw-query/src/functions.rs 88.85% <0.00%> (-0.61%) ⬇️
aw-query/src/datatype.rs 78.64% <0.00%> (-0.53%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 132370b...c423321. Read the comment docs.

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.

None yet

1 participant