github.com/drizzle-lang/drizzle
0.1.0-alpha / published Mar 7, 2019 / repository
Drizzle is a (currently interpreted) programming language designed as something I would like to use, and used as a way to learn lots of new things.
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/drizzle/object/string.cr:20:16
20 | hash = 0xcbf29ce484222325
^
Warning: 0xcbf29ce484222325 doesn't fit in an Int64, try using the suffix u64 or i128
In src/drizzle/object/string.cr:22:16
22 | mask = 18446744073709551615
^
Warning: 18446744073709551615 doesn't fit in an Int64, try using the suffix u64 or i128
A total of 2 warnings were found.
In src/drizzle/parser.cr:48:5
48 | CALL,
^
Error: expecting ';', 'end' or newline after enum member