Skip to content

to_string, pushの引数数チェック #206

Description

@kumavale

Problem

to_string, pushの引数の数をチェックしていない。

Steps

No response

Possible Solution(s)

以下コードを挿入

if args.len() != n {
    e0029(Rc::clone(&p.errors), (p.path, &p.lines, current_token), 1, args.len());
}

Notes

#207 でどうにかする

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwontfixThis will not be worked on

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions