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

Check for readline module instead of Windows when initializing autocomplete in install #1104

Merged
merged 1 commit into from
Dec 4, 2020

Conversation

micahellison
Copy link
Member

Fixes #1015 and should now prevent crashes on install for ActivePython users that aren't on Windows. We haven't seen this readline issue as much lately, and unfortunately I can't reproduce every environment in which it happens, but this should hopefully mitigate the problem further, and the unit test offers some peace of mind.

Checklist

  • I have read the contributing doc.
  • I have included a link to the relevant issue number.
  • I have tested this code locally.
  • I have checked to ensure there aren't other open pull requests
    for the same issue.
  • I have written new tests for these changes, as needed.
  • All tests pass.

@micahellison micahellison added the bug Something isn't working label Nov 28, 2020
@github-actions

This comment has been minimized.

Copy link
Member

@wren wren left a comment

Choose a reason for hiding this comment

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

🌞

@wren wren merged commit 48cde1b into jrnl-org:develop Dec 4, 2020
@github-actions
Copy link

github-actions bot commented Dec 4, 2020

Unit Test Results

  16 files    16 suites   10s ⏱️
289 tests 289 ✔️ 0 💤 0 ❌
290 runs  290 ✔️ 0 💤 0 ❌

results for commit 48cde1b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing readline module can be dealt with more gracefully
2 participants