You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the scope state isn't threaded through the ast properly, causing an assignment in an earlier branch of an if/alt statement to invalidate a reference in the branches following it, even though they don't follow each other sequentially.
* Update copyright check script
We are changing Kani's copyright from Amazon to "Kani Contributors"
* Update Kani copyright blob Amazon -> Kani Contributors
I used the following command to update the blob:
git ls-files | xargs -d "\n" -L 1 sed -i "0,/Copyright Amazon.com/{s/Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved./Copyright Kani Contributors/}"
At least, the warnings about copying it emits don't seem to make much sense.
The text was updated successfully, but these errors were encountered: