fix(deps): update rust crate objc to 0.2.7 - autoclosed #187
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.2
->0.2.7
Release Notes
SSheldon/rust-objc (objc)
v0.2.7
Compare Source
Fixed
msg_send!
will now correctly fail to compile if no return typecan be inferred, instead of relying on an edge case of the compiler
that will soon change and silently cause undefined behavior.
v0.2.6
Compare Source
Fixed
sel!
,msg_send!
, andclass!
.v0.2.5
Compare Source
Added
autoreleasepool
returns the value returned by its body closure.v0.2.4
Compare Source
Added
Added an
rc
module with reference counting utilities:StrongPtr
,WeakPtr
, andautoreleasepool
.Added some reference counting ABI foreign functions to the
runtime
module.Fixed
return types.
v0.2.3
Compare Source
Added
Added a
class!
macro for getting statically-known classes. The result isnon-optional (avoiding a need to unwrap) and cached so each usage will only
look up the class once.
Added caching to the
sel!
macro so that each usage will only register theselector once.
Fixed
objc::runtime
structs so there can't be unsoundreferences to uninhabited types.
v0.2.2
Compare Source
Added
Sync
andSend
forSel
.v0.2.1
Compare Source
Added
Added support for working with protocols with the
Protocol
struct.The protocols a class conforms to can be examined with the new
Class::adopted_protocols
andClass::conforms_to
methods.Protocols can be declared using the new
ProtocolDecl
struct.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 has been generated by Mend Renovate. View repository job log here.