clio-lang / clio

Clio is a functional, parallel, distributed programming language.
https://clio-lang.org
Apache License 2.0
936 stars 30 forks source link

V0.11.0 #227

Closed pouya-eghbali closed 3 years ago

pouya-eghbali commented 3 years ago

Fixes #228

Description

Mostly works on the RPC protocol.

Changes proposed in this pull request

ToDo

codecov[bot] commented 3 years ago

Codecov Report

Merging #227 (db144da) into develop (d0e4ef0) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #227      +/-   ##
===========================================
+ Coverage    89.35%   89.39%   +0.04%     
===========================================
  Files           51       51              
  Lines         1681     1678       -3     
  Branches       278      278              
===========================================
- Hits          1502     1500       -2     
+ Misses         156      155       -1     
  Partials        23       23              
Impacted Files Coverage Δ
packages/core/types.js 93.77% <100.00%> (-0.04%) :arrow_down:
packages/internals/src/random.js 100.00% <100.00%> (ø)
packages/internals/src/format.js 100.00% <0.00%> (+100.00%) :arrow_up:

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 d0e4ef0...db144da. Read the comment docs.