-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Prisma cli build failed #256
Comments
quaint update mysql_async dependency 19h ago. How can we upgrade to fix this break changes? |
I'm pretty sure this couldn't have been solved with |
After I change rev to error[E0425]: cannot find function `is_empty` in module `snapshot_meta::error_versions`
--> src/core/prisma_processor_metadata.rs:185:48
|
185 | snapshot_meta::error_versions::is_empty(false),
| ^^^^^^^^ not found in `snapshot_meta::error_versions`
error[E0425]: cannot find function `is_empty` in module `snapshot_meta::interested_versions`
--> src/core/prisma_processor_metadata.rs:208:53
|
208 | snapshot_meta::interested_versions::is_empty(false),
| ^^^^^^^^ not found in `snapshot_meta::interested_versions` And also, my interested_versions BigInt[]
error_versions BigInt[] |
Hmm, using |
Ohh you're not using |
Thanks for your insight and reminder! I really should use |
The proposed fix is not working for me. Cargo.toml:
error[E0433]: failed to resolve: could not find error[E0599]: no method named error[E0599]: no method named Some errors have detailed explanations: E0433, E0599. |
@MachariaK Does using version 0.6.5 fix this? I haven't seen those errors before. |
Doesn't fix. I am getting the following errors: error[E0433]: failed to resolve: could not find error[E0433]: failed to resolve: could not find error[E0599]: no method named error[E0599]: no method named Some errors have detailed explanations: E0433, E0599. |
@MachariaK Does |
Running perfectly now. |
My Cargo.toml config:
Prisma cli build failed with the error:
The text was updated successfully, but these errors were encountered: