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

Add progress reporting support to cabal building #436

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

palas
Copy link

@palas palas commented Jun 10, 2024

This PR adds a tiny parser to readCabalProcessWithProgress and it takes a new reporting function as a parameter that can be used to notify the caller about the progress of the building (how many dependencies to build and how many have been built so far). The motivation is to support HLS on this issue: #405

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.

Hi, thank you for your PR!

I like the improved progress reporting, a couple of suggestions!

src/HIE/Bios/Cradle.hs Outdated Show resolved Hide resolved
src/HIE/Bios/Cradle.hs Outdated Show resolved Hide resolved
src/HIE/Bios/Cradle.hs Outdated Show resolved Hide resolved
@palas palas requested a review from fendor July 17, 2024 20:54
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.

2 participants