index
:
gobang
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Revamp Heredoc(), add fuzz to prevent panics
EuAndreh
2025-05-13
9
-7
/
+102
|
*
src/gobang.go: Add Heredoc()
EuAndreh
2025-05-10
1
-0
/
+33
|
*
src/gobang.go: Add ExitIf()
EuAndreh
2025-05-04
1
-0
/
+34
|
*
src/gobang.go: Properly namespace LogLevel enum values
EuAndreh
2025-05-04
1
-25
/
+25
|
*
re s/guuid/uuid/g
EuAndreh
2025-05-03
1
-6
/
+6
|
*
src/gobang.go: Add TMust()
EuAndreh
2025-02-23
1
-0
/
+43
|
*
src/gobang.go: Add SetT type alongside SetOf() and Contains() functions
EuAndreh
2025-02-23
1
-0
/
+39
|
*
src/gobang.go: Add simplistic implementation of Map() and Filter()
EuAndreh
2025-02-14
1
-0
/
+93
|
*
src/gobang.go: Add PanicIf() companion to Must()
EuAndreh
2025-02-11
1
-0
/
+22
|
*
src/gobang.go: Add generic function Must()
EuAndreh
2025-02-11
1
-0
/
+27
|
*
src/gobang.go: Add "assertion failed: " prefix to assert error message
EuAndreh
2025-01-25
1
-2
/
+5
|
*
Add tests for panicky functions
EuAndreh
2025-01-15
1
-11
/
+324
|
*
src/gobang.go: Add Clamp()
EuAndreh
2024-12-30
1
-0
/
+28
|
*
src/gobang.go: Deal with nil functions in SomeFnError arguments
EuAndreh
2024-11-02
1
-0
/
+11
|
*
Adjust to conventional Makefile skeleton
EuAndreh
2024-10-20
1
-7
/
+0
|
*
Add tests for assert functions
EuAndreh
2024-10-17
1
-38
/
+207
|
*
src/gobang.go: Add WrapErrors()
EuAndreh
2024-10-17
1
-0
/
+29
|
*
src/gobang.go: ValidSQLTablePrefix() -> ValidateSQLTablePrefix()
EuAndreh
2024-10-13
1
-5
/
+8
|
*
s/ErrorIf/TErrorIf/g
EuAndreh
2024-10-06
1
-38
/
+38
|
*
src/gobang.go: Change Some{,Fn}Error() to receive varargs over array
EuAndreh
2024-10-06
1
-29
/
+6
|
|
|
|
|
Only to improve usability, e.g. no need to declare a [](func() error) variable.
*
s/AssertEqual/TAssertEqual/g
EuAndreh
2024-09-27
1
-92
/
+92
|
*
tests/gobang.go: Use d["k"].(cast) over "_, ok := ..." pattern
EuAndreh
2024-09-27
1
-213
/
+39
|
*
src/gobang.go: Add SQLiteNow const and ValidSQLTablePrefix()
EuAndreh
2024-09-27
1
-0
/
+33
|
*
src/gobang.go: Turn private sourceInfoSkip const into public SourceInfoSkip ↵
EuAndreh
2024-09-27
1
-0
/
+4
|
|
|
|
variable
*
src/gobang.go: Increase sourceInfoSkip from 3 to 4
EuAndreh
2024-09-25
1
-2
/
+2
|
*
src/gobang.go: Remove return value from Timed() thunk
EuAndreh
2024-09-25
1
-16
/
+1
|
*
src/gobang.go: Support static and dynamic args in MaeCounter()
EuAndreh
2024-09-25
1
-0
/
+24
|
*
src/gobang.go: Add Timed()
EuAndreh
2024-09-25
1
-0
/
+50
|
*
src/gobang.go: Add SomeError() and SomeFnError()
EuAndreh
2024-09-23
1
-0
/
+78
|
*
Use Hash() from scrypt package
EuAndreh
2024-09-13
1
-398
/
+1
|
*
Use uuid from guuid package
EuAndreh
2024-09-12
1
-121
/
+7
|
*
src/gobang.go: Export SetLoggerOutput()
EuAndreh
2024-09-07
1
-15
/
+15
|
*
src/gobang.go: Add SetLevel()
EuAndreh
2024-09-02
1
-5
/
+28
|
*
src/gobang.go: Add args to Init() to log
EuAndreh
2024-08-15
1
-0
/
+20
|
*
Add tests/libbuild.go
EuAndreh
2024-08-14
1
-0
/
+7
|
*
mv tests/gobang_main.go tests/main.go
EuAndreh
2024-08-08
1
-0
/
+0
|
*
tests/gobang.go: Add tests for most missing functions
EuAndreh
2024-08-08
1
-25
/
+589
|
*
tests/gobang.go: Add tests to more functions
EuAndreh
2024-08-06
1
-0
/
+158
|
*
Run in parallel slow tests
EuAndreh
2024-08-06
1
-1
/
+33
|
*
tests/gobang.go: Add tests for Random(), Salt() and Hash()
EuAndreh
2024-08-06
1
-0
/
+40
|
*
Add tests for UUID functions
EuAndreh
2024-08-06
1
-3
/
+123
|
*
Start using TestStart() and Testing()
EuAndreh
2024-08-05
2
-54
/
+63
|
*
Makefile: Build with "go tool compile" and "go tool link"
EuAndreh
2024-08-05
2
-16
/
+21
|
*
rm tests/cli-opts.sh
EuAndreh
2024-08-03
1
-4
/
+0
|
*
Reorder code
EuAndreh
2024-07-22
1
-82
/
+78
|
*
Copy code from x/golang/scrypt: get scrypt(), and also import tests
EuAndreh
2024-07-10
1
-0
/
+311
|
*
Initial implementation: include code from papod
EuAndreh
2024-05-16
2
-0
/
+57