Project

General

Profile

« Previous | Next » 

Revision 48a64984

Added by tenderlovemaking (Aaron Patterson) almost 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