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

Fix/doc bugs #110

Merged
merged 5 commits into from
Jul 16, 2020
Merged

Fix/doc bugs #110

merged 5 commits into from
Jul 16, 2020

Conversation

collinc97
Copy link
Collaborator

Fixes bugs found when writing documentation.

  • The Leo CLI should print to console on successful compilation of a lib.leo file.
  • eq and ne should have the same operator precedence as other relational comparators
  • The protected names should be updated to exclude all current leo keywords such as address

@collinc97 collinc97 requested a review from howardwu July 15, 2020 00:09
@codecov
Copy link

codecov bot commented Jul 15, 2020

Codecov Report

Merging #110 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   68.36%   68.36%           
=======================================
  Files         255      255           
  Lines        6881     6882    +1     
=======================================
+ Hits         4704     4705    +1     
  Misses       2177     2177           
Impacted Files Coverage Δ
ast/src/ast.rs 93.75% <100.00%> (+0.06%) ⬆️

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 e3bb6c5...6f2e468. Read the comment docs.

@collinc97 collinc97 merged commit c85a8e1 into master Jul 16, 2020
@collinc97 collinc97 deleted the fix/doc-bugs branch July 16, 2020 08:09
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

2 participants