summaryrefslogtreecommitdiff
path: root/test/ruby/test_module.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak for iclassPeter Zhu2023-03-281-0/+15
* Fix small issues concerning namespacing in test-all suitelukeg2023-03-171-0/+2
* s/mjit/rjit/Takashi Kokubun2023-03-061-1/+1
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-1/+1
* Update some tests for the new message format of NoMethodErrorYusuke Endoh2023-02-201-1/+1
* Module#remove_method: Check frozen on the right objectJean byroot Boussier2022-12-011-0/+12
* Skip test_redefinition_mismatch on trunk-mjit for nowTakashi Kokubun2022-09-061-0/+1
* Do not have class/module keywords look up ancestors of ObjectJeremy Evans2022-07-211-2/+0
* Add Module#undefined_instance_methodsJeremy Evans2022-06-061-0/+9
* Fix class ancestry checks for duped classesJohn Hawthorn2022-04-161-0/+20
* Add test for protected methods on module includedJohn Hawthorn2022-03-111-0/+19
* Fix the placeholder subclass entry skipping [Bug #18489]Nobuyoshi Nakada2022-01-171-0/+9
* Add a Module#const_added callbackJean Boussier2022-01-141-0/+39
* Update test/ruby/test_module.rbJeremy Evans2022-01-061-1/+1
* Allow include before calling Module#initializeJeremy Evans2022-01-061-0/+10
* Make Module#{public,private,protected,module_function} return argumentsJeremy Evans2021-11-181-0/+22
* Use the flag for uninitialized module [Bug #18185]Nobuyoshi Nakada2021-09-241-0/+3
* Consider modified modules initialized [Bug #18185]Nobuyoshi Nakada2021-09-241-0/+26
* Allow to include uninitialized modules [Bug #18177]Nobuyoshi Nakada2021-09-201-0/+12
* Removed Module.allocate [Bug #17048]Nobuyoshi Nakada2021-09-171-12/+0
* Already initialized modules cannot be replaced [Bug #17048]Nobuyoshi Nakada2021-09-171-14/+26
* Fixed inconsistent require order for assertions and core_assertionsHiroshi SHIBATA2021-09-111-0/+1
* Use CoreAssertions instead of AssertionsHiroshi SHIBATA2021-09-111-1/+1
* Use Module#ancestors order in recursive constant lookupAlan Wu2021-06-301-0/+55
* [WIP] add error_squiggle gemYusuke Endoh2021-06-291-1/+1
* Fix setting method visibility for a refinement without an origin classJeremy Evans2021-04-231-1/+109
* Skip refined method when exporting methods with changed visibilityJeremy Evans2021-03-161-0/+23
* Check for cyclic prepend before making originAlan Wu2021-02-221-0/+13
* Make a cyclic prepend not modify ancestors for the receiverJeremy Evans2021-02-111-0/+7
* Make Module#prepend affect ancestor chain even if argument already included i...Jeremy Evans2021-01-141-1/+36
* Suppress constant redefinition warningsNobuyoshi Nakada2021-01-111-0/+2
* test/ruby/test_module.rb: not depend on the order of method definitionsYusuke Endoh2020-12-241-5/+5
* Module#public_class_method also accepts a symbol array as an argumentYusuke Endoh2020-12-241-1/+23
* test/ruby/test_module.rb: Avoid "warning: method redefined"Yusuke Endoh2020-12-191-2/+2
* Recommit 34f06062174882a98ebef998c50ad8d4f7fc0f2eYusuke Endoh2020-12-191-0/+17
* Partially reintroduce e042e8460bb9a63c05f938d51e8c7c5345a6f3a4 and ...Yusuke Endoh2020-12-191-1/+2
* Added missing tests for public, private, protected and alias_methodNobuyoshi Nakada2020-12-191-0/+73
* Added tests for [Feature #17314]Yusuke Endoh2020-12-191-0/+9
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-181-2/+2
* Revert "Added missing tests for public, private, protected and alias_method"Yusuke Endoh2020-12-181-73/+0
* Revert "Added tests for [Feature #17314]"Yusuke Endoh2020-12-181-28/+1
* Added tests for [Feature #17314]Nobuyoshi Nakada2020-12-181-1/+28
* Added missing tests for public, private, protected and alias_methodNobuyoshi Nakada2020-12-181-0/+73
* test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada2020-12-171-5/+10
* Remove the uninitialized instance variable verbose mode warningJeremy Evans2020-12-101-2/+2
* Do not allow Module#include to insert modules before the origin in the lookup...Jeremy Evans2020-11-201-0/+10
* remove uneffective testKoichi Sasada2020-10-141-25/+0
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-251-16/+24
* Fix constant names set using const_set on a singleton classMarc-Andre Lafortune2020-09-021-2/+8
* Make Module#prepend affect the iclasses of the moduleJeremy Evans2020-06-181-0/+22