Skip to content

Remove old iterator methods #231

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

Merged
merged 1 commit into from
Sep 20, 2020
Merged

Remove old iterator methods #231

merged 1 commit into from
Sep 20, 2020

Conversation

kimikage
Copy link
Collaborator

@kimikage kimikage commented Sep 19, 2020

This removes start, next and done.
They are no longer used in Julia v1 and were left as private methods of FixedPointNumbers.

Fixes #215

This removes `start`, `next` and `done`.
They are no longer used in Julia v1 and were left as private methods of `FixedPointNumbers`.
@codecov
Copy link

codecov bot commented Sep 19, 2020

Codecov Report

Merging #231 into master will increase coverage by 0.69%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #231      +/-   ##
==========================================
+ Coverage   95.55%   96.24%   +0.69%     
==========================================
  Files           6        6              
  Lines         697      692       -5     
==========================================
  Hits          666      666              
+ Misses         31       26       -5     
Impacted Files Coverage Δ
src/normed.jl 95.69% <ø> (+2.23%) ⬆️

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 4d0e46a...04296ae. Read the comment docs.

@kimikage kimikage merged commit f57e96b into JuliaMath:master Sep 20, 2020
@kimikage kimikage deleted the issue215 branch September 20, 2020 07:55
@kimikage kimikage mentioned this pull request Apr 30, 2024
38 tasks
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request Apr 30, 2024
This removes `start`, `next` and `done`.
They are no longer used in Julia v1 and were left as private methods of `FixedPointNumbers`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request Apr 30, 2024
This removes `start`, `next` and `done`.
They are no longer used in Julia v1 and were left as private methods of `FixedPointNumbers`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
This removes `start`, `next` and `done`.
They are no longer used in Julia v1 and were left as private methods of `FixedPointNumbers`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
This removes `start`, `next` and `done`.
They are no longer used in Julia v1 and were left as private methods of `FixedPointNumbers`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
This removes `start`, `next` and `done`.
They are no longer used in Julia v1 and were left as private methods of `FixedPointNumbers`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
This removes `start`, `next` and `done`.
They are no longer used in Julia v1 and were left as private methods of `FixedPointNumbers`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
This removes `start`, `next` and `done`.
They are no longer used in Julia v1 and were left as private methods of `FixedPointNumbers`.
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
This removes `start`, `next` and `done`.
They are no longer used in Julia v1 and were left as private methods of `FixedPointNumbers`.
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.

Removing old iterator methods
2 participants