Update dependency mx.cider/sayid to v0.6.0#3829
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3829 +/- ##
==========================================
- Coverage 96.22% 96.21% -0.01%
==========================================
Files 422 422
Lines 26350 26350
Branches 640 640
==========================================
- Hits 25354 25353 -1
- Misses 473 474 +1
Partials 523 523 🚀 New features to boost your workflow:
|
Member
|
Will not update every second day. |
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.0→0.6.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
clojure-emacs/sayid (mx.cider/sayid)
v0.6.0Compare Source
tools.analyzer.jvm(sayid.inner-ast), working off the analyzed AST instead of re-reading source and rewriting raw forms. This replaces the legacy rewriter (thesayid.inner-tracenamespace is gone), fixes inner-tracedtry/catchswallowing exceptions, and drops the per-macro special-casing that made the old instrumenter fragile.v0.5.0Compare Source
sayid.trace/*evict-old-calls*(default false), which switches the record limit from keeping the first N top-level calls to a keep-the-last-N ring, evicting the oldest.sayid.trace/*per-fn-limit*(default unbounded), which caps how many calls of any single function are recorded, so one hot function can't crowd out the rest of the recording.sayid.trace/*sample-rate*(default 1), which records one in every N top-level calls, for tracing a hot entry point without drowning the recording. Backed by a recording-suppression flag that also fixes a latent NPE when a skipped root called an inner-traced function.sayid.trace/*max-trace-depth*(default unbounded), which caps how deep the call nesting is recorded, so one deeply recursive call can't explode into an unbounded subtree.*print-length*/*print-level*, so a fat or infinite value can't hang the serializer or produce a runaway payload.sayid.trace/*record-limit*top-level calls (default 50k), so tracing a namespace under a test suite can't grow the workspace without bound. Calls past the cap run untraced and Sayid warns once.sayid-show-traced):e/d/renable, disable and remove the trace at point,i/oswitch a function to an inner or outer trace.v0.4.0Compare Source
sayid-show-tracedas a namespaces to functions tree (cider-tree-view), and add asayid-show-traced-dataop returning the traced audit as data.form.sayid-tree-view-workspace, a client-rendered, foldable view of the recorded call tree built on CIDER'scider-tree-viewand the new data ops. Fold and navigate the tree, jump to a call's source, inspect any captured value (return, throw, or a named argument) in CIDER's inspector, and focus by function or call id. It's the default workspace view (C-c s w); the old text-rendered view stays available viaM-x sayid-get-workspace. Bumps the minimum CIDER to 1.23.com.billpieldomain prefix from all namespaces (com.billpiel.sayid.*->sayid.*), including the injected middleware var (nowsayid.nrepl-middleware/wrap-sayid). Breaking for code that requires the old namespaces directly; the bundled plugin and Emacs client are updated in lockstep. The Maven coordinates are unchanged.sayid-query-data,sayid-query-by-id-data,sayid-query-by-fn-data) that return matched calls as data instead of rendered text.sayid-get-workspace-datanREPL op, which returns the recorded call tree as data (see doc/nrepl-api.md) for editor-agnostic clients.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.