[macruby-changes] [MacRuby/MacRuby] 95970e: also in ripper, saves in_def before restoring

GitHub noreply at github.com
Sat Jan 14 06:14:13 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/MacRuby/MacRuby
  Commit: 95970e950b6cb5ff093ef088f885236a708e92f4
      https://github.com/MacRuby/MacRuby/commit/95970e950b6cb5ff093ef088f885236a708e92f4
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-14 (Sat, 14 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  also in ripper, saves in_def before restoring


  Commit: 5a03ab10028d9c2190e8f2e17d5b42c71acb16fc
      https://github.com/MacRuby/MacRuby/commit/5a03ab10028d9c2190e8f2e17d5b42c71acb16fc
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-14 (Sat, 14 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  fix to check parse_in_eval flag


  Commit: fec23ae99e369d2f729bd5d4935c090cfe31c5d4
      https://github.com/MacRuby/MacRuby/commit/fec23ae99e369d2f729bd5d4935c090cfe31c5d4
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-14 (Sat, 14 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  explicit error for "Object::Far += foo 1" just as "Object::Far += 1"


  Commit: fa0ddc317d1210e087011798cf1e4fe01271fa8d
      https://github.com/MacRuby/MacRuby/commit/fa0ddc317d1210e087011798cf1e4fe01271fa8d
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-14 (Sat, 14 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  moved return/break/next from command_call for better error message


  Commit: 3856d3853ab30cb00ece104cb7f9b5a5c227a93d
      https://github.com/MacRuby/MacRuby/commit/3856d3853ab30cb00ece104cb7f9b5a5c227a93d
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-14 (Sat, 14 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  calls rb_intern() once


  Commit: 391942e02f9551134c8265d7e68593f386801d54
      https://github.com/MacRuby/MacRuby/commit/391942e02f9551134c8265d7e68593f386801d54
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-14 (Sat, 14 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  unified warnings at space between method name and argument parenthese


  Commit: 6a033db81db643be2f849b98c24f32b71f35eb0b
      https://github.com/MacRuby/MacRuby/commit/6a033db81db643be2f849b98c24f32b71f35eb0b
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-14 (Sat, 14 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  uses VALUE which is able to be stored parser stack


  Commit: 71770e5f830535c005a71abeaad8ee7916ecb982
      https://github.com/MacRuby/MacRuby/commit/71770e5f830535c005a71abeaad8ee7916ecb982
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-14 (Sat, 14 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  reduced unnecessary node at string literal concatenation with empty head dstr


  Commit: 29d1b2001a68dc8d15730b765cac753282542a02
      https://github.com/MacRuby/MacRuby/commit/29d1b2001a68dc8d15730b765cac753282542a02
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-01-14 (Sat, 14 Jan 2012)

  Changed paths:
    M parse.y

  Log Message:
  -----------
  removed duplications


Compare: https://github.com/MacRuby/MacRuby/compare/d3ff2cd...29d1b20


More information about the macruby-changes mailing list