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

Remove const prop for indirects #73130

Merged
merged 2 commits into from
Jun 19, 2020

Commits on Jun 7, 2020

  1. Don't intern memory in const prop.

    This isn't sound without validation. We don't want to report errors in case of failure to intern and validate, we just don't want to const prop. Interning and const prop is not built for this, let's not do it until we have a clearer picture on aggregate propagation.
    oli-obk authored and wesleywiser committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    20abc70 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

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