We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778585b commit 039b3f9Copy full SHA for 039b3f9
NEWS.md
@@ -138,6 +138,9 @@ Standard library changes
138
* `Profile.take_heap_snapshot` takes a new keyword argument, `redact_data::Bool`,
139
that is `true` by default. When set, the contents of Julia objects are not emitted
140
in the heap snapshot. This currently only applies to strings. ([#55326])
141
+* `Profile.print()` now colors Base/Core/Package modules similarly to how they are in stacktraces.
142
+ Also paths, even if truncated, are now clickable in terminals that support URI links
143
+ to take you to the specified `JULIA_EDITOR` for the given file & line number. ([#55335])
144
145
#### Random
146
0 commit comments