Skip to content

bitselect#67

Merged
avanhatt merged 1 commit intoverify-mainfrom
bitselect
Apr 13, 2023
Merged

bitselect#67
avanhatt merged 1 commit intoverify-mainfrom
bitselect

Conversation

@avanhatt
Copy link
Owner

No description provided.

@avanhatt avanhatt merged commit a22bc2a into verify-main Apr 13, 2023
avanhatt pushed a commit that referenced this pull request May 26, 2023
* On Windows, ignore access-denied errors from `sync_all`.

On Windows `sync_all` does `FlushFileBuffers` which fails with an
access-denied error if the file not opened for writing. Ignore this
error, for compatibility with POSIX-style APIs.

Fixes #66.

* Ignore `ERROR_ACCESS_DENIED` from `sync_data` too.

* Temporarily disable directory syncing for now.
avanhatt pushed a commit to wellesley-prog-sys/wasmtime that referenced this pull request Sep 22, 2024
When generating specs from ASLp, we have to define a mapping between
spec inputs and variables in the derived constraints. Previously we
would do this lazily by introducing equality constraints. This not only
looks awful avanhatt#62, but anecdotally may also have solver performance
implications. This PR updates the spec generation to substitute the
mapped expressions for the variables instead.

Updates avanhatt#62 #37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant