shard-spectator/spec/issues
Michael Miller 2e5f822e1d
Remove new from reserved keywords
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.
2022-07-12 22:30:04 -06:00
..
github_issue_28_spec.cr Update known issues to use new mock system 2022-07-12 21:50:45 -06:00
github_issue_29_spec.cr Remove or skip mock, double, and stub tests 2022-03-19 17:20:15 -06:00
github_issue_30_spec.cr Works now due to lazy doubles 2022-03-30 19:13:14 -06:00
github_issue_32_spec.cr Remove new from reserved keywords 2022-07-12 22:30:04 -06:00
github_issue_33_spec.cr Update known issues to use new mock system 2022-07-12 21:50:45 -06:00
github_issue_41_spec.cr Fix sample iteration with single block arg (not tuple) 2022-01-26 13:14:30 -07:00
github_issue_42_spec.cr Update known issues to use new mock system 2022-07-12 21:50:45 -06:00