File tree Expand file tree Collapse file tree 5 files changed +19
-15
lines changed Expand file tree Collapse file tree 5 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 1
1
# ** CLASP.Go** Changes <!-- omit in toc -->
2
2
3
3
4
+ ## 0.17.0 - 27th March 2025
5
+
6
+ * 0.17.0;
7
+
8
+
4
9
## 0.17.0-alpha2 - 1st March 2025
5
10
6
11
* ~ renamed ` Arguments#CheckAllBitFlags() ` => ` Arguments#AllBitFlags() ` ;
Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ module github.com/synesissoftware/CLASP.Go
2
2
3
3
go 1.23.6
4
4
5
- require github.com/synesissoftware/ANGoLS v0.0.0-20190330004400-955d82dbf73b
5
+ require (
6
+ github.com/stretchr/testify v1.10.0
7
+ github.com/synesissoftware/ANGoLS v0.0.0-20190330004400-955d82dbf73b
8
+ github.com/synesissoftware/STEGoL v0.2.0
9
+ github.com/synesissoftware/ver2go v0.0.0-alpha3
10
+ )
6
11
7
12
require (
8
13
github.com/davecgh/go-spew v1.1.1 // indirect
9
14
github.com/pmezard/go-difflib v1.0.0 // indirect
10
- github.com/stretchr/testify v1.10.0 // indirect
11
- github.com/synesissoftware/Diagnosticism.Go v0.6.1 // indirect
12
- github.com/synesissoftware/STEGoL v0.2.0 // indirect
13
- github.com/synesissoftware/ver2go v0.0.0-alpha3 // indirect
14
15
gopkg.in/yaml.v3 v3.0.1 // indirect
15
16
)
Original file line number Diff line number Diff line change @@ -6,14 +6,11 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
6
6
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
7
7
github.com/synesissoftware/ANGoLS v0.0.0-20190330004400-955d82dbf73b h1:LZXvCZX1nHznVlg/+SAihHtRu8n16AbMfd3RUZs8sGI =
8
8
github.com/synesissoftware/ANGoLS v0.0.0-20190330004400-955d82dbf73b /go.mod h1:wtCqRwaBUx0IlBLu6ft0ukFP1Qnuv/lRr6U1R+mEXR8 =
9
- github.com/synesissoftware/Diagnosticism.Go v0.6.1 h1:tHelgXBimcJbSr0fGK3BfB+vi+p7pAPmhloDCpidxUY =
10
- github.com/synesissoftware/Diagnosticism.Go v0.6.1 /go.mod h1:7Q8r2++A8oG4ut/EN9ztBQlp6ZhEMtXgialQxEB5U7g =
11
9
github.com/synesissoftware/STEGoL v0.2.0 h1:WdDUtUHFJP4uqwGFoUH/b0Bc/+u4a36KNGAsw2JgM4w =
12
10
github.com/synesissoftware/STEGoL v0.2.0 /go.mod h1:fLXaHg0WlvcjPSX669XZWm+FNyU6ezvGoEWmWSc6I8A =
13
- github.com/synesissoftware/ver2go v0.0.0-20250213011429-1fbcb230c744 h1:/+nOiKrcuGd+oi/81p47CKtA3Q+Ct4YseOIMfKHcpsQ =
14
- github.com/synesissoftware/ver2go v0.0.0-20250213011429-1fbcb230c744 /go.mod h1:ZvENMYQ3mjb9e5ymZL5OyQAa56ckYVTvAvycvYg8Vlw =
15
11
github.com/synesissoftware/ver2go v0.0.0-alpha3 h1:H/aLEs3v6xdZx4ir8pNJpNr44bXvI+Vt1MsA43ZZX6E =
16
12
github.com/synesissoftware/ver2go v0.0.0-alpha3 /go.mod h1:ZvENMYQ3mjb9e5ymZL5OyQAa56ckYVTvAvycvYg8Vlw =
13
+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
17
14
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
18
15
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
19
16
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change 5
5
6
6
/*
7
7
* Created: 15th August 2015
8
- * Updated: 28th February 2025
8
+ * Updated: 27th March 2025
9
9
*/
10
10
11
11
package clasp
@@ -16,7 +16,7 @@ const (
16
16
VersionMajor uint16 = 0
17
17
VersionMinor uint16 = 17
18
18
VersionPatch uint16 = 0
19
- VersionAB uint16 = 0x4002
19
+ VersionAB uint16 = 0xFFFF
20
20
Version uint64 = (uint64 (VersionMajor ) << 48 ) + (uint64 (VersionMinor ) << 32 ) + (uint64 (VersionPatch ) << 16 ) + (uint64 (VersionAB ) << 0 )
21
21
)
22
22
Original file line number Diff line number Diff line change 1
- package clasp
1
+ package clasp_test
2
2
3
3
import (
4
4
"github.com/stretchr/testify/require"
5
+ . "github.com/synesissoftware/CLASP.Go"
5
6
6
7
"testing"
7
8
)
@@ -10,7 +11,7 @@ const (
10
11
Expected_VersionMajor uint16 = 0
11
12
Expected_VersionMinor uint16 = 17
12
13
Expected_VersionPatch uint16 = 0
13
- Expected_VersionAB uint16 = 0x4002
14
+ Expected_VersionAB uint16 = 0xFFFF
14
15
)
15
16
16
17
func Test_Version_Elements (t * testing.T ) {
@@ -21,9 +22,9 @@ func Test_Version_Elements(t *testing.T) {
21
22
}
22
23
23
24
func Test_Version (t * testing.T ) {
24
- require .Equal (t , uint64 (0x0000_0011_0000_4002 ), Version )
25
+ require .Equal (t , uint64 (0x0000_0011_0000_FFFF ), Version )
25
26
}
26
27
27
28
func Test_Version_String (t * testing.T ) {
28
- require .Equal (t , "0.17.0-alpha2 " , VersionString ())
29
+ require .Equal (t , "0.17.0" , VersionString ())
29
30
}
You can’t perform that action at this time.
0 commit comments