You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependencies are satisfied
Building: gi-doc
Error target gi-doc failed to compile:
Showing last frame. Use --error-trace for full trace.
In /usr/lib/crystal/compiler/crystal/program.cr:23:9
23 | class Program < NonGenericModuleType
^
Error: superclass mismatch for class Crystal::Program (Crystal::NonGenericModuleType for Reference)
error trace
In src/generator/doc.cr:5:1
5 | require "compiler/crystal/"
^
Error: while requiring "compiler/crystal/"
In /usr/lib/crystal/compiler/crystal/command.cr:13:1
13 | require "./tools/"
^
Error: while requiring "./tools/"
In /usr/lib/crystal/compiler/crystal/tools/context.cr:3:1
3 | require "../semantic/"
^
Error: while requiring "../semantic/"
In /usr/lib/crystal/compiler/crystal/semantic/fix_missing_types.cr:1:1
1 | require "../semantic"
^
Error: while requiring "../semantic"
In /usr/lib/crystal/compiler/crystal/semantic.cr:1:1
1 | require "./program"
^
Error: while requiring "./program"
In /usr/lib/crystal/compiler/crystal/program.cr:23:9
23 | class Program < NonGenericModuleType
^
Error: superclass mismatch for class Crystal::Program (Crystal::NonGenericModuleType for Reference)
x86_64 Linux 5.4.200-1-MANJARO, Xfce4/Xfwm4, Crystal 1.4.1 (2022-04-23), Shards 0.17.0 (2022-03-25)
Thanks for all your work. This shard is so meta, it's fascinating to read through the source.
The text was updated successfully, but these errors were encountered:
Might need to declare it a failed experiment, at least in the current approach. Given the compiler packages don't ship the vendored in markd sources, I don't see a sane way to go forward. That said:
After a clean clone,
shards run gi-doc
showserror trace
Thanks for all your work. This shard is so meta, it's fascinating to read through the source.
The text was updated successfully, but these errors were encountered: