Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtutils: Add "quiet" type-printing for
jl_static_show
This is useful for Tracy, which can receive method signature strings over the write. For performance reasons, we want to keep those strings as small as possible, typically less than 80 characters long. This change adds basic "configuration" support for `jl_static_show`, including only a "quiet" parameter for now which can be used to avoid printing DataType parameters.
- Loading branch information