gilch / hissp

It's Python with a Lissp.
https://gitter.im/hissp-lang/community
Apache License 2.0
369 stars 9 forks source link

Doc pass 2 #158

Closed gilch closed 2 years ago

gilch commented 2 years ago

As has often been the case, I noticed other things to improve while editing the docs. This branch is getting too big.

gilch commented 2 years ago

Neglected to Blacken. Fixed.

gilch commented 2 years ago

Fixed some test failures. Not sure about coverage now.

codecov[bot] commented 2 years ago

Codecov Report

Merging #158 (6f5b04d) into master (322fb2e) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #158   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          682       689    +7     
  Branches       107       108    +1     
=========================================
+ Hits           682       689    +7     
Impacted Files Coverage Δ
src/hissp/reader.py 100.00% <ø> (ø)
src/hissp/__main__.py 100.00% <100.00%> (ø)
src/hissp/compiler.py 100.00% <100.00%> (ø)

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 322fb2e...6f5b04d. Read the comment docs.

gilch commented 2 years ago

Looks like we're good.