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

Can not build fusio-log without default features #149

Closed
ethe opened this issue Mar 13, 2025 · 1 comment · Fixed by #154
Closed

Can not build fusio-log without default features #149

ethe opened this issue Mar 13, 2025 · 1 comment · Fixed by #154
Assignees
Labels
bug Something isn't working

Comments

@ethe
Copy link
Member

ethe commented Mar 13, 2025

❯ cargo build --no-default-features
   Compiling thiserror-impl v2.0.12
   Compiling fusio v0.3.7 (/Users/gwo/Idea/fusio/fusio)
   Compiling fusio-dispatch v0.3.7 (/Users/gwo/Idea/fusio/fusio-dispatch)
   Compiling thiserror v2.0.12
   Compiling fusio-log v0.3.7 (/Users/gwo/Idea/fusio/fusio-log)
error[E0599]: no variant or associated item named `S3Error` found for enum `fusio::Error` in the current scope
  --> fusio-log/src/error.rs:28:27
   |
28 |             fusio::Error::S3Error(_) => LogError::S3Error(err),
   |                           ^^^^^^^ variant or associated item not found in `Error`

error[E0599]: no variant or associated item named `Local` found for enum `FsOptions` in the current scope
  --> fusio-log/src/option.rs:24:35
   |
24 |             fs_option: FsOptions::Local,
   |                                   ^^^^^ variant or associated item not found in `FsOptions`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `fusio-log` (lib) due to 2 previous errors
@ethe ethe added the bug Something isn't working label Mar 13, 2025
Copy link

linear bot commented Mar 13, 2025

crwen added a commit to crwen/fusio that referenced this issue Mar 25, 2025
crwen added a commit to crwen/fusio that referenced this issue Mar 25, 2025
@ethe ethe closed this as completed in #154 Mar 25, 2025
@ethe ethe closed this as completed in a82a098 Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants