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

READY: (wca): Wrote a test that shows an issue related to value displaying #1330

Merged
merged 2 commits into from
Jun 1, 2024

Conversation

Barsik-sus
Copy link
Contributor

The try_cast method on value is designed to convert user input strings into parsed values, such as lists of strings or numbers. However, when converting these parsed values back into their original string representations using the display method, the resulting string may not match the original user input.

The `try_cast` method on value is designed to convert user input strings into parsed values, such as lists of strings or numbers. However, when converting these parsed values back into their original string representations using the `display` method, the resulting string may not match the original user input.
@@ -126,6 +126,17 @@ tests_impls!
let inner_numbers : Vec< f64 > = numbers.into();
a_id!( vec![ 100.0, 3.14 ], inner_numbers );
}

Copy link
Owner

Choose a reason for hiding this comment

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

add xxx

@Wandalen Wandalen changed the title READY: (wca): Wrote a test that shows an issue related to value displaying NOT READY: (wca): Wrote a test that shows an issue related to value displaying May 13, 2024
@Barsik-sus Barsik-sus changed the title NOT READY: (wca): Wrote a test that shows an issue related to value displaying READY: (wca): Wrote a test that shows an issue related to value displaying May 13, 2024
@Wandalen Wandalen merged commit 0e65d3d into Wandalen:alpha Jun 1, 2024
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants