Himess

Results 33 comments of Himess

It looks like the `make_vec_tests_for_type!` macro already includes tests for `u8, u16, u32, and u256` in `move_integration_tests.rs:` ```rust make_vec_tests_for_type!(..., TypeTag::U8, ...); make_vec_tests_for_type!(..., TypeTag::U16, ...); make_vec_tests_for_type!(..., TypeTag::U32, ...); make_vec_tests_for_type!(..., TypeTag::U256, ...);...

@pdg744 @flaub Could you check #3025 ?

The related PR (#3025) was closed. Unless there's a different perspective or further need for this documentation, I think we can consider closing this issue as well. @flaub @pdg744 ref...

@benluelo As requested, the commit message has been updated, and the commit has been successfully signed.

@sveitser Could you check this ? There are no conflicts now.

@sveitser Could you run CI again ? I force pushed branch for fmt.

Hi @sveitser , I will force pushed (because so mony conflicts here.) branch. After that i can open other PR to solve if you accepted. `Why not enable the deprecated...

Hi @sveitser, It's ready for review now. Also, I added a CI check for `clap` deprecation warnings: ```sh - name: Check if deprecated clap feature triggers warnings run: | cargo...