Skip to content

Regression on master when documenting type alias #59949

@yuyichao

Description

@yuyichao

This happens somewhere between 7dfa7d1 and c2f42a6 7dfa7d1...c2f42a6

Reduced case from SIMD.jl

julia> """
       """
       ContiguousSubArray{T,N,P,I,L} = SubArray{T,N,P,I,L}
ERROR: UndefVarError: `T` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
 [1] top-level scope
   @ REPL[7]:1

julia> ContiguousSubArray{T,N,P,I,L} = SubArray{T,N,P,I,L}
SubArray

Some packages that this seems to affect includes

ChainRules, YaoBlocks and SIMD.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsystemThe documentation building systemregressionRegression in behavior compared to a previous version

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions