-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e139d9ce7a97
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b0488b8c1aea
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 89 files changed
- 1 contributor
Commits on Sep 29, 2015
-
Squashed 'spec/mspec/' changes from 77b49c2..c60587f
c60587f Remove some uninitialized ivar warnings 3e76cd0 Add spec for SpecTag#unescape e13dde3 Simplify espacing in SpecTag 57652ef Fix SpecTag#unescape 1e1b4af Support escape: true only in ruby_exe, by executing from a temporary file cc5fd36 Merge pull request #10 from nobu/bug/9-portable-backtick d0406c9 Do not use $() for portability git-subtree-dir: spec/mspec git-subtree-split: c60587f02dc806de53521a38cb029959126c7dea
Configuration menu - View commit details
-
Copy full SHA for 2c48369 - Browse repository at this point
Copy the full SHA 2c48369View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f282c - Browse repository at this point
Copy the full SHA a6f282cView commit details -
Squashed 'spec/ruby/' changes from f06add1..fa9e1cd
fa9e1cd Add some other cases for #super_method specs 3481f99 Add Enumerable#{min,max,min_by,max_by} specs with nil 00f2439 added spec for lambda with optional parameter a9de138 Add version guard f424cb0 Add block and lambda specs for MRI bug #9593 9d36115 Add spec for MRI bug #9593 14f3122 Update hash spec to include quoted symbol key syntax 8cb48a7 Spec for Method and UnboundMethod #super_method (Ruby 2.2+) d6e3175 Fix Float#prev_float and Float#next_float specs be46b2c More edge case specs for Float#next_float and #prev_float near zero d7434d3 Specs for Float#next_float and #prev_float use eql? instead of == 8fa732b Specs for Float#next_float and #prev_float on NAN 41a949b Specs for Float#next_float and #prev_float 4296712 Kernel#throw now raises an UncaughtThrowError when there is no matching catch block. 1b79214 Add version guard 3529807 birthtime can also be implemented on Windows cd31973 Only darwin supports birthtime e6cbae8 adapt specs for specifics platform checks 6cca077 Add File.birthtime and File#birthtime specs ca27d37 Add a single space between after and :each 8944d0c Add version guard 8e3cfa6 File#birthtime is not be implemented on some platforms af195cb Add File::Stat#birthtime specs 654c1ee Add version guard 933b95f Add specs for Enumerable#slice_when 8011bb5 Argument error -> ArgumentError 1a9abba Add version guard 9d9aa3e Add specs for Enumerable#max_by optional arg fa4e34a Add version guard 18d00f6 Add specs for Binding#receiver c1a1972 Add version guard 5f44013 Add spec for Enumerable#max optional arg 534d780 Fix typo in Enumerable#max's spec. s/minimum/maximum 78345ae We are already in the Enumerable#max block, there's no need to repeat it. 559210b Remove unused @A instance variable c9b9cd0 Use context for readability 56639ab Add version guard 53c2397 Add specs for Enumberable#min_by optional args 553610a Fix typo in Enumerable#min_by's descriptions: Minimum, not maximum 549d3b7 Specify some edge cases for Enumerable#min optional arg e8a21bb Remove unused instance variable @A 1469d34 Add version guard f8a2be8 Add specs for Enumerable#min with optional arg. bf8cd32 Add version guard and fix style 976c355 Add spec for Enumerable#slice_after b92dde0 Add an example to Binding#local_variables 45f2788 Add version guard 41b3c09 Add specs for Binding#local_variables 9b8336e Fix Method#curry spec and add version guard 60ba4e9 Add Method#curry specs 9f0f050 Fix an example in ObjectSpace#each_object to run in 2.0.0 b68632e Specify Binding#local_variable_get 0291545 Enumerable#find_index should use #== semantics for testing equality 6e9cc19 Simplify the #=== private spec 78ed9fc Super uses given block even if arguments are passed explicitly 3f8b74b Case can call private #=== method d0d4f14 Synchronize Fixnum#<< and #>> fb52f65 Add a few examples to Fixnum#<< 9a888d0 Add more examples for Fixnum#>> a1aabf0 Fixes to ObjectSpaces specs. cf62939 Fix spec name. b09b120 More places objects could hide from ObjectSpace - thread and fiber locals and at_exit handlers. b91a806 ObjectSpace can reach both implicitly and explicitly captured locals 9c7123a Add specs for where ObjectSpace.each_object can find objects. 254ccdf Improve Thread#raise spec to be more precise about the backtrace 9955865 Remove trailing spaces 4ab3965 Merge pull request #136 from wied03/master 477068f Account for cases where the LHS is a nil local variable - opal/opal#1090 (comment) 5cab2a8 Improve specdocs of class specs c9eb2f1 Remove trailing spaces db3c823 Merge pull request #135 from wied03/master ff28bca Test creating classes within Class.new blocks cd78752 Merge pull request #133 from ngoto/use-CCDLFLAGS 23c373d CCDLFLAGS should be used to build Position Independent Code b027be8 Use the output matcher in PP.pp to avoid touching $stdout directly a01fdc4 Fix formatting and trailing spaces 9a73ed9 Merge pull request #130 from wied03/master f02ff7d Remove stringio dependency and use IOStub ae1aa04 Try to simplify the File#flock blocking spec 159de46 Get started with PP stdlib specs, especially the PP::pp method 0e097ec Merge pull request #131 from nobu/ftp#system-fix de0d559 newlines do not matter 46c3fb2 Inline shared describe for Kernel#lambda with single usage. 80729a3 Merge pull request #129 from iliabylich/stop-generating-dynamic-test-names 8343600 Stop generating dynamic test names for lambda. 0dbf847 Merge pull request #128 from ngoto/atan2-revert-ac7ca51 4abb3c6 Merge pull request #126 from ngoto/File-stat-NFS 0995c96 Remove needless "platform_is :solaris" guards. ec6ce28 Use 1 second ago from now to avoid failure due to NFS cache behavior. 1f65cb6 Merge pull request #124 from ngoto/flock-Solaris 5190db6 Merge pull request #123 from ngoto/DATA-flock-Solaris aeeb3dd DATA (read-only opened) can not be locked by File#flock on Solaris 73857c7 Rewrite some File#flock specs using ruby_exe for supporting Solaris a0570cc Rewrite -s flag specs to explicitly pass inline code 25cda76 Use a fixture for the autoload with frozen Object spec 6e93ec5 Merge pull request #117 from rashmirathi1729/master 2a4a08c Add Matrix#to_a specs 96b4183 Merge pull request #119 from tobiashm/master 0bc0537 String#start_with? and #end_with? for empty string f7cf2bd Module#singleton_class? is 2.1+ only 7afc6fb toplevel visibility is already specified in language/ 08088b9 There is no Kernel#type. c695c91 Move method_missing fixture 48eff07 Move method_missing specs to the right place 4ddc433 Relax spec of send arity 511568b Organize send specs 821845d Unshare Continuation specs 329d7cc Continuations are only available as a library in 2.0+ 5cebf8e Fix specdocs for Float constants 20cad95 Move Module#singleton_class? to the right file git-subtree-dir: spec/ruby git-subtree-split: fa9e1cdc2815fa006b89cf83344ba6041d0d566c
Configuration menu - View commit details
-
Copy full SHA for ca0e14f - Browse repository at this point
Copy the full SHA ca0e14fView commit details -
Merge RubySpec commit 'ca0e14f96fee9cf3438e6513893a0770142798e6'
* Conflicts: * spec/ruby/core/objectspace/each_object_spec.rb
Configuration menu - View commit details
-
Copy full SHA for b0488b8 - Browse repository at this point
Copy the full SHA b0488b8View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.