Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

Bump to CheckoutV2#1654

Merged
ehennenfent merged 2 commits into
masterfrom
dev-version-bump
Apr 6, 2020
Merged

Bump to CheckoutV2#1654
ehennenfent merged 2 commits into
masterfrom
dev-version-bump

Conversation

@ehennenfent

Copy link
Copy Markdown
Contributor

Github actions is currently failing to check out Manticore, possibly due to an outage. Per slack, switching to checkoutV2 may fix it.

Also updates Unicorn, black, and mypy to the latest versions.

@ehennenfent
ehennenfent requested a review from ekilmer April 6, 2020 20:33

@ekilmer ekilmer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread setup.py
native_deps = ["capstone==4.0.1", "pyelftools", "unicorn==1.0.2rc2"]

lint_deps = ["black==19.3b0", "mypy==0.740"]
lint_deps = ["black==19.10b0", "mypy==0.770"]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm surprised there weren't any differences to formatting when upgrading black!

@ehennenfent
ehennenfent merged commit e28168f into master Apr 6, 2020
@ehennenfent
ehennenfent deleted the dev-version-bump branch April 6, 2020 20:51
ekilmer added a commit to ekilmer/manticore that referenced this pull request Apr 7, 2020
* master:
  Bump to CheckoutV2 (trailofbits#1654)
  Add support for `sys_arm_fadvise64_64` (trailofbits#1648)
  Add __slots__ to expressions (trailofbits#1635)
  Swap remaining uses of `Z3Solver()` to use the singleton interface (trailofbits#1649)
  CI: have pytest report 100 slowest tests (trailofbits#1646)
  Add a syscall implementation for `llseek` (trailofbits#1640) (and some type hints)
  Added support for proc/self/maps (trailofbits#1639)
  Add missing support for ARM modified immediate encodings (trailofbits#1638)
  Transparently compress & decompress persisted state files (trailofbits#1624)
  Attempt to fix Truffle tests (trailofbits#1637)
  Skip basic blocks that unavoidably end in REVERT. (trailofbits#1630)
ekilmer added a commit that referenced this pull request Apr 23, 2020
* master: (28 commits)
  Rework syscall invocation for proper behavior under typeguard (#1672)
  printable_bytes (#1671)
  Fix several incorrect type hints (#1668)
  Add type hints to several parts of Manticore (#1667)
  Fix type confusion in manual CPU tests; delete dead testing code (#1669)
  Rework WASM Imports and Fix Typos (#1666)
  Work on "Model is not Available" errors in tests (#1659)
  Fix TypeGuard Errors in WASM Module (#1601)
  Remove unused arg ans separate output from workspace (#1651)
  Add a badge to README.md for LGTM (#1647)
  Fix 2 problems in Linux `sys_open` support & add type hints (#1657)
  Fix LGTM Errors (#1656)
  Delay WASM Branch Condition Concretization (#1641)
  Add feature for SymbolicSocket through sys_accept (#1618)
  Add a bunch of type hints & fix a few issues with Linux platform emulation (#1645)
  Bump to CheckoutV2 (#1654)
  Add support for `sys_arm_fadvise64_64` (#1648)
  Add __slots__ to expressions (#1635)
  Swap remaining uses of `Z3Solver()` to use the singleton interface (#1649)
  CI: have pytest report 100 slowest tests (#1646)
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants