mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
2e5f822e1d
This effectively allows stubs to be placed on the `new` method for types. A strange issue arose when the keyword was allowed. The compiler failed to resolve the Stub type from the Double initializer. The error trace goes through null_double_spec.cr. Running just that spec file confirms the issue is there, but running other individual files doesn't produce the error. As a workaround, I've put the full path of Stub in the initializer. |
||
---|---|---|
.. | ||
github_issue_28_spec.cr | ||
github_issue_29_spec.cr | ||
github_issue_30_spec.cr | ||
github_issue_32_spec.cr | ||
github_issue_33_spec.cr | ||
github_issue_41_spec.cr | ||
github_issue_42_spec.cr |