summaryrefslogtreecommitdiff
path: root/test/ruby/test_iseq.rb
AgeCommit message (Expand)Author
4 daysensure ibf_load_setup is only passed String paramsZack Deveau
7 daysskip on Prism generated iseqKoichi Sasada
7 days`ISeq#to_a` respects `use_block` statusKoichi Sasada
2024-03-14Ensure test suite is compatible with --frozen-string-literalJean Boussier
2024-03-04Keep hidden local variables when dumping and loading iseqsJeremy Evans
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-01-17[PRISM] Fix crash in compile_prismPeter Zhu
2024-01-17[PRISM] Fix test_compile_prism_with_filePeter Zhu
2024-01-11[PRISM] Raise syntax errors when foundKevin Newton
2023-12-15[PRISM] Fix `compile_prism` when src is a fileeileencodes
2023-11-26Fix portability of bignum in ISeq Binary FormatNobuyoshi Nakada
2023-10-01[Bug #19906] Add the testNobuyoshi Nakada
2023-09-13Suppress an unused variable warningNobuyoshi Nakada
2023-09-13[Bug #19862] Skip compiled result of never reachable expressionNobuyoshi Nakada
2023-08-01support `rescue` event for TracePointKoichi Sasada
2023-04-27[Bug #19611] Remove never-reachable branch in logical expressionNobuyoshi Nakada
2023-03-17Fix small issues concerning namespacing in test-all suitelukeg
2022-12-03return early if there is no is_entries bufferAaron Patterson
2022-01-04Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA
2021-12-30Add support for anonymous rest and keyword rest argument forwardingJeremy Evans
2021-12-21`mandatory_only_cme` should not be in `def`Koichi Sasada
2021-12-09`Ractor.make_shareable` checks proc's seflKoichi Sasada
2021-11-26fix to choose correct callcacheKoichi Sasada
2021-11-25test/ruby/test_iseq.rb: Avoid pollution of method namespaceYusuke Endoh
2021-11-24test/ruby/test_iseq.rb: Use __LINE__ to make the error log easy to seeYusuke Endoh
2021-11-23Add an extra failing test case for [Bug #18250]Jean Boussier
2021-11-19Fix test_super_with_anonymous_block test to use anonymous blockJeremy Evans
2021-11-18Anonymous block forwarding allows a method to forward a passedJeremy Evans
2021-11-09test/ruby/test_iseq.rb: Prevent a warningYusuke Endoh
2021-11-07Refine the error message for hidden variablesNobuyoshi Nakada
2021-11-07rb_id_serial_to_id: return unregistered ID as an internal IDNobuyoshi Nakada
2021-11-02Fix typosNobuyoshi Nakada
2021-10-29Preserve the encoding of message from outer local variableNobuyoshi Nakada
2021-10-29Preserve the encoding of message from outer local variablesNobuyoshi Nakada
2021-10-29Fix script_lines in loaded iseq as nilNobuyoshi Nakada
2021-10-07Dump outer variables tables when dumping an iseq to binaryAaron Patterson
2021-05-21Build CDHASH properly when loading iseq from binaryAlan Wu
2020-11-30Raise when loading unprovided builtin function [Bug #17192]Nobuyoshi Nakada
2020-11-19Added assertionsNobuyoshi Nakada
2020-11-19Make RubyVM::InstructionSequence.compile_file use same encoding as loadJeremy Evans
2020-09-30Unfreeze string-literal-only interpolated string-literalNobuyoshi Nakada
2020-09-15Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze
2020-06-24Fix a random test failure by TracePointTakashi Kokubun
2020-04-15Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`Nobuyoshi Nakada
2020-01-28support multi-run for test/ruby/test_iseq.rbKoichi Sasada
2019-11-18catch up last commit.Koichi Sasada
2019-11-09Support RB_BUILTIN in ISeq#to_aTakashi Kokubun
2019-10-02Iseq#to_binary: dump flag for **nil (#2508)Alan Wu
2019-09-26[EXPERIMENTAL] Expression with modifier `in`Nobuyoshi Nakada
2019-08-09Iseq#to_binary: Add support for NoMatchingPatternError and TypeErrorAlan Wu