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

🐛 Be more helpful with floats when allowDangerousTypes=false #618

Merged
merged 1 commit into from
Sep 19, 2021

Commits on Sep 18, 2021

  1. 🐛 Be more helpful with floats when allowDangerousTypes=false

    Currently, we fall through and just emit an error telling that floats
    are not supported which lead to ppl creating prs to add support. We
    actually do support them although that is discouraged. This change makes
    us emit a more helpful error.
    alvaroaleman committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    7e7f2e9 View commit details
    Browse the repository at this point in the history