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

Fix autocompletion panic #251

Merged
merged 2 commits into from
Oct 14, 2020
Merged

Fix autocompletion panic #251

merged 2 commits into from
Oct 14, 2020

Conversation

tdakkota
Copy link
Contributor

Fixes #178.

@codecov-io
Copy link

codecov-io commented Oct 11, 2020

Codecov Report

Merging #251 into master will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
- Coverage   61.35%   61.32%   -0.04%     
==========================================
  Files          68       68              
  Lines        6345     6345              
==========================================
- Hits         3893     3891       -2     
- Misses       1936     1938       +2     
  Partials      516      516              
Impacted Files Coverage Δ
engine/memoryengine/store.go 91.96% <0.00%> (-1.79%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca94a13...337ecc3. Read the comment docs.

Copy link
Collaborator

@asdine asdine left a comment

Choose a reason for hiding this comment

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

Thanks!

@asdine asdine merged commit 375ed7a into chaisql:master Oct 14, 2020
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.

Autocompletion makes the shell panic when there's no suggestion
3 participants