Skip to content

Conversation

@windelbouwman
Copy link
Contributor

No description provided.

cthulahoops and others added 30 commits February 12, 2019 09:40
Add __repr__ and __new__ to NoneType.
Support float(<str>) and float(<bytes>)
Add object.{__lt__, __le__, __gt__, __gt__}
AdamGS and others added 24 commits February 21, 2019 19:28
Add set.{__iter__,__ior__,__iand__,__isub__,__ixor__}
Add a VirtualMachine class to the WASM library
Allow compiling VM for wasm32-unknown-unknown
Add assertRaises context manager to testutils
Allow for different demo snippets to be selected
@codecov-io
Copy link

codecov-io commented Feb 23, 2019

Codecov Report

❗ No coverage uploaded for pull request base (release@ade4c88). Click here to learn what that means.
The diff coverage is 48.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##             release     #533   +/-   ##
==========================================
  Coverage           ?   48.43%           
==========================================
  Files              ?       69           
  Lines              ?    14398           
  Branches           ?     3593           
==========================================
  Hits               ?     6973           
  Misses             ?     5562           
  Partials           ?     1863
Impacted Files Coverage Δ
vm/src/stdlib/types.rs 0% <0%> (ø)
wasm/lib/src/lib.rs 0% <0%> (ø)
vm/src/stdlib/tokenize.rs 0% <0%> (ø)
vm/src/stdlib/keyword.rs 0% <0%> (ø)
wasm/lib/src/wasm_builtins.rs 0% <0%> (ø)
parser/src/token.rs 42.85% <0%> (ø)
vm/src/stdlib/random.rs 0% <0%> (ø)
vm/src/error.rs 0% <0%> (ø)
wasm/lib/src/vm_class.rs 0% <0%> (ø)
vm/src/stdlib/time_module.rs 0% <0%> (ø)
... and 59 more

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 ade4c88...cbcf7c3. Read the comment docs.

@windelbouwman windelbouwman merged commit 1929bc0 into release Feb 24, 2019
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.