Skip to content

Commit

Permalink
replay bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhhf committed Jun 10, 2018
1 parent 565009f commit 598c19d
Show file tree
Hide file tree
Showing 4 changed files with 4,227 additions and 85 deletions.
2 changes: 2 additions & 0 deletions lib/local_tmp.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ const run = ({spec, lemmas, bin_runtime, replay, inspect}, ch) => {
fs.writeFileSync(path.join(wd_path, `proof-spec.k`), k_spec_file_buffer);
let msgs = [];
console.log("running k");
let steplog_path = path.join(wd_path, `steps.log`);
if(testPath(steplog_path)) fs.unlinkSync(steplog_path)
let k_path = path.join(KLAB_K_PATH, "k-distribution/target/release/k/bin/kprove");
let options = [
// "--debug",
Expand Down
2 changes: 2 additions & 0 deletions lib/remoteDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ var WebSocketClient = require('websocket').client;
var connection;
var puffer = [];

// TODO - node or browser flag
// define a different constructor for browser
module.exports = host => {

var client = new WebSocketClient();
Expand Down
Loading

0 comments on commit 598c19d

Please sign in to comment.