Markus Schirp
d6a2195744
Upgrade parser dependency
2018-09-12 13:15:43 +00:00
Markus Schirp
99ab9ff171
Change required Ruby version to >=2.3
...
* This commit does every 2.3 change required to get the build pass
* None of the changes can be extracted, without changing the build setup
2018-09-12 14:21:24 +00:00
John Backus
20d65ef161
Fix namespace annotations
2016-04-10 14:33:47 -07:00
Markus Schirp
7e670bafaa
Fix zombifier require to return loaded flag
...
* Ruby 2.3 uses Kernel#require to expand autoloads, and autload constant
propagation only is done on #require returning true.
* The zombifier used to return incorrect falsy/truthy values.
* This would never have happened on a static language
2016-01-24 21:08:56 +00:00
Markus Schirp
84eec1eef3
Fix ordering of attributes
...
* Unless there is a good reason against these should be alphabetic
2015-11-15 20:13:48 +00:00
Markus Schirp
e8a9b6f485
Fix rubocop warnings (that I wish where errors)
2015-06-14 23:56:10 +00:00
Markus Schirp
4d7c19ac47
Fix spelling
2015-06-13 05:09:18 +00:00
Markus Schirp
c56ecdb51a
Reduce zombifier
...
* And add a full specification
2015-06-13 04:04:15 +00:00