-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 49cb6c7f4e8d
head repository: jruby/jruby
compare: 40dedbe18b7a
Commits on Feb 29, 2016
-
Yard test exposed this mistake. this is for suffix handling and not b…
…ase of the number
Configuration menu - View commit details
-
Copy full SHA for 45e860c - Browse repository at this point
Copy the full SHA 45e860cView commit details -
Yard test exposed this mistake. this is for suffix handling and not b…
…ase of the number
Configuration menu - View commit details
-
Copy full SHA for b47bc93 - Browse repository at this point
Copy the full SHA b47bc93View commit details -
Fixes another issue with yard where it expects a bom to be prefixed t…
…o a kw as part of the value. MRI does this and we are just following the same somewhat broken behavior (see FIXME in commit for more details)
Configuration menu - View commit details
-
Copy full SHA for 70e7046 - Browse repository at this point
Copy the full SHA 70e7046View commit details -
Configuration menu - View commit details
-
Copy full SHA for a24830b - Browse repository at this point
Copy the full SHA a24830bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfee824 - Browse repository at this point
Copy the full SHA dfee824View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa59ae9 - Browse repository at this point
Copy the full SHA fa59ae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f32042 - Browse repository at this point
Copy the full SHA 0f32042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6216462 - Browse repository at this point
Copy the full SHA 6216462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a1d60 - Browse repository at this point
Copy the full SHA 22a1d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b8e98b - Browse repository at this point
Copy the full SHA 6b8e98bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcfee12 - Browse repository at this point
Copy the full SHA bcfee12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cc96c1 - Browse repository at this point
Copy the full SHA 6cc96c1View commit details -
Clean up the entire spec temp dir when finished with mock dirs.
The mock dirs are created with mkdir_p, so they'll create the spec temp dir if it doesn't already exist. However, it does so after changing the umask to 0, which affects the permissions on the spec temp dir. The spec temp dir is normally not recreated if it already exists, so these atypical permissions persist after any test using the mock dirs is finished. The safest thing to do is delete the entire spec temp dir, since the next spec requiring it will cause it to be recreated, but this time with the corrected umask.
2Configuration menu - View commit details
-
Copy full SHA for 789e2b1 - Browse repository at this point
Copy the full SHA 789e2b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e25db2 - Browse repository at this point
Copy the full SHA 0e25db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e283630 - Browse repository at this point
Copy the full SHA e283630View commit details
Commits on Mar 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9efa581 - Browse repository at this point
Copy the full SHA 9efa581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f02ddc - Browse repository at this point
Copy the full SHA 9f02ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbb8800 - Browse repository at this point
Copy the full SHA bbb8800View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbb954a - Browse repository at this point
Copy the full SHA bbb954aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d46ac - Browse repository at this point
Copy the full SHA 79d46acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a5762 - Browse repository at this point
Copy the full SHA 34a5762View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bdcb5f - Browse repository at this point
Copy the full SHA 0bdcb5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e298db7 - Browse repository at this point
Copy the full SHA e298db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4630fea - Browse repository at this point
Copy the full SHA 4630feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a264e15 - Browse repository at this point
Copy the full SHA a264e15View commit details -
Squashed 'spec/ruby/' changes from d9a07bf..8d632d3
8d632d3 Fix a typo in Enumerable#grep specs eb9a915 Clean up the entire spec temp dir when finished with mock dirs. 6793fc5 Add specs for constants with op assigns (2.0+ feature) 2428acb Duplicate grep_v block specs for grep. f8fe203 Fix calls to close_read mistakenly copied as close_write. 6c483a1 Remove trailing spaces aafde9a Setting umask seems unneeded for Dir specs 75c3c99 Fix indent and verify better the behavior of Dir.chdir without arguments cafd965 Use full names in singleton_method_* fixtures to avoid confusion 793b0f5 Improve specs of Module#method_added and BasicObject#singleton_method_added 8c780f2 Fix namespace of BasicObject fixtures 19b3530 Unshare BasicObject#singleton_method_{added,removed,undefined} 7ec6446 Use ScratchPad instead of a global variable in Module#method_added spec 55bbe8d Merge pull request #199 from wied03/master 103e25a Test more block scenarios with super 2e3116d Remove unnecessary version guards 8d4cadb Prefer duplication to conditional code in specs bb36c64 Merge pull request #197 from nobu/Numeric#step-error 33b90eb Numeric#step now raises TypeError 5940ab5 Fix lower version dfb4e4b Merge pull request #196 from nobu/Numeric#step-error bad02c6 Numeric#step will not raise ArgumentError c559cd1 Fix location of version guard in Marshal#load dc20179 Merge pull request #193 from unak/patch-1 51da767 Merge pull request #195 from iliabylich/reset-dollar-comma-gvar-back-to-nil ef2bd56 Reset $, global variable back to nil to prevent IO.print from breaking. 44c6e32 taints float is 2.2 spec. 73e1e0b Specify Array#dig with non-numeric index af15432 Merge pull request #191 from ruby/vais/masgn-const 86e0894 Wrap specs for multiple assignment to constants in a VariableSpecs module fc1fee4 Add an example describing the behavior succinctly and a possible implementation for Fixnum#[] e7b8c65 Merge pull request #192 from mame/fixnum-aref-negative 2900958 Merge pull request #190 from nobu/Symbol#match-fix 7604cbc check if the result is a MatchData 03f6140 Add some specs for `Fixnum#[]` when self is negative 4f8ca98 Add specs for multiple assignment to constants 51d46b1 New examples of Symbol#match since 2.4 7c797ee Merge pull request #189 from nobu/Symbol#match-fix e450f73 Symbol#match will change at 2.4 e5db1f0 Merge pull request #187 from alex88/patch-1 0a9725a Add tests for Time.at with BigDecimal input git-subtree-dir: spec/ruby git-subtree-split: 8d632d36026879e617eae21ba913873e72a70dda
Configuration menu - View commit details
-
Copy full SHA for af839a0 - Browse repository at this point
Copy the full SHA af839a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d64a2da - Browse repository at this point
Copy the full SHA d64a2daView commit details -
Configuration menu - View commit details
-
Copy full SHA for bda5bf9 - Browse repository at this point
Copy the full SHA bda5bf9View commit details -
[Truffle] Call #singleton_method_added when adding a method to a sing…
…leton class. * All singleton classes know their only instance now.
Configuration menu - View commit details
-
Copy full SHA for 9bda28a - Browse repository at this point
Copy the full SHA 9bda28aView commit details -
[Truffle] Move #singleton_method_{added,removed,undefined} from Kerne…
…l to BasicObject.
Configuration menu - View commit details
-
Copy full SHA for ad317a3 - Browse repository at this point
Copy the full SHA ad317a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c042cf7 - Browse repository at this point
Copy the full SHA c042cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 623787b - Browse repository at this point
Copy the full SHA 623787bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe2577b - Browse repository at this point
Copy the full SHA fe2577bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e42734 - Browse repository at this point
Copy the full SHA 5e42734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61b4382 - Browse repository at this point
Copy the full SHA 61b4382View commit details -
Configuration menu - View commit details
-
Copy full SHA for c655a91 - Browse repository at this point
Copy the full SHA c655a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 041c973 - Browse repository at this point
Copy the full SHA 041c973View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a52010 - Browse repository at this point
Copy the full SHA 9a52010View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf60c36 - Browse repository at this point
Copy the full SHA cf60c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72fa5ae - Browse repository at this point
Copy the full SHA 72fa5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 293a3df - Browse repository at this point
Copy the full SHA 293a3dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 574b24a - Browse repository at this point
Copy the full SHA 574b24aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0eb1e4 - Browse repository at this point
Copy the full SHA f0eb1e4View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 997e219 - Browse repository at this point
Copy the full SHA 997e219View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53273f - Browse repository at this point
Copy the full SHA c53273fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f0b5c - Browse repository at this point
Copy the full SHA 29f0b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 944da5d - Browse repository at this point
Copy the full SHA 944da5dView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 566807e - Browse repository at this point
Copy the full SHA 566807eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccec8a8 - Browse repository at this point
Copy the full SHA ccec8a8View commit details -
Merge pull request #3691 from pitr-ch/rails
[Truffle] Add Rails app integration test
Petr Chalupa committedMar 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 937d51f - Browse repository at this point
Copy the full SHA 937d51fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 49cb6c7f4e8d...40dedbe18b7a