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

Crystal v0.30.0 changes #354

Merged
merged 6 commits into from
Aug 7, 2019
Merged

Crystal v0.30.0 changes #354

merged 6 commits into from
Aug 7, 2019

Conversation

drujensen
Copy link
Member

@drujensen drujensen commented Aug 3, 2019

This is waiting for a mysql and pg driver releases

Crystal has a deprecation warning that causes the build to fail.
Disabling `--error-on-warnings` for now.
@@ -2,7 +2,7 @@ version: '2'
services:
spec:
build: .
command: 'bash -c "cd /app/user && bin/ameba && crystal tool format --check && crystal spec --warnings all --error-on-warnings"'
Copy link
Member Author

Choose a reason for hiding this comment

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

crystal's URI.unescape is generating a warning. disabling this for now.

@@ -1,8 +1,8 @@
export PG_DATABASE_URL=postgres://granite:password@localhost:5432/granite_db
Copy link
Member Author

Choose a reason for hiding this comment

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

docker-compose now automatically loads the .env file

@drujensen drujensen requested review from a team August 3, 2019 19:30
@drujensen
Copy link
Member Author

Waiting for will/crystal-pg#178 to be merged and released

@drujensen drujensen merged commit a866c10 into master Aug 7, 2019
@drujensen drujensen deleted the crystal-v0.30.0 branch August 7, 2019 03:38
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.

None yet

2 participants