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

test foldability inference of basic iterator functions like eltype #56838

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nsajko
Copy link
Contributor

@nsajko nsajko commented Dec 14, 2024

No description provided.

@nsajko nsajko added test This change adds or pertains to unit tests collections Data structures holding multiple items, e.g. sets iteration Involves iteration or the iteration protocol labels Dec 14, 2024
@nsajko nsajko marked this pull request as draft December 14, 2024 23:40
@nsajko nsajko force-pushed the test_eltype_is_foldable branch from 51ec4bc to fe11fd8 Compare December 14, 2024 23:49
@nsajko nsajko marked this pull request as ready for review December 14, 2024 23:50
@nsajko nsajko force-pushed the test_eltype_is_foldable branch 3 times, most recently from 3a5ebe5 to 50a04c9 Compare December 15, 2024 11:54
@nsajko nsajko force-pushed the test_eltype_is_foldable branch from 50a04c9 to 8ee35ac Compare December 22, 2024 11:58
nsajko added a commit to nsajko/julia that referenced this pull request Dec 22, 2024
The `@inferred` macro is applied to the following functions:
* `Base.IteratorSize`
* `Base.IteratorEltype`
* `eltype`
* `axes`
* `size`
* `length`
* `ndims`
* `isempty`

xref JuliaLang#56802

xref JuliaLang#56838
nsajko added a commit to nsajko/julia that referenced this pull request Dec 22, 2024
The `@inferred` macro is applied to the following functions:
* `Base.IteratorSize`
* `Base.IteratorEltype`
* `eltype`
* `axes`
* `size`
* `length`
* `ndims`
* `isempty`

xref JuliaLang#56802

xref JuliaLang#56838
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
collections Data structures holding multiple items, e.g. sets iteration Involves iteration or the iteration protocol test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant