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

Clean-up for new release #31

Merged
merged 1 commit into from Sep 9, 2021
Merged

Clean-up for new release #31

merged 1 commit into from Sep 9, 2021

Conversation

torfjelde
Copy link
Member

There was some minor left-over work from the lens-PR. This PR does that work. AFAIK we should be good for a release after this.

@coveralls
Copy link

coveralls commented Sep 9, 2021

Pull Request Test Coverage Report for Build 1217664546

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 9 of 14 (64.29%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 77.778%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/varname.jl 9 14 64.29%
Totals Coverage Status
Change from base Build 1151082486: 0.0%
Covered Lines: 84
Relevant Lines: 108

💛 - Coveralls

@codecov
Copy link

codecov bot commented Sep 9, 2021

Codecov Report

Merging #31 (c6e8625) into main (33f896c) will not change coverage.
The diff coverage is 64.28%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #31   +/-   ##
=======================================
  Coverage   77.77%   77.77%           
=======================================
  Files           1        1           
  Lines         108      108           
=======================================
  Hits           84       84           
  Misses         24       24           
Impacted Files Coverage Δ
src/varname.jl 77.77% <64.28%> (ø)

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 33f896c...c6e8625. Read the comment docs.


function VarName{sym}(indexing=IdentityLens()) where {sym}
function VarName{sym}(lens=IdentityLens()) where {sym}
# TODO: Should we completely disallow or just `@warn` of limited support?
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO we disallow for now, and then we can consider enabling dynamic lenses if we have a good use-case for it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good.

@torfjelde
Copy link
Member Author

This should be a pretty quick review btw; only renaming somethings:)

@torfjelde torfjelde merged commit 76f64dd into main Sep 9, 2021
@delete-merged-branch delete-merged-branch bot deleted the tor/lenses-cleanup branch September 9, 2021 14:57
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

3 participants