-
Notifications
You must be signed in to change notification settings - Fork 701
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
6432 - Split RepoType into type with known VCS and other #6612
6432 - Split RepoType into type with known VCS and other #6612
Conversation
5e0dc32
to
4e73c02
Compare
You should # enable building dev build cabal-install
make cabal-install-dev
# hack and
cabal build all
# Revert cabal-install-dev changes
make cabal-install-prod
git commit --amend |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Made few comments.
4e73c02
to
b1f116e
Compare
@phadej Thanks for the review! I made needed changes. Btw is there a way for me to assign myself to the issues I want to work on? |
@phadej I see The operation was canceled in failing tests and it seems that test suite was finished with success?
|
b1f116e
to
0301b49
Compare
0301b49
to
391f984
Compare
Thanks! |
fixes #6432
Previously we had:
And these changes split the
RepoType
into two like this: