Skip to content

docs: fix invalid new-issue link in README#9

Closed
networkhermit wants to merge 2 commits intoflox:mainfrom
networkhermit:docs/fix-invalid-new-issue-link
Closed

docs: fix invalid new-issue link in README#9
networkhermit wants to merge 2 commits intoflox:mainfrom
networkhermit:docs/fix-invalid-new-issue-link

Conversation

@networkhermit
Copy link
Copy Markdown
Contributor

@networkhermit networkhermit commented Mar 18, 2023

Current Behavior

new-issue link in README refers to private repo

Proposed Changes

fix the new-issue link in README

Checks

  • All commits in this Pull Request are signed and Verified by Github.
  • I have accepted the flox Contributor License Agreement by adding my Git/Github details in a row at the end of the CONTRIBUTORS.csv file by way of this pull request or one done previously.

@robinbrantley robinbrantley requested a review from ysndr March 18, 2023 12:19
Copy link
Copy Markdown
Contributor

@ysndr ysndr left a comment

Choose a reason for hiding this comment

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

Hey @networkhermit

Thank you very much for your contribution.

Since your pull request got accepted, your changes have been merged internally and will be part of the next release.

@ysndr ysndr closed this Mar 24, 2023
@networkhermit networkhermit deleted the docs/fix-invalid-new-issue-link branch March 24, 2023 14:57
gilmishal added a commit that referenced this pull request Mar 19, 2026
Change Flox::get_handle() from Result<String, AuthError> to
Option<String>, collapsing Expired (which still has a valid handle)
into Some and NotAuthenticated into None.

Callers that need the full error (e.g. ensure_auth) now call
auth_strategy.get_handle() directly. Other callers are simplified
by removing manual match/ok() patterns.

Addresses review comments #9 (error swallowing in floxmeta_branch)
and #13 (typed auth state).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
gilmishal added a commit that referenced this pull request Mar 26, 2026
Change Flox::get_handle() from Result<String, AuthError> to
Option<String>, collapsing Expired (which still has a valid handle)
into Some and NotAuthenticated into None.

Callers that need the full error (e.g. ensure_auth) now call
auth_strategy.get_handle() directly. Other callers are simplified
by removing manual match/ok() patterns.

Addresses review comments #9 (error swallowing in floxmeta_branch)
and #13 (typed auth state).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants