Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoMethodError#private_call? #1237

Closed

Conversation

nobu
Copy link
Member

@nobu nobu commented Feb 3, 2016

  • error.c (nometh_err_initialize): add private_call? parameter.
  • error.c (nometh_err_private_call_p): add private_call? method,
    to tell if the exception raised in private form FCALL or VCALL.
    [Feature #12043]
  • vm_eval.c (make_no_method_exception): append private_call?
    argument.
  • vm_insnhelper.c (ci_missing_reason): copy FCALL flag.

@nobu nobu force-pushed the feature/12043-NoMethodError#private_call-p branch from d87d2fc to 25cf000 Compare February 4, 2016 03:43
@nobu nobu force-pushed the feature/12043-NoMethodError#private_call-p branch 2 times, most recently from 75fe023 to 002a6eb Compare February 16, 2016 09:24
@nobu nobu force-pushed the feature/12043-NoMethodError#private_call-p branch 4 times, most recently from 9efdd52 to 2e43046 Compare February 28, 2016 01:41
@nobu nobu closed this Feb 28, 2016
@nobu nobu force-pushed the feature/12043-NoMethodError#private_call-p branch from 2e43046 to 4d9f548 Compare February 28, 2016 04:46
@nobu nobu deleted the feature/12043-NoMethodError#private_call-p branch February 28, 2016 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant