[macruby-changes] [MacRuby/MacRuby] 8ac2f3: updates mspec to 9f589781c92a6fc8579a049685e5c2027...

noreply at github.com noreply at github.com
Thu Oct 6 01:35:32 PDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/MacRuby/MacRuby

  Commit: 8ac2f39864297bc05394d5e52dc62db40b435eda
      https://github.com/MacRuby/MacRuby/commit/8ac2f39864297bc05394d5e52dc62db40b435eda
  Author: Watson <watson1978 at gmail.com>
  Date:   2011-10-06 (Thu, 06 Oct 2011)

  Changed paths:
    M mspec/Rakefile
  M mspec/lib/mspec/commands/mspec.rb
  M mspec/lib/mspec/helpers/ruby_exe.rb
  M mspec/lib/mspec/runner/formatters.rb
  M mspec/lib/mspec/utils/options.rb
  M mspec/spec/helpers/ruby_exe_spec.rb
  M mspec/upstream

  Log Message:
  -----------
  updates mspec to 9f589781c92a6fc8579a049685e5c202702b0a31


  Commit: d091b059828dbd5b525680589613c745ed0eee4d
      https://github.com/MacRuby/MacRuby/commit/d091b059828dbd5b525680589613c745ed0eee4d
  Author: Watson <watson1978 at gmail.com>
  Date:   2011-10-06 (Thu, 06 Oct 2011)

  Changed paths:
    M spec/frozen/core/array/find_index_spec.rb
  A spec/frozen/core/array/fixtures/encoded_strings.rb
  M spec/frozen/core/array/index_spec.rb
  M spec/frozen/core/array/inspect_spec.rb
  M spec/frozen/core/array/join_spec.rb
  A spec/frozen/core/array/pack/empty_spec.rb
  A spec/frozen/core/array/pack/p_spec.rb
  M spec/frozen/core/array/pack/shared/basic.rb
  A spec/frozen/core/array/shared/index.rb
  M spec/frozen/core/array/shared/join.rb
  A spec/frozen/core/array/shared/to_s.rb
  M spec/frozen/core/array/to_s_spec.rb
  M spec/frozen/core/bignum/bit_and_spec.rb
  M spec/frozen/core/bignum/bit_or_spec.rb
  M spec/frozen/core/bignum/bit_xor_spec.rb
  M spec/frozen/core/bignum/comparison_spec.rb
  M spec/frozen/core/class/allocate_spec.rb
  M spec/frozen/core/class/dup_spec.rb
  M spec/frozen/core/enumerator/yielder/append_spec.rb
  M spec/frozen/core/enumerator/yielder/yield_spec.rb
  M spec/frozen/core/fiber/resume_spec_disabled.rb
  M spec/frozen/core/file/expand_path_spec.rb
  M spec/frozen/core/file/initialize_spec.rb
  M spec/frozen/core/file/open_spec.rb
  M spec/frozen/core/file/utime_spec.rb
  M spec/frozen/core/fixnum/bit_and_spec.rb
  M spec/frozen/core/fixnum/bit_or_spec.rb
  M spec/frozen/core/fixnum/bit_xor_spec.rb
  M spec/frozen/core/fixnum/right_shift_spec.rb
  M spec/frozen/core/float/ceil_spec.rb
  M spec/frozen/core/float/coerce_spec.rb
  M spec/frozen/core/float/divmod_spec.rb
  M spec/frozen/core/float/floor_spec.rb
  M spec/frozen/core/float/round_spec.rb
  M spec/frozen/core/float/shared/to_i.rb
  M spec/frozen/core/float/uplus_spec.rb
  M spec/frozen/core/integer/chr_spec.rb
  M spec/frozen/core/integer/round_spec.rb
  M spec/frozen/core/io/copy_stream_spec.rb
  M spec/frozen/core/io/fixtures/classes.rb
  A spec/frozen/core/io/fixtures/copy_stream.txt
  M spec/frozen/core/io/io_spec.rb
  M spec/frozen/core/io/read_spec.rb
  M spec/frozen/core/io/select_spec.rb
  M spec/frozen/core/kernel/String_spec.rb
  M spec/frozen/core/kernel/catch_spec.rb
  M spec/frozen/core/kernel/define_singleton_method_spec.rb
  M spec/frozen/core/kernel/system_spec.rb
  M spec/frozen/core/marshal/fixtures/marshal_data.rb
  M spec/frozen/core/marshal/load_spec.rb
  M spec/frozen/core/method/fixtures/classes.rb
  M spec/frozen/core/method/fixtures/classes_1.9.rb
  M spec/frozen/core/method/versions/parameters_1.9.rb
  M spec/frozen/core/numeric/step_spec.rb
  M spec/frozen/core/proc/arity_spec.rb
  M spec/frozen/core/proc/fixtures/common.rb
  M spec/frozen/core/random/rand_spec.rb
  M spec/frozen/core/range/step_spec.rb
  M spec/frozen/core/string/match_spec.rb
  M spec/frozen/core/string/rindex_spec.rb
  M spec/frozen/core/string/slice_spec.rb
  M spec/frozen/core/string/unpack/c_spec.rb
  M spec/frozen/core/string/unpack/d_spec.rb
  M spec/frozen/core/string/unpack/e_spec.rb
  M spec/frozen/core/string/unpack/f_spec.rb
  M spec/frozen/core/string/unpack/g_spec.rb
  M spec/frozen/core/string/unpack/i_spec.rb
  M spec/frozen/core/string/unpack/l_spec.rb
  A spec/frozen/core/string/unpack/p_spec.rb
  M spec/frozen/core/string/unpack/s_spec.rb
  M spec/frozen/core/string/unpack/shared/basic.rb
  R spec/frozen/core/string/unpack_spec.rb
  M spec/frozen/core/symbol/case_compare_spec.rb
  M spec/frozen/core/symbol/casecmp_spec.rb
  M spec/frozen/core/symbol/comparison_spec.rb
  M spec/frozen/core/systemexit/initialize_spec.rb
  A spec/frozen/core/systemexit/success_spec.rb
  M spec/frozen/core/thread/fixtures/classes.rb
  M spec/frozen/core/thread/raise_spec.rb
  M spec/frozen/core/time/at_spec.rb
  M spec/frozen/fixtures/class.rb
  A spec/frozen/fixtures/thread_runner.rb
  M spec/frozen/language/block_spec.rb
  M spec/frozen/language/break_spec.rb
  R spec/frozen/language/catch_spec.rb
  M spec/frozen/language/class_spec.rb
  M spec/frozen/language/constants_spec.rb
  R spec/frozen/language/eigenclass_spec.rb
  M spec/frozen/language/fixtures/block.rb
  M spec/frozen/language/fixtures/send.rb
  M spec/frozen/language/fixtures/yield.rb
  A spec/frozen/language/proc_spec.rb
  M spec/frozen/language/regexp/interpolation_spec.rb
  M spec/frozen/language/send_spec.rb
  A spec/frozen/language/singleton_class_spec.rb
  M spec/frozen/language/variables_spec.rb
  M spec/frozen/language/yield_spec.rb
  M spec/frozen/library/complex/math/atanh_spec.rb
  M spec/frozen/library/datetime/second_spec.rb
  M spec/frozen/library/generator/each_spec.rb
  M spec/frozen/library/generator/new_spec.rb
  M spec/frozen/library/generator/next_spec.rb
  M spec/frozen/library/generator/rewind_spec.rb
  M spec/frozen/library/matrix/build_spec.rb
  M spec/frozen/library/matrix/clone_spec.rb
  M spec/frozen/library/matrix/collect_spec.rb
  M spec/frozen/library/matrix/column_vector_spec.rb
  M spec/frozen/library/matrix/columns_spec.rb
  M spec/frozen/library/matrix/constructor_spec.rb
  M spec/frozen/library/matrix/diagonal_spec.rb
  M spec/frozen/library/matrix/divide_spec.rb
  M spec/frozen/library/matrix/empty_spec.rb
  M spec/frozen/library/matrix/exponent_spec.rb
  A spec/frozen/library/matrix/fixtures/classes.rb
  M spec/frozen/library/matrix/inspect_spec.rb
  M spec/frozen/library/matrix/inv_spec.rb
  M spec/frozen/library/matrix/inverse_spec.rb
  M spec/frozen/library/matrix/map_spec.rb
  M spec/frozen/library/matrix/minor_spec.rb
  M spec/frozen/library/matrix/minus_spec.rb
  M spec/frozen/library/matrix/multiply_spec.rb
  M spec/frozen/library/matrix/plus_spec.rb
  M spec/frozen/library/matrix/real_spec.rb
  M spec/frozen/library/matrix/round_spec.rb
  M spec/frozen/library/matrix/row_vector_spec.rb
  M spec/frozen/library/matrix/rows_spec.rb
  M spec/frozen/library/matrix/shared/collect.rb
  M spec/frozen/library/matrix/shared/conjugate.rb
  M spec/frozen/library/matrix/shared/equal_value.rb
  M spec/frozen/library/matrix/shared/identity.rb
  M spec/frozen/library/matrix/shared/imaginary.rb
  M spec/frozen/library/matrix/shared/inverse.rb
  M spec/frozen/library/matrix/shared/rectangular.rb
  M spec/frozen/library/matrix/shared/transpose.rb
  M spec/frozen/library/matrix/zero_spec.rb
  A spec/frozen/library/openstruct/element_reference_spec.rb
  A spec/frozen/library/openstruct/element_set_spec.rb
  M spec/frozen/library/openstruct/method_missing_spec.rb
  M spec/frozen/library/socket/ipsocket/addr_spec.rb
  M spec/frozen/library/socket/ipsocket/peeraddr_spec.rb
  M spec/frozen/library/socket/tcpsocket/shared/new.rb
  A spec/frozen/library/stringio/external_encoding.rb
  A spec/frozen/library/stringio/internal_encoding.rb
  A spec/frozen/library/stringio/set_encoding.rb
  A spec/frozen/optional/capi/ext/file_spec.c
  M spec/frozen/optional/capi/ext/jruby.h
  M spec/frozen/optional/capi/ext/object_spec.c
  M spec/frozen/optional/capi/ext/rubyspec.h
  A spec/frozen/optional/capi/file_spec.rb
  M spec/frozen/optional/capi/object_spec.rb
  M spec/frozen/optional/capi/spec_helper.rb
  M spec/frozen/upstream

  Log Message:
  -----------
  updates rubyspec to de08d233229b5aef06cca7b06e527771c8e23591


  Commit: 03a113b13be6a9c824459f76717ee1e9b22d994e
      https://github.com/MacRuby/MacRuby/commit/03a113b13be6a9c824459f76717ee1e9b22d994e
  Author: Watson <watson1978 at gmail.com>
  Date:   2011-10-06 (Thu, 06 Oct 2011)

  Changed paths:
    A spec/frozen/tags/macruby/core/array/inspect_tags.txt
  A spec/frozen/tags/macruby/core/array/join_tags.txt
  M spec/frozen/tags/macruby/core/array/multiply_tags.txt
  A spec/frozen/tags/macruby/core/array/pack/empty_tags.txt
  A spec/frozen/tags/macruby/core/array/to_s_tags.txt
  A spec/frozen/tags/macruby/core/class/allocate_tags.txt
  A spec/frozen/tags/macruby/core/enumerator/yielder/append_tags.txt
  A spec/frozen/tags/macruby/core/enumerator/yielder/yield_tags.txt
  M spec/frozen/tags/macruby/core/file/open_tags.txt
  M spec/frozen/tags/macruby/core/float/round_tags.txt
  A spec/frozen/tags/macruby/core/integer/round_tags.txt
  M spec/frozen/tags/macruby/core/kernel/catch_tags.txt
  M spec/frozen/tags/macruby/core/marshal/load_tags.txt
  M spec/frozen/tags/macruby/core/method/parameters_tags.txt
  M spec/frozen/tags/macruby/core/numeric/step_tags.txt
  A spec/frozen/tags/macruby/core/proc/arity_tags.txt
  A spec/frozen/tags/macruby/core/range/step_tags.txt
  M spec/frozen/tags/macruby/language/block_tags.txt
  A spec/frozen/tags/macruby/language/proc_tags.txt
  A spec/frozen/tags/macruby/language/singleton_class_tags.txt
  A spec/frozen/tags/macruby/library/matrix/I_tags.txt
  A spec/frozen/tags/macruby/library/matrix/clone_tags.txt
  M spec/frozen/tags/macruby/library/matrix/collect_tags.txt
  M spec/frozen/tags/macruby/library/matrix/columns_tags.txt
  M spec/frozen/tags/macruby/library/matrix/conj_tags.txt
  M spec/frozen/tags/macruby/library/matrix/conjugate_tags.txt
  M spec/frozen/tags/macruby/library/matrix/constructor_tags.txt
  M spec/frozen/tags/macruby/library/matrix/divide_tags.txt
  A spec/frozen/tags/macruby/library/matrix/identity_tags.txt
  M spec/frozen/tags/macruby/library/matrix/imag_tags.txt
  M spec/frozen/tags/macruby/library/matrix/imaginary_tags.txt
  M spec/frozen/tags/macruby/library/matrix/inspect_tags.txt
  M spec/frozen/tags/macruby/library/matrix/inv_tags.txt
  M spec/frozen/tags/macruby/library/matrix/inverse_tags.txt
  M spec/frozen/tags/macruby/library/matrix/map_tags.txt
  M spec/frozen/tags/macruby/library/matrix/minor_tags.txt
  M spec/frozen/tags/macruby/library/matrix/minus_tags.txt
  M spec/frozen/tags/macruby/library/matrix/multiply_tags.txt
  M spec/frozen/tags/macruby/library/matrix/plus_tags.txt
  M spec/frozen/tags/macruby/library/matrix/real_tags.txt
  M spec/frozen/tags/macruby/library/matrix/rect_tags.txt
  M spec/frozen/tags/macruby/library/matrix/rectangular_tags.txt
  M spec/frozen/tags/macruby/library/matrix/t_tags.txt
  M spec/frozen/tags/macruby/library/matrix/transpose_tags.txt
  A spec/frozen/tags/macruby/library/matrix/unit_tags.txt
  A spec/frozen/tags/macruby/library/matrix/zero_tags.txt
  A spec/frozen/tags/macruby/library/openstruct/element_set_tags.txt
  A spec/frozen/tags/macruby/library/socket/ipsocket/addr_tags.txt
  A spec/frozen/tags/macruby/library/socket/ipsocket/peeraddr_tags.txt

  Log Message:
  -----------
  adds the rubyspec's tags


  Commit: 004eed9a2c6459f45511900e490d8d33cd63ace1
      https://github.com/MacRuby/MacRuby/commit/004eed9a2c6459f45511900e490d8d33cd63ace1
  Author: Watson <watson1978 at gmail.com>
  Date:   2011-10-06 (Thu, 06 Oct 2011)

  Changed paths:
    M spec/frozen/tags/macruby/core/hash/merge_tags.txt
  R spec/frozen/tags/macruby/core/hash/update_tags.txt
  M spec/frozen/tags/macruby/core/kernel/caller_tags.txt
  M spec/frozen/tags/macruby/core/method/eql_tags.txt
  M spec/frozen/tags/macruby/core/method/equal_value_tags.txt
  R spec/frozen/tags/macruby/core/module/class_variable_defined_tags.txt
  R spec/frozen/tags/macruby/core/module/class_variable_get_tags.txt
  M spec/frozen/tags/macruby/core/module/constants_tags.txt
  M spec/frozen/tags/macruby/core/module/include_tags.txt

  Log Message:
  -----------
  updates the rubyspec's tags


Compare: https://github.com/MacRuby/MacRuby/compare/5f32d0b...004eed9


More information about the macruby-changes mailing list