Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up- Buenos Aires, Argentina
- Sign in to view email
Popular repositories
-
crystal
The Crystal programming language
-
cukecooker
Write cucumber scenarios with aid
-
rgviz-rails
Google Visualization API Query Language for Ruby on Rails
-
rgviz
Google Visualization API Query Language for Ruby
-
adventofcode2017
My solutions to http://adventofcode.com/2017
-
geochat-rails
My try to implement geochat-core in rails :-P
778 contributions in the last year
Contribution activity
August 2018
Created a pull request in crystal-lang/crystal that received 8 comments
Let Array#sort only use `<=>`, and let `<=>` return `nil` for partial comparability
Fixes #6608
This PR does a few things:
Array#sort and related methods used to use < and <= instead of <=>, as documented. This is fixed to only use …
+265
−110
•
8
comments