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 upCodegen basically requires dotenv on stable #90
Comments
sgrif
added
the
bug
label
Jan 13, 2016
sgrif
added this to the 0.5 milestone
Jan 13, 2016
sgrif
removed this from the 0.5 milestone
Jan 23, 2016
This comment has been minimized.
|
Fixed upstream |
sgrif
closed this
Apr 13, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedJan 13, 2016
The following doesn't work on stable:
infer_schema!(env!("DATABASE_URL")), while this does:infer_schema!(dotenv!("DATABASE_URL")). I believe this is because syntex doesn't know aboutenv!, and therefore doesn't expand it. We should probably figure something out here.