Skip to content
Snippets Groups Projects
Commit d6b282df authored by François  LAURENT's avatar François LAURENT
Browse files

julia-1.8

parent ac145724
No related branches found
No related tags found
No related merge requests found
Pipeline #89809 passed
......@@ -22,11 +22,15 @@ Julia 1.6:
- .script
Julia 1.7:
image: julia:1.7
extends:
- .script
Julia 1.8:
image: julia:1.8
extends:
- .script
- .coverage
pages:
image: julia:1.7
image: julia:1.8
stage: deploy
script:
- |
......
......@@ -50,6 +50,7 @@ Tags{T}(all_tags::Vector{T}) where {T} = Tags{T}(all_tags, falses(length(all_tag
Tags(all_tags::Vector{T}) where {T} = Tags{T}(all_tags)
Base.isempty(tags::Tags) = !any(tags.indicators)
Base.length(tags::Tags) = count(tags.indicators)
Base.emptymutable(tags::Tags{T}, ::Type{T}) where {T} = Tags(tags.names)
Base.copymutable(tags::Tags) = Tags(tags.names, copy(tags.indicators))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment