Skip to content

Commit

Permalink
add deprecated jtypExtPtrs for backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Sep 9, 2024
1 parent b44d78d commit 2301c63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RCall"
uuid = "6f49c342-dc21-5d91-9882-a32aef131414"
authors = ["Douglas Bates <[email protected]>", "Randy Lai <[email protected]>", "Simon Byrne <[email protected]>"]
version = "0.14.5"
version = "0.14.6"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
7 changes: 7 additions & 0 deletions src/callback.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ stored here to prevent garbage collection by Julia.
"""
const JULIA_TYPES_EXT_PTRS = Dict{Ptr{ExtPtrSxp}, Any}()

"""
jtypExtPtrs
Deprecated alias for [`JULIA_TYPES_EXT_PTRS`](@ref)
"""
const jtypExtPtrs = JULIA_TYPES_EXT_PTRS

"""
decref_extptr(p::Ptr{ExtPtrSxp})
Expand Down

0 comments on commit 2301c63

Please sign in to comment.