github.com/da1nerd/crgundb
master / published Jan 9, 2020 / repository
A simple port of gundb to crystal.
Documentation could not be built
Build failed
The documentation build for this version ran and did not produce anything usable. That is usually a shard that does not compile against the Crystal version it declared.
What the builder reported
docs-build: crystal docs exited 62
crystal docs said:
no-egress: verified in-process as uid 1000, ip and vsock sockets denied, io_uring denied, no_new_privs set
Crystal built without LibXML2 support, HTML sanitization will be skipped
In src/dup.cr:13:27
13 | def check(id : String): String|Bool
^
Warning: space required before colon in return type restriction (run `crystal tool format` to fix this)
In src/dup.cr:18:27
18 | def track(id : String): String
^
Warning: space required before colon in return type restriction (run `crystal tool format` to fix this)
In src/ham.cr:11:120
11 | def calc(machine_state : Float64, incoming_state : Float32, current_state : Float32, incoming_value, current_value): HAMResult
^
Warning: space required before colon in return type restriction (run `crystal tool format` to fix this)
In src/get.cr:9:13
9 | new_node: JSON::Any = node
^
Warning: space required before colon in type declaration (run `crystal tool format` to fix this)
A total of 4 warnings were found.
Showing last frame. Use --error-trace for full trace.
In src/gundb.cr:7:1
7 | alias Graph = Hash(String, JSON::Any)
^
Error: alias Graph is already defined