summaryrefslogtreecommitdiff
path: root/test/ruby/test_module.rb
AgeCommit message (Expand)Author
2019-07-14Method#inspect with source location.Koichi Sasada
2019-06-23Module#constant_source_location [Feature #10771]Nobuyoshi Nakada
2019-06-01Fix FrozenError when assigning frozen class to constantNobuyoshi Nakada
2019-04-08object.c: fix searching nested const pathsnobu
2019-04-08test_module.rb: fix a typonobu
2019-01-28Fix `Module#const_defined?` on inherited constantsnobu
2019-01-08Check by #name [ruby-core:90853] [Bug #15497]nobu
2019-01-08Defer escaping control char in error messagesnobu
2018-12-18should use defined_class.ko1
2018-08-13Fix problem about notimplemented caseusa
2018-08-13Revert "Support optional inherit argument for Module#method_defined?"kazu
2018-08-13Support optional inherit argument for Module#method_defined?usa
2018-07-06const_missing on private constantsnobu
2018-06-19variable.c: fix receiver on private constantnobu
2018-04-17Remove the disabled old tests for Ruby 1.8/1.9 feature changemame
2018-03-12Fix setting method visibility on method wrapped with prependnobu
2018-02-10insns.def: cache nil constnobu
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-11-29Make Module#{define|alias|undef|remove}_method public [#14133]marcandre
2017-11-29Make Module#attr{accessor|reader|writer|} public [#14132]marcandre
2016-11-14* test/ruby/test_module.rb: Method tables are not guaranteed to beheadius
2016-11-06include and prepend check no argsnobu
2016-09-09variable.c: fix deprecated constant messagenobu
2016-09-09variable.c: fix private constant messagenobu
2016-07-19variable.c: exclude private constantsnobu
2016-05-27variable.c: hidden constantsnobu
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-15vm_insnhelper.c: deprecated constant in classnobu
2016-05-01test_name use Integer instead of Fixnum.akr
2016-04-09assertions.rb: set default internal encodingnobu
2015-12-31test_module.rb: sort constantsnobu
2015-12-30* test/ruby/test_module.rb (test_classpath): r53376 may changenaruse
2015-12-30object.c: fix prepend cmpnobu
2015-12-18* vm_method.c (rb_method_entry_make, check_override_opt_method):shugo
2015-12-17* vm.c (rb_vm_check_redefinition_opt_method): should check the realshugo
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-18* method.h: introduce the folliwing field and macros.ko1
2015-11-17revert r52614, r52615, r52617 because they cause serious errorsko1
2015-11-17* method.h: introduce rb_method_definition_t::complemented_count.ko1
2015-11-15vm_method.c: check if frozen [Fix GH-1096]nobu
2015-10-30* vm_method.c: added documentation of protected/private methods.hsbt
2015-10-28encoding for inspectnobu
2015-10-26Add string argument test casesnobu
2015-10-26Replace tab with 8 spaces [Fix GH-1068]nobu
2015-09-27class.c: refine error messagesnobu
2015-09-16variable.c: fail if frozennobu
2015-08-04* test/ruby/test_module.rb: should not expect a method table ordering.ko1
2015-07-30variable.c: Module#deprecate_constantnobu
2015-06-28insns.def: preserve encodingnobu
2015-06-28test_redefinition_mismatchnobu