1. 26 Jun, 2021 1 commit
    • dearblue's avatar
      Fixed finding variables defined in the upper proc failed · 52b29f41
      dearblue authored
      If no new variable was defined in the `eval` method, the variable was hidden from the nested `eval` method.
      
      ```ruby
      a = 1
      p eval %(b = 2; eval %(a)) # => 1 (good)
      p eval %(eval %(a)) # => undefined method 'a' (NoMethodError)
      ```
      
      This issue has occurred since mruby 3.0.0.
      52b29f41
  2. 25 Jun, 2021 1 commit
  3. 24 Jun, 2021 2 commits
  4. 23 Jun, 2021 2 commits
  5. 22 Jun, 2021 4 commits
  6. 21 Jun, 2021 3 commits
  7. 20 Jun, 2021 2 commits
  8. 19 Jun, 2021 4 commits
  9. 18 Jun, 2021 2 commits
  10. 17 Jun, 2021 12 commits
  11. 16 Jun, 2021 5 commits
  12. 15 Jun, 2021 2 commits