This commit adds constants for unsigned values. Currently we can use - to mean "unsigned", but I think having a specific name makes Fiddle more user friendly. This commit continues to support -, but introduces negative constants with "unsigned" names
[ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fiddle/pull/111)
This commit adds constants for unsigned values. Currently we can use
-to mean "unsigned", but I think having a specific name makes Fiddle more
user friendly. This commit continues to support
-, but introducesnegative constants with "unsigned" names
I think this will help to eliminate this
code
https://github.com/ruby/fiddle/commit/2bef0f1082
Co-authored-by: Sutou Kouhei kou@clear-code.com