COMMIT Make mock cleanup simpler and saner. http://github.com/rubyspec/mspec/commit/fe6cb0abdce85fe031d1bebd126d580eb56174e7 COMMIT Kernel#eval uses (eval) as filename by default on 1.9 http://github.com/rubyspec/rubyspec/commit/f1bf9f96b0278666408ba79d0b84f56b4ddf0a30 COMMIT Kernel#eval: Workaround mspec oddness on 1.9 http://github.com/rubyspec/rubyspec/commit/7527d17d8d17028cecbf0adeec105e7b3e2eea47 COMMIT Kernel#eval: Fix specs relying on shared scope for sibling evals http://github.com/rubyspec/rubyspec/commit/651eab4a001b3ab963817c15916617227aee3e8f COMMIT Kernel#eval on 1.9 no longer lets procs/bindings be nested "horribly" http://github.com/rubyspec/rubyspec/commit/70e127a9d68ad264e5708431370b01d750b8614a COMMIT Kernel#eval: Fix example relying on eval siblings sharing scope http://github.com/rubyspec/rubyspec/commit/213dc29eec0c19fd07ae687eaa0cb88fccd08986 COMMIT Kernel#eval: Fix specs unnecessarily relying on Proc args http://github.com/rubyspec/rubyspec/commit/ef536f799d6a605d831772ec9deb3b5a5e7816af COMMIT Kernel#eval: Raises TypeError for Proc args on 1.9 http://github.com/rubyspec/rubyspec/commit/125c0af637a50fae5bc56820c5156ecbe2f6e894 COMMIT Kernel#instance_eval: Doesn't yield self on 1.9 http://github.com/rubyspec/rubyspec/commit/5cf9e0638bcebc068cd7f803b754828c56633270 COMMIT Kernel#instance_eval: Fix test relying on 1.8's scoping rules http://github.com/rubyspec/rubyspec/commit/db86daa73efe0bdd1cbfd7fa493e78d4e691baf4 COMMIT Kernel#instance_eval: 1.9 doesn't share scope with siblings http://github.com/rubyspec/rubyspec/commit/2cc55b9771d0aff6e395af33d93eaecfb0488c28 COMMIT Module: Remove all 1.9 tags; all tests pass. http://github.com/rubyspec/rubyspec/commit/153c479099d8b0dd97e4ff2cabaafa8a33e2030f COMMIT Module: Remove invalid, duplicated shared example http://github.com/rubyspec/rubyspec/commit/497aebe2af489eb672eb9b0289bc6b0b0628eef0 COMMIT Module#autoload: Guard possible 1.9 bug #1745 http://github.com/rubyspec/rubyspec/commit/eda4b4084452618352b2319db1b2a9dc6f23af14 COMMIT Kernel#caller: Remove 1.9 tags; all tests pass http://github.com/rubyspec/rubyspec/commit/3e7d9be63ecf4f7660e2c9b92b5b6a5448b6c4de COMMIT Module#name: Returns nil by default on 1.9 http://github.com/rubyspec/rubyspec/commit/fd2e42f38feb720e833a3046797040bb04732881 COMMIT Module#const_defined?: Fix for 1.9's new rules http://github.com/rubyspec/rubyspec/commit/08b14730f05cc03d37caa800b9f9230df3ebba64 COMMIT Kernel#caller: Tentatively fix examples for 1.9 http://github.com/rubyspec/rubyspec/commit/0a18bd38800eec982aab88b8bc64188da9132a16 COMMIT Kernel#send: Share spec with #public_send on 1.9 http://github.com/rubyspec/rubyspec/commit/e8ed2c41b9c0aa27e201e616ff037321cc1bfe07 COMMIT TODO: Remove completed item. http://github.com/rubyspec/rubyspec/commit/b1cddb2ca8ee94eefaba9dc5305ddc6418999d61 COMMIT TODO: Share Enumerable#join with Hash#join when former is stable http://github.com/rubyspec/rubyspec/commit/1daaf02e96eb7064752fc7e165e775dc1b47c0d0 COMMIT Array#join: Move spec to shared/array http://github.com/rubyspec/rubyspec/commit/d6e1aedeb0b7a33369272d164bac00aa284b2b4b COMMIT Fix Array#each specs according to [ruby-core:23633]. http://github.com/rubyspec/rubyspec/commit/3ad68237e0ec12ca77c5b3ab953c11c717025d83 COMMIT Clean up specs for Kernel#methods and Module#instance_methods. http://github.com/rubyspec/rubyspec/commit/fd0f1edf7de0489f4e2bc0604caac8f07d47d791 --- 20090708T082434 +++ 20090709T082537 @@ -1,18 +1,25 @@ + git clone -q /home/chkbuild/tmp/build/mspec mspec == git-rubyspec(shared) #