Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Update Z3 binary and create a release commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Herman Venter committed Aug 2, 2019
1 parent 5841b15 commit 608a411
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
os: osx
language: rust
rust:
- nightly-2019-07-03
- nightly-2019-07-08

before_install:
- if [ ${TRAVIS_OS_NAME} == "osx" ]; then curl -L https://github.com/mozilla/grcov/releases/download/v0.4.3/grcov-osx-x86_64.tar.bz2 | tar jxf -; fi
Expand Down
80 changes: 2 additions & 78 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified binaries/libz3.dylib
Binary file not shown.
2 changes: 1 addition & 1 deletion checker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "mirai"
version = "0.0.1"
version = "1.0.0"
authors = ["Herman Venter <[email protected]>"]
description = "A static analysis tool for Rust, based on Abstract Interpretation of MIR"
repository = "https://github.com/facebookexperimental/MIRAI"
Expand Down
2 changes: 1 addition & 1 deletion checker/src/summaries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ impl<'a, 'tcx: 'a> PersistentSummaryCache<'a, 'tcx> {
self.cache.entry(def_id).or_insert_with(|| {
let summary = Self::get_persistent_summary_for_db(db, &persistent_key);
if !def_id.is_local() && summary.is_none() {
info!(
warn!(
"Summary store has no entry for {}{}",
persistent_key, arg_types_key
);
Expand Down

0 comments on commit 608a411

Please sign in to comment.