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

Work on fixing assetname json #287

Closed
wants to merge 1 commit into from
Closed

Conversation

SebastienGllmt
Copy link
Contributor

This does some of the work for #286

I didn't finish this PR, so maybe @rooooooooob you can help?

@SebastienGllmt SebastienGllmt added the bug Something isn't working label Dec 26, 2023
@@ -13,7 +13,7 @@ use cml_core::error::*;
use std::convert::TryFrom;

#[derive(
Clone, Debug, serde::Deserialize, serde::Serialize, schemars::JsonSchema, derivative::Derivative,
Clone, Debug, derivative::Derivative,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't remember if we need to remove derivative::Derivative as well

&"invalid hex string",
)
})?;
// TODO: map error
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't remember how to map between these error types

@SebastienGllmt
Copy link
Contributor Author

Replaced by #300

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 this pull request may close these issues.

1 participant