Add support for number ranges #602
Conversation
Improve test
cargo fmt
|
Thanks @Ztry8 for prototyping this feature! |
|
Also, this addition will need to be documented in the grammar |
|
Thank you! I've already started working about this |
Add test for deserialising inside an untagged context
|
@juntyr, is everything fine now? What should I put into |
juntyr
left a comment
There was a problem hiding this comment.
Thank you for the changes, I left some further comments
|
Thank you! l've already started to working on this |
Co-authored-by: Juniper Tyree <50025784+juntyr@users.noreply.github.com>
Co-authored-by: Juniper Tyree <50025784+juntyr@users.noreply.github.com>
Co-authored-by: Juniper Tyree <50025784+juntyr@users.noreply.github.com>
Co-authored-by: Juniper Tyree <50025784+juntyr@users.noreply.github.com>
Co-authored-by: Juniper Tyree <50025784+juntyr@users.noreply.github.com>
Co-authored-by: Juniper Tyree <50025784+juntyr@users.noreply.github.com>
Add tests for them
|
@juntyr, thanks for your help and support! I’ve implemented all of your suggestions. Could you please check? Sorry I didn’t commit some of your changes. |
|
It seems like you might need to refactor some imports from |
|
Thanks! l've already started to working on this |
Co-authored-by: Juniper Tyree <50025784+juntyr@users.noreply.github.com>
|
@juntyr, thank you for your cooperation! I’ve implemented all of your suggestions. What do you think about them? |
This PR implements #601: support for number ranges in RON.
It's just syntactic sugar for structures with fields
start, endorstart, last.It supports both
std::opsandcore::range.Example: