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

Improve Results #95

Closed
briancohan opened this issue Jul 17, 2021 · 2 comments · Fixed by #96
Closed

Improve Results #95

briancohan opened this issue Jul 17, 2021 · 2 comments · Fixed by #96
Assignees
Labels
enhancement New feature or request
Projects

Comments

@briancohan
Copy link
Contributor

Right now we just search for the exception class, but we should try to search for the full error message. If that doesn't return any results, then we should fall back to just the exception class.

@briancohan briancohan added the enhancement New feature or request label Jul 17, 2021
@briancohan briancohan added this to Backlog in Code Jam via automation Jul 17, 2021
@ethansocal
Copy link
Contributor

It seems to default to searching the full error message right now.

@mustafaquraish
Copy link
Contributor

Yeah, we search for the full error message right now. One way to improve results here would perhaps be to include any package names we find in the traceback (loop over the filenames, use a regex to pull out library names from the path)

@ethansocal ethansocal linked a pull request Jul 17, 2021 that will close this issue
@VagishVela VagishVela moved this from Backlog to In Progress in Code Jam Jul 17, 2021
Code Jam automation moved this from In Progress to Complete Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Code Jam
Complete
Development

Successfully merging a pull request may close this issue.

3 participants