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

Don't load pretty-show/hscolour by default. (#226) #234

Merged
merged 3 commits into from
Aug 27, 2019

Conversation

patrickt
Copy link
Contributor

As @mpickering pointed out, this breaks new-repl if you have
multiple versions of pretty-show in your package store.

As @mpickering pointed out, this breaks `new-repl` if you have
multiple versions of `pretty-show` in your package store.
@patrickt patrickt requested a review from robrix August 19, 2019 12:21
@patrickt patrickt changed the title Don't load pretty-show/hscolour by default. (#16) Don't load pretty-show/hscolour by default. (#226) Aug 19, 2019
@patrickt patrickt merged commit ee16b8a into master Aug 27, 2019
@patrickt patrickt deleted the don't-load-pretty-by-default branch August 27, 2019 18:10
@robrix robrix mentioned this pull request Aug 28, 2019
@@ -1,6 +1,3 @@
-- Load the pretty-show & hscolour packages for use with :pretty.
:set -package pretty-show -package hscolour

-- See docs/💡ProTip!.md
:def! pretty \ _ -> return ":set -interactive-print Semantic.Util.Pretty.prettyShow"
:def! no-pretty \_ -> return ":set -interactive-print System.IO.print"
Copy link
Contributor

Choose a reason for hiding this comment

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

We should probably remove these, too, and the corresponding parts of the 💡ProTip! doc should be amended.

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.

3 participants