Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upbarrel-migrations is broken #1864
Comments
This comment has been minimized.
|
Barrel is a separate project, and is not maintained by Diesel. Please open an issue with that project instead. |
sgrif
closed this
Sep 21, 2018
This comment has been minimized.
|
There already is an issue. I doubt that it's actually the code in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SWW13 commentedSep 21, 2018
Setup
Versions
Feature Flags
barrel-migrations,postgresProblem Description
Using the
barrel-migrations-feature is broken in the current diesel / barrel version.What are you trying to accomplish?
Use diesel with barrel as described in https://github.com/spacekookie/barrel/blob/master/guides/diesel-setup.md.
What is the expected output?
Working migrations.
What is the actual output?
[diesel 1.3.3, barrel <= 0.2.0]
[diesel master, barrel master]
Are you seeing any additional errors?
[diesel 1.3.3, barrel <= 0.2.0]
The temporary created migration project build fails silently in the background:
Steps to reproduce
Follow https://github.com/spacekookie/barrel/blob/master/guides/diesel-setup.md.
Checklist
closed if this is not the case)
You're kidding?!
diesel_cliwithbarrel-migrationsdoesn't build on stable.This seems to be a problem in combination with
barrel, I'm going to investigate this further.