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

src: fix casts to not be undefined behavior #1070

Closed
wants to merge 3 commits into from
Closed

Commits on Sep 15, 2021

  1. src: fix casts to not be undefined behavior

    I guess if these were broken in practice, V8/Node.js itself would also
    experience difficulties with it, but there’s no real reason not to use
    the proper alternatives.
    addaleax authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    cf8dbfb View commit details
    Browse the repository at this point in the history
  2. fixup: lint

    addaleax authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    a8944c1 View commit details
    Browse the repository at this point in the history
  3. fixup: trailing whitespace

    addaleax authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    141b995 View commit details
    Browse the repository at this point in the history