Dmytro Shteflyuk

Results 38 comments of Dmytro Shteflyuk

> Fetching repository commit (ea3d8b3)...Cannot download GitHub repository contents: NotFound Something is not right, maybe because I rebased to pick up the fix for Go from the last week? Rebased...

I did a full cross-test suite verification with C++, Java, Rust, and Go. Will review your findings as well Edit: I see what you mean, will check what needs to...

I added unit tests that match protocol conformity based on @Jens-G 's https://github.com/apache/thrift/commit/3e6be73ced989ea40fe04025d77fbcc196cc4795

Found another inconsistency while testing constants [THRIFT-5911](https://issues.apache.org/jira/browse/THRIFT-5911): ``` typedef uuid myUUID struct thing { 1: i32 hello, 2: i32 goodbye 3: uuid id 4: myUUID my_id 5: optional myUUID my_optional_id...

Build with all the remaining test fixes incorporated: https://github.com/kpumuk/thrift/actions/runs/19878193283

I would argue that: * the install procedure is different and there just no way to specify a version with `group install`. If the rule is to be enforced, it...

> Are you saying `group install` should be exempt from the `you must specify a version` rule because its impossible to specify a version if you use `group install`? Yes,...

I mean from the hadolint output. Currently, with both `dnf group install` and `dnf install package` the error is the same: ``` DL3041: Specify version with dnf install -y -...