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 the error message when the wrong number of arguments are provided #212

Merged

Commits on Aug 28, 2024

  1. Improve the error message when the wrong number of arguments are prov…

    …ided
    
    Currently when a user provides the wrong number of arguments, they receive a
    message saying `echo is not implemented.`.
    
    This message is confusing because it makes the user feel like they typed in the
    wrong function name, when in reality they just provided the wrong number of
    arguments.
    
    This is a first draft at a fix - feedback welcome!
    Patrick Sinclair committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    74ae0ab View commit details
    Browse the repository at this point in the history
  2. Remove changes from v2 as it's obsolete

    Patrick Sinclair committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2e33b65 View commit details
    Browse the repository at this point in the history
  3. Use Module.__info__(:functions) to determine if function exists

    Patrick Sinclair committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    56685f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    ffe2225 View commit details
    Browse the repository at this point in the history