mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
8efd38fbdd
Code changes for https://github.com/icy-arctic-fox/spectator/issues/47 caused a drastic increase in compilation times. This improves compilation times by splitting concerns for arguments. In one case, arguments are used for matching. In the other, arguments are captured for comparison. The second case has been moved to a FormalArguments class. Theoretically, this reduces the complexity and combinations the compiler might be iterating. |
||
---|---|---|
.. | ||
allow_spec.cr | ||
arguments_spec.cr | ||
double_spec.cr | ||
exception_stub_spec.cr | ||
formal_arguments_spec.cr | ||
lazy_double_spec.cr | ||
method_call_spec.cr | ||
mock_spec.cr | ||
multi_value_stub_spec.cr | ||
null_double_spec.cr | ||
null_stub_spec.cr | ||
proc_stub_spec.cr | ||
reference_mock_registry_spec.cr | ||
value_mock_registry_spec.cr | ||
value_stub_spec.cr |