DolajoCZ
DolajoCZ
[Here](https://github.com/rubik/radon/pull/227) is PR for this issue.
Yes, `case _:` is covered by [this](https://github.com/DolajoCZ/radon/blob/match/radon/visitors.py#L241) line. You can try it with following code. ```python def match_test_with_else() -> None: """Match test - with _ (else) case.""" a = 0...
@rubik doc was updated. Thank you for notice. Can you please also check status of this [this PR](https://github.com/rubik/xenon/pull/41#discussion_r684772551). Thanks
@rubik. Thank you for response. I will change priorities as you suggesting. Regarding last line `It would be great to have a test case with config values set in different...
@rubik Ok I can do it but I need to specify required behaviour in case when I have parameter `x` with default value `a`, from `cmd` is set also to...
@rubik I made changes as you required. Please let me know, if it is according your expectations. Thanks
For correction should be sufficient to replace this code: https://github.com/google/flatbuffers/blob/595bf0007ab1929570c7671f091313c8fc20644e/src/idl_gen_rust.cpp#L2910-L2917 by this code: ```cpp // Struct declaration code_ += "#[derive(Debug, Copy, Clone, PartialEq)]"; code_ += "{{ACCESS_TYPE}} struct {{STRUCT_OTY}} {"; ForAllStructFields(struct_def,...
[This PR](https://github.com/google/flatbuffers/pull/8585) should solve this issue.