Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Deprecate CallbackGuard #293

Merged
merged 1 commit into from
Feb 18, 2018

Conversation

EPashkin
Copy link
Member

Part of #250

cc @GuillaumeGomez

@GuillaumeGomez
Copy link
Member

👍

1 similar comment
@sdroege
Copy link
Member

sdroege commented Feb 17, 2018

👍

@EPashkin
Copy link
Member Author

Oh, it since 1.23. I fix deprecation text

@EPashkin EPashkin force-pushed the deprecate_CallbackGuard branch from 2990961 to 0e3340c Compare February 17, 2018 17:11
@EPashkin
Copy link
Member Author

Updated

src/source.rs Outdated
@@ -54,20 +54,24 @@ impl ToGlib for Continue {

/// Unwinding propagation guard. Aborts the process if destroyed while
/// panicking.
#[deprecated(note="Rustc has this functionality buildin since 1.23.0")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since 1.24

@EPashkin
Copy link
Member Author

rust-lang/rust@51b47dc contains in branches started from rust-lang/rust@d0f1f42 and rust-lang/rust@2dad872 but not in rust-lang/rust@5041b3b

Strange that for me https://github.com/rust-lang/rust/releases/tag/1.23.0 not in current repo

@EPashkin
Copy link
Member Author

@sdroege Maybe you right, I use "Aaron Power" commits

@sdroege
Copy link
Member

sdroege commented Feb 17, 2018

Also it's in the 1.24 release notes

@EPashkin
Copy link
Member Author

You right, I checked by tag archive too. I will change back

@EPashkin EPashkin force-pushed the deprecate_CallbackGuard branch from 0e3340c to 7f07bef Compare February 17, 2018 17:48
@EPashkin
Copy link
Member Author

Updated

@sdroege
Copy link
Member

sdroege commented Feb 17, 2018

Great :)

@GuillaumeGomez
Copy link
Member

All good to go now?

@sdroege
Copy link
Member

sdroege commented Feb 17, 2018

From my side yes

src/source.rs Outdated
@@ -54,20 +54,24 @@ impl ToGlib for Continue {

/// Unwinding propagation guard. Aborts the process if destroyed while
/// panicking.
#[deprecated(note="Rustc has this functionality buildin since 1.24.0")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"builtin" or "built-in"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed

@EPashkin EPashkin force-pushed the deprecate_CallbackGuard branch from 7f07bef to ba8b1dc Compare February 17, 2018 19:56
@EPashkin
Copy link
Member Author

For me PR also ready for merge

@GuillaumeGomez
Copy link
Member

Thanks then!

@GuillaumeGomez GuillaumeGomez merged commit 38adf3f into gtk-rs:master Feb 18, 2018
@EPashkin EPashkin deleted the deprecate_CallbackGuard branch February 18, 2018 11:31
@EPashkin EPashkin mentioned this pull request Jun 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants