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

buffer: stricter from() input validation #26825

Closed
wants to merge 2 commits into from

Commits on Mar 20, 2019

  1. buffer: stricter from() input validation

    So far we did not throw an error for all types of invalid input.
    Functions do not return a buffer anymore and `number` and `symbol`
    validation is also improved.
    BridgeAR committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    e6bd94a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. fixup! buffer: stricter from() input validation

    Recent code changes require this change.
    BridgeAR committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    10c6fde View commit details
    Browse the repository at this point in the history