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

perform fuzzy matching on invalid slugs? #155

Open
dmalan opened this issue Dec 7, 2017 · 3 comments
Open

perform fuzzy matching on invalid slugs? #155

dmalan opened this issue Dec 7, 2017 · 3 comments
Assignees

Comments

@dmalan
Copy link
Member

dmalan commented Dec 7, 2017

No description provided.

@dmalan dmalan self-assigned this Dec 7, 2017
@dmalan dmalan changed the title perform fuzzy matching on invalid slugs perform fuzzy matching on invalid slugs? Jun 27, 2018
@cmlsharp
Copy link
Contributor

cmlsharp commented Aug 1, 2018

This really belongs in push50, but since most folks are copying and pasting these anyway, not sure it adds much.

@cmlsharp
Copy link
Contributor

check50 (for local anyway) now has this, but this would be quite expensive to do remotely. Not sure how this would be feasible for submit50 unless we presumptively assume cs50/problems and clone it locally even in the remote case.

@cmlsharp
Copy link
Contributor

This has been implemented (for local check50). For remote it's a bit more complicated since we're more limited on what we can fuzzy match (if the org/repo is wrong we literally have no idea, and if the branch is wrong it could potentially be expensive to find all the valid branches/slugs).

agghj added a commit to agghj/submit50 that referenced this issue Jul 2, 2022
agghj added a commit to agghj/submit50 that referenced this issue Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants