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

access to undefined reference with broadcasting #54

Open
yha opened this issue Feb 28, 2022 · 1 comment
Open

access to undefined reference with broadcasting #54

yha opened this issue Feb 28, 2022 · 1 comment

Comments

@yha
Copy link
Contributor

yha commented Feb 28, 2022

julia> join.(RLEVector([("a","b"), ("b","c")], [1,3]), " ")
ERROR: UndefRefError: access to undefined reference
Stacktrace:
 [1] getindex
   @ .\array.jl:861 [inlined]
 [2] ree!(runvalues::Vector{String}, runends::Vector{Int64})
   @ RLEVectors C:\Users\sternlab\.julia\packages\RLEVectors\Rriqk\src\runs.jl:96
 [3] RLEVector
   @ C:\Users\sternlab\.julia\packages\RLEVectors\Rriqk\src\RLEVector-type.jl:57 [inlined]
 [4] similar(bc::Base.Broadcast.Broadcasted{RLEVectors.RLEVectorStyle, Tuple{Base.OneTo{Int64}}, typeof(join), Tuple{RLEVector{Tuple{String, String}, Int64}, Base.RefValue{String}}}, #unused#::Type{String})
   @ RLEVectors C:\Users\sternlab\.julia\packages\RLEVectors\Rriqk\src\group_generics.jl:17
 [5] copy
   @ .\broadcast.jl:885 [inlined]
 [6] materialize(bc::Base.Broadcast.Broadcasted{RLEVectors.RLEVectorStyle, Nothing, typeof(join), Tuple{RLEVector{Tuple{String, String}, Int64}, Base.RefValue{String}}})
   @ Base.Broadcast .\broadcast.jl:860
 [7] top-level scope
   @ REPL[11]:1
@phaverty
Copy link
Owner

phaverty commented Mar 1, 2022

Thank you for reporting this. I will look into it.

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

No branches or pull requests

2 participants