Project

General

Profile

« Previous | Next » 

Revision 48a64984

Added by tenderlovemaking (Aaron Patterson) about 3 years ago

[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 introduces
negative 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