Skip to content

feat: hash-object subcommand #15

feat: hash-object subcommand

feat: hash-object subcommand #15

Triggered via push July 2, 2024 16:32
Status Failure
Total duration 1m 5s
Artifacts

CI.yml

on: push
πŸ› οΈ Validate format
35s
πŸ› οΈ Validate format
πŸ” Analyze code
55s
πŸ” Analyze code
πŸ§ͺ Run test
42s
πŸ§ͺ Run test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
The named parameter 'hint' isn't defined.: apps/calculator/lib/src/rust/frb_generated.dart#L98
Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'hint'. See https://dart.dev/diagnostics/undefined_named_parameter to learn more about this problem.
The named parameter 'hint' isn't defined.: apps/calculator/lib/src/rust/frb_generated.dart#L123
Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'hint'. See https://dart.dev/diagnostics/undefined_named_parameter to learn more about this problem.
Classes and mixins can only implement other classes and mixins.: apps/calculator/lib/src/rust/frb_generated.web.dart#L90
Try specifying a class or mixin, or remove the name from the list. See https://dart.dev/diagnostics/implements_non_class to learn more about this problem.
πŸ” Analyze code
Dart Analyzer detected problems, see the logs for more information.
The method doesn't override an inherited method.: apps/calculator/lib/src/rust/frb_generated.web.dart#L92
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
The method doesn't override an inherited method.: apps/calculator/lib/src/rust/frb_generated.web.dart#L95
Try updating this class to match the superclass, or removing the override annotation. See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.