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

make check on current master #1616

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

wolfgangwalther
Copy link
Member

When I run make check on the current master branch, I get this diff.

The changes to stack.yaml.lock appear whenever I run make test.

Seems like the whitespace stuff for imports only appeared after I updated stylish-haskell. Right now, I can't use make style because the resulting diff is just too annoying.

Is this something where I have to change my config somehow? Or should we just merge those changes?

@wolfgangwalther
Copy link
Member Author

The CI failures don't make any sense to me. I guess they are the result of the changes to stack.yaml.lock?

@steve-chavez
Copy link
Member

@wolfgangwalther What's your stylish-haskell version? I have:

> stylish-haskell --version
stylish-haskell 0.11.0.3

The CI failures don't make any sense to me.

Weird.. I'm not sure either. It's like the styler messed the files somehow.

@wolfgangwalther
Copy link
Member Author

@wolfgangwalther What's your stylish-haskell version? I have:

0.12.0.0

Weird.. I'm not sure either. It's like the styler messed the files somehow.

Maybe you can try checking out this branch and then running make style. Do you get the same error?

@steve-chavez
Copy link
Member

make style

Unfortunately that doesn't work for me(error: attribute 'ghc883' missing). But that's because I've been using the nix workflow and haven't touched stack for a while.

0.12.0.0

Perhaps you could try downgrading to 11.0.3? 12 looks a bit new and there are already new releases with fixes: https://github.com/jaspervdj/stylish-haskell/releases

@wolfgangwalther
Copy link
Member Author

Perhaps you could try downgrading to 11.0.3? 12 looks a bit new and there are already new releases with fixes: https://github.com/jaspervdj/stylish-haskell/releases

Ah, thanks for the pointer. I'm running Arch Linux, so it would probably be more like... upgrading instead. I flagged the package out of date for now and will see what happens, when I update.

I removed the make style commit from this PR for now to see what the make test (change of stack.yaml.lock) will result in with the CI.

@wolfgangwalther
Copy link
Member Author

Since this passes all tests - any objection to merging this? This would make my life with stack a bit easier.

@steve-chavez steve-chavez merged commit 99ecc7a into PostgREST:master Oct 13, 2020
@wolfgangwalther wolfgangwalther deleted the make-check branch October 14, 2020 14:34
monacoremo pushed a commit to monacoremo/postgrest that referenced this pull request Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants