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 1 commit 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
test/iterators.jl Outdated Show resolved Hide resolved
test/iterators.jl Outdated Show resolved Hide resolved
test/iterators.jl Outdated Show resolved Hide resolved
@nsajko nsajko force-pushed the test_eltype_is_foldable branch from 204f120 to 2f33a74 Compare December 22, 2024 22:15
test/iterators.jl Outdated Show resolved Hide resolved
@nsajko nsajko force-pushed the test_eltype_is_foldable branch from a9c100d to 37feee7 Compare December 22, 2024 22:18
nsajko added a commit to nsajko/julia that referenced this pull request Dec 24, 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 nsajko force-pushed the test_eltype_is_foldable branch 3 times, most recently from 904d70e to 220d3e9 Compare December 24, 2024 05:10
nsajko added a commit to nsajko/julia that referenced this pull request Dec 29, 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 Jan 4, 2025
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 nsajko force-pushed the test_eltype_is_foldable branch from f856804 to ccbae5a Compare January 4, 2025 18:42
nsajko added a commit to nsajko/julia that referenced this pull request Jan 6, 2025
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 Jan 9, 2025
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 Jan 10, 2025
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
inkydragon pushed a commit that referenced this pull request Jan 16, 2025
The `@inferred` macro is applied to the following functions:
* `Base.IteratorSize`
* `Base.IteratorEltype`
* `eltype`
* `axes`
* `size`
* `length`
* `ndims`
* `isempty`

xref #56802

xref #56838
@nsajko nsajko force-pushed the test_eltype_is_foldable branch 2 times, most recently from 0786daf to 4569eeb Compare January 17, 2025 18:50
@nsajko nsajko force-pushed the test_eltype_is_foldable branch from 4569eeb to ab90e76 Compare January 19, 2025 14:36
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