这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@lexi-lambda
Copy link
Contributor

Description

Currently, CI does not build the server with the -Werror GHC option set, so warnings are not treated as errors. This allowed 99174cc to get merged with an unfixed warning. This PR fixes that.

Affected components

  • Server
  • Build System

@lexi-lambda lexi-lambda added the c/server Related to server label Sep 17, 2019
@netlify
Copy link

netlify bot commented Sep 17, 2019

Deploy preview for hasura-docs ready!

Built with commit 6c6e49b

https://deploy-preview-2892--hasura-docs.netlify.com

@hasura-bot
Copy link
Contributor

Review app for commit 6c6e49b deployed to Heroku: https://hge-ci-pull-2892.herokuapp.com
Docker image for server: hasura/graphql-engine:pull2892-6c6e49be


, TableInfo(..)
, tiName
, tiDescription
Copy link
Contributor

Choose a reason for hiding this comment

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

does this PR require this symbol to be exported?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, the warning in 99174cc is due to it not being exported, which causes an unused identifier warning. (The definition can’t just be deleted because it’s generated by makeLenses, and some of the other lenses are used.)

Copy link
Contributor

@ecthiender ecthiender left a comment

Choose a reason for hiding this comment

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

LGTM

@lexi-lambda lexi-lambda merged commit d9d47f0 into hasura:master Sep 17, 2019
@hasura-bot
Copy link
Contributor

Review app https://hge-ci-pull-2892.herokuapp.com is deleted

@lexi-lambda lexi-lambda deleted the no-warnings-in-server-build branch September 17, 2019 05:00
polRk pushed a commit to polRk/graphql-engine that referenced this pull request Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c/server Related to server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants