-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1090,7 +1090,6 @@ export | |
gc_disable, | ||
gc_enable, | ||
precompile, | ||
clear_malloc_data, | ||
|
||
# misc | ||
atexit, | ||
|
5 comments
on commit 68a09e0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Very nice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--track-allocation
works on release-0.3, right? should we backport the documentation part of this? @JuliaBackports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
backported in c951564, thanks @staticfloat
Isn't the
export clear_malloc_data
redundant here? As far as I can see@deprecate
will automatically add a export declaration.