File tree Expand file tree Collapse file tree 5 files changed +31
-6
lines changed Expand file tree Collapse file tree 5 files changed +31
-6
lines changed Original file line number Diff line number Diff line change
1
+ name : TagBot
2
+ on :
3
+ schedule :
4
+ - cron : 0 * * * *
5
+ jobs :
6
+ TagBot :
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - uses : JuliaRegistries/TagBot@v1
10
+ with :
11
+ token : ${{ secrets.GITHUB_TOKEN }}
12
+
Original file line number Diff line number Diff line change 1
1
* .jl.cov
2
2
* .jl.mem
3
+
4
+ /Manifest.toml
Original file line number Diff line number Diff line change 3
3
- linux
4
4
- osx
5
5
julia :
6
- - 0.6
7
- - 0.7
8
6
- 1.0
7
+ - 1
9
8
- nightly
10
9
notifications :
11
10
email : false
@@ -14,4 +13,4 @@ notifications:
14
13
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
15
14
# - julia --check-bounds=yes -e 'VERSION >= v"0.7-" && import Pkg; Pkg.clone(pwd()); Pkg.build("AutoHashEquals"); Pkg.test("AutoHashEquals"; coverage=true)'
16
15
after_success :
17
- - julia -e 'VERSION >= v"0.7-" && import Pkg; cd(Pkg.dir("AutoHashEquals")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
16
+ - julia -e 'import Pkg; cd(Pkg.dir("AutoHashEquals")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Original file line number Diff line number Diff line change
1
+ name = " AutoHashEquals"
2
+ uuid = " 97026771-8bcd-44fb-b7eb-f644370d63d3"
3
+ authors = [
" andrew cooke <[email protected] >" ]
4
+ version = " 1.0.0"
5
+
6
+ [compat ]
7
+ julia = " 1"
8
+
9
+ [extras ]
10
+ Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a"
11
+ Serialization = " 9e88b42a-f829-5b0c-bbe9-9e923198166b"
12
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
13
+
14
+ [targets ]
15
+ test = [" Markdown" , " Serialization" , " Test" ]
Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/andrewcooke/AutoHashEquals.jl.png )] ( https://travis-ci.org/andrewcooke/AutoHashEquals.jl )
2
2
[ ![ Coverage Status] ( https://coveralls.io/repos/andrewcooke/AutoHashEquals.jl/badge.svg )] ( https://coveralls.io/r/andrewcooke/AutoHashEquals.jl )
3
3
4
- [ ![ AutoHashEquals] ( http://pkg.julialang.org/badges/AutoHashEquals_0.5.svg )] ( http://pkg.julialang.org/?pkg=AutoHashEquals&ver=0.5 )
5
- [ ![ AutoHashEquals] ( http://pkg.julialang.org/badges/AutoHashEquals_0.6.svg )] ( http://pkg.julialang.org/?pkg=AutoHashEquals&ver=0.6 )
6
-
7
4
# AutoHashEquals
8
5
9
6
A macro to add == and hash() to composite types (ie struct and mutable struct
You can’t perform that action at this time.
0 commit comments