Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Refactor validate module to use spec-defined algorithm #143 #160

Merged
merged 1 commit into from
Sep 3, 2019
Merged

Refactor validate module to use spec-defined algorithm #143 #160

merged 1 commit into from
Sep 3, 2019

Conversation

twitchyliquid64
Copy link
Contributor

The validate module uses a custom validation algorithm that doesnt correctly handle stack-polymorphic opcodes at all. This PR refactors it into the algorithm described in the specification.

@codecov-io
Copy link

codecov-io commented Aug 30, 2019

Codecov Report

Merging #160 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #160   +/-   ##
=======================================
  Coverage   69.54%   69.54%           
=======================================
  Files          43       43           
  Lines        5007     5007           
=======================================
  Hits         3482     3482           
  Misses       1231     1231           
  Partials      294      294

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4176795...4da7df3. Read the comment docs.

@sbinet sbinet merged commit 1e64ad3 into go-interpreter:master Sep 3, 2019
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.

None yet

3 participants