anachronauts / jeff65

a compiler targeting the Commodore 64 with gold-syntax
GNU General Public License v3.0
6 stars 0 forks source link

Non-pickle-based blum archive format #30

Closed jdpage closed 6 years ago

jdpage commented 6 years ago

Implements #28 using a custom format described in doc/blum.rst.

EDIT: In the cold light of day I've reviewed this and have changes that I want to make. DOUBLE EDIT: Okay, this should be ready for review now.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 175


Changes Missing Coverage Covered Lines Changed/Added Lines %
jeff65/blum/fmt.py 50 51 98.04%
jeff65/blum/symbol.py 267 280 95.36%
jeff65/blum/types.py 92 109 84.4%
jeff65/init.py 4 31 12.9%
<!-- Total: 421 479 87.89% -->
Totals Coverage Status
Change from base Build 165: 3.02%
Covered Lines: 962
Relevant Lines: 1139

💛 - Coveralls
jdpage commented 6 years ago

(Merged based on verbal confirmation from @woodrowbarlow )