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

Include Brittany in binaries #288

Closed
wants to merge 1 commit into from

Conversation

lukel97
Copy link
Collaborator

@lukel97 lukel97 commented Aug 5, 2020

Unforutnately, this also invovles vendoring Brittany with a fork that
allows it to build on ghc-8.10.1. This is only vendored on the
cabal.project file though, not the stack.yamls

Unforutnately, this also invovles vendoring Brittany with a fork that
allows it to build on ghc-8.10.1. This is only vendored on the
cabal.project file though, not the stack.yamls
@lukel97 lukel97 force-pushed the brittany-in-binaries branch from 048e389 to 1b0222d Compare August 5, 2020 11:51
@lukel97 lukel97 requested review from fendor, alanz and jneira August 5, 2020 11:55
@lukel97
Copy link
Collaborator Author

lukel97 commented Aug 5, 2020

Tracking lspitzner/data-tree-print#2

Copy link
Collaborator

@fendor fendor left a comment

Choose a reason for hiding this comment

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

LGTM
Thanks!

Copy link
Collaborator

@alanz alanz left a comment

Choose a reason for hiding this comment

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

LGTM.

Why not vendoring into stack? No 8.10.1 support yet?

@lukel97
Copy link
Collaborator Author

lukel97 commented Aug 5, 2020

@alanz we still need allow-newer for one dependency, but stack only lets you turn on allow-newer for all bounds or none so I thought it would be safer just to leave it

@lukel97 lukel97 marked this pull request as draft August 5, 2020 21:59
@lukel97
Copy link
Collaborator Author

lukel97 commented Aug 5, 2020

Looks like that branch of Brittany doesn't build on versions other than 8.10, will need to fix https://github.com/bubba/haskell-language-server/runs/949543226?check_suite_focus=true

@lukel97
Copy link
Collaborator Author

lukel97 commented Aug 7, 2020

Needs redone after #264

pepeiborra pushed a commit that referenced this pull request Dec 27, 2020
* Remove JSON instances for completions, since we are not implementing "resolve"

* Remove completion resolve data from tests

* Better docs

* Fix tests

* Fix for 8.4

* Turn Haddock markup into Markdown

* Add types to completion items

* Make it work on 8.8 and 8.4

* Revert "Remove completion resolve data from tests"

This reverts commit 625d710f11db2215a886e0a75e35f646190d4b36.

* Revert "Remove JSON instances for completions, since we are not implementing "resolve""

This reverts commit 12ff27dce71d06ba2f74aa8b9695aea95368e1d2.

* Fix tests

* Require higher version of regex-pcre-builtin

* Replace Pandoc with direct conversion from Haddock to Markdown

* Show kinds of type constructors too

* A few fixed to Markdown conversion

* Check optNewColonConvention

* Fix build on 8.4 and 8.8

* More fixes for 8.4 and 8.8

* Check only the common part of the completion text

* Make icons consistent with Outline

* Test docs for completions

* Make constructors return the corresponding CompletionItem + tests for that behavior

* Make test work on 8.4
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