github.com/at-grandpa/des
0.3.0 / published Aug 19, 2019 / repository
CLI to create Docker Environment Setting files.
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
Showing last frame. Use --error-trace for full trace.
There was a problem expanding macro 'command'
Code in macro 'sub_command'
1 | command("create") do
^
Called macro defined in lib/clim/src/clim/command/macros.cr:144:7
144 | macro command(name, &block)
Which expanded to:
1 |
2 |
> 3 | class Command_Create < Command
^
Error: abstract `def Clim::Command#initialize()` must be implemented by Des::MainCli::Command_Main_command_of_clim_library::Command_Desrc::Command_Create