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

Improve tracking of InstallMethod and DeclareOperation #2422

Merged

Commits on May 1, 2018

  1. Improve tracking of InstallMethod and DeclareOperation

    So far, we used `INPUT_LINENUMBER()` to record the location of an
    InstallMethod or DeclareOperation call. But in case such a call takes
    multiple lines, that points to the *last* line, while we would prefer if it
    pointed to the *first* line. To achieve that, we add a new global variable
    `READEVALCOMMAND_LINENUMBER` which is updated at the start of
    `ReadEvalCommand`.
    fingolfin committed May 1, 2018
    Configuration menu
    Copy the full SHA
    b767782 View commit details
    Browse the repository at this point in the history