You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduction of model_typed and model_warntype in DebugUtils (#708)
* added InteractiveUtils.jl as a dep + `model_typed` and
`model_warntype` for the checking of the model's evaluator
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* added `optimize` kwarg to `model_typed` and `model_warntype`
* formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* expanded docstring for `model_warntype` and `model_codetyped` and
added to docs
* added testing for `model_codetyped` and `model_warntype`
* bump patch version
* added tests for `model_codetyped` and `model_warntype` for model with
kwargs too
* added test/debug_utils.jl to test/runtests.jl
* renamed `model_codetyped` to `model_typed` to be consistent with the
naming
* avoid usage of macros within `model_warntype` and `model_typed` due
to (what seems like) escaping issues
* formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* renamed `_make_evaluate_args_and_kwargs` to
`gen_evaluator_call_with_types` + added docs, as requested by my dear @willtebbutt
* formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* bump patch version
* Update src/debug_utils.jl
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments