kworkflow / patch-hub

patch-hub is a TUI that streamlines the interaction of Linux developers with patches archived on lore.kernel.org
GNU General Public License v2.0
7 stars 6 forks source link

Standarize the use of usize for unsigned integers by refactoring #41

Closed th-duvanel closed 1 month ago

th-duvanel commented 1 month ago

usize is used in a lot of places in the code by cast os as u32. To standarize the usage of unsigned integers, usize is going to be used in detriment of u32.

Closes #35

davidbtadokoro commented 1 month ago

Hey @th-duvanel, thank you so much for this change! It is simple, but it will have great impact in the project :+1:

Change merged into the unstable branch :+1: