Michael Miller
Michael Miller
Currently, the scope of method stubs with a default scope is executed within the mocked type. This should be changed to execute in the scope of the spec. ```crystal struct...
## Bug Report I'm attempting to redefine a method and wrap its previous implementation. A macro reconstructs the signature and uses `previous_def` to call the original implementation. This doesn't seem...
A bit of background: I'm using Sidekiq to run tasks in the background. Some types of tasks use a lock to ensure only one task of the same type is...