prolog icon indicating copy to clipboard operation
prolog copied to clipboard

Module

Open ichiban opened this issue 2 years ago • 1 comments

https://github.com/ichiban/prolog/issues/292

This PR implements a SICStus style module system.

ichiban avatar May 20 '23 02:05 ichiban

Codecov Report

Patch coverage: 66.47% and project coverage change: -3.57% :warning:

Comparison is base (c682cd3) 99.21% compared to head (9673e7f) 95.65%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #295      +/-   ##
==========================================
- Coverage   99.21%   95.65%   -3.57%     
==========================================
  Files          23       24       +1     
  Lines        7272     7777     +505     
==========================================
+ Hits         7215     7439     +224     
- Misses         51      321     +270     
- Partials        6       17      +11     
Files Changed Coverage Δ
engine/atom.go 100.00% <ø> (ø)
engine/env.go 97.96% <ø> (ø)
engine/module.go 3.38% <3.38%> (ø)
engine/text.go 74.40% <58.33%> (-25.60%) :arrow_down:
engine/clause.go 94.77% <61.90%> (-5.23%) :arrow_down:
engine/builtin.go 95.36% <69.27%> (-4.17%) :arrow_down:
engine/vm.go 93.65% <70.73%> (-0.81%) :arrow_down:
engine/term.go 93.22% <82.60%> (-6.78%) :arrow_down:
engine/parser.go 99.13% <96.29%> (-0.28%) :arrow_down:
interpreter.go 98.00% <96.42%> (-2.00%) :arrow_down:

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 21 '23 02:05 codecov[bot]