File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 matrix :
1818 version :
19- - ' 1.7 '
19+ - ' 1.6 '
2020 - ' 1.10'
2121 - ' 1.12'
2222 - ' pre'
3030 - ' x86'
3131 exclude :
3232 - os : macos-latest
33- version : ' 1.7 '
33+ version : ' 1.6 '
3434 - os : macos-latest
3535 arch : ' x86'
3636 steps :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name = " MutatePlainDataArray"
22uuid = " 3b0f367b-da20-4531-811a-c13cc92422b5"
33authors = [" Haoran Ni <haoranni@terpmail.umd.edu> and contributors" ]
4- version = " 0.4.0 "
4+ version = " 1.0.0-dev "
55
66[compat ]
7- julia = " 1.7 "
7+ julia = " 1.6 "
88
99[workspace ]
1010projects = [" test" ]
Original file line number Diff line number Diff line change 4747
4848@testset " MutatePlainDataArray.jl" begin
4949 @test isbitstype (TAB)
50- @test ! isbitstype (TAI) && ! ismutabletype (TAI)
51- @test ismutabletype (TAM)
50+ @test ! isbitstype (TAI)
51+ @test ! isbitstype (TAM)
5252 @test isbitstype (TBB)
53- @test ! isbitstype (TBI) && ! ismutabletype (TBI)
54- @test ismutabletype (TBM)
53+ @test ! isbitstype (TBI)
54+ @test ! isbitstype (TBM)
5555 @test isbitstype (TC)
5656
5757 @testset " aref validation" begin
You can’t perform that action at this time.
0 commit comments