Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aya: Fix Link Pinning #366

Merged
merged 1 commit into from
Aug 31, 2022
Merged

aya: Fix Link Pinning #366

merged 1 commit into from
Aug 31, 2022

Conversation

dave-tucker
Copy link
Member

  1. Removes OwnedLink
  2. Allows Links to be converted into FdLink
  3. Introduces a PinnedLink type to handle wrap FdLink when pinned and
    support un-pinning

Signed-off-by: Dave Tucker dave@dtucker.co.uk

@netlify
Copy link

netlify bot commented Aug 16, 2022

Deploy Preview for aya-rs ready!

Name Link
🔨 Latest commit 4c1d645
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs/deploys/630f71fd7288460009d68626
😎 Deploy Preview https://deploy-preview-366--aya-rs.netlify.app/user/src/aya/programs/links.rs
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

aya/src/programs/links.rs Outdated Show resolved Hide resolved
aya/src/programs/links.rs Outdated Show resolved Hide resolved
aya/src/programs/links.rs Outdated Show resolved Hide resolved
aya/src/programs/links.rs Outdated Show resolved Hide resolved
aya/src/programs/links.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@alessandrod alessandrod left a comment

Choose a reason for hiding this comment

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

Looks great! See comments

@dave-tucker dave-tucker marked this pull request as ready for review August 31, 2022 14:34
1. Removes OwnedLink
2. Allows Links to be converted into FdLink
3. Introduces a PinnedLink type to handle wrap FdLink when pinned and
   support un-pinning

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
@dave-tucker dave-tucker merged commit 4826bf7 into aya-rs:main Aug 31, 2022
alessandrod added a commit to alessandrod/aya that referenced this pull request Dec 14, 2022
aya-rs#366 broke detaching links on drop for
everything but FdLink. This restores detach on drop for all links.
alessandrod added a commit to alessandrod/aya that referenced this pull request Dec 26, 2022
aya-rs#366 broke detaching links on drop for
everything but FdLink. This restores detach on drop for all links.
alessandrod added a commit to alessandrod/aya that referenced this pull request Dec 26, 2022
aya-rs#366 broke detaching links on drop for
everything but FdLink. This restores detach on drop for all links.
alessandrod added a commit to alessandrod/aya that referenced this pull request Dec 26, 2022
aya-rs#366 broke detaching links on drop for
everything but FdLink. This restores detach on drop for all links.
alessandrod added a commit to alessandrod/aya that referenced this pull request Dec 26, 2022
aya-rs#366 broke detaching links on drop for
everything but FdLink. This restores detach on drop for all links.
alessandrod added a commit to alessandrod/aya that referenced this pull request Dec 26, 2022
aya-rs#366 broke detaching links on drop for
everything but FdLink. This restores detach on drop for all links.
alessandrod added a commit to alessandrod/aya that referenced this pull request Dec 26, 2022
aya-rs#366 broke detaching links on drop for
everything but FdLink. This restores detach on drop for all links.
alessandrod added a commit that referenced this pull request Dec 26, 2022
#366 broke detaching links on drop for
everything but FdLink. This restores detach on drop for all links.
@dave-tucker dave-tucker added fix A PR that is a small change or fixes a bug aya This is about aya (userspace) labels Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aya This is about aya (userspace) fix A PR that is a small change or fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants