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

Replace all Array{T,1} by Vector{T} #2138

Merged
merged 1 commit into from
May 28, 2022
Merged

Replace all Array{T,1} by Vector{T} #2138

merged 1 commit into from
May 28, 2022

Conversation

rikhuijzer
Copy link
Collaborator

Thanks to Comby:

comby -matcher .jl 'Array{:[1],1}' 'Vector{:[1]}'
comby -matcher .jl 'Array{:[1], 1}' 'Vector{:[1]}'

@rikhuijzer rikhuijzer added the backend Concerning the julia server and runtime label May 28, 2022
@github-actions
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="rh/vector")
julia> using Pluto

@rikhuijzer rikhuijzer merged commit 24d2e05 into main May 28, 2022
@rikhuijzer rikhuijzer deleted the rh/vector branch May 28, 2022 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Concerning the julia server and runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant