Klebert-Engineering / simfil

The Simple Map Filter Language Interpreter 🌳.
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Remove Deprecated Eval Function #88

Closed johannes-wolf closed 3 months ago

johannes-wolf commented 3 months ago

Removes eval(..., rootIndex) which was a wrapper for eval(..., *pool.root(0)).

Also fixes a minor issue when building without readline.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
28.6% Duplication on New Code

See analysis details on SonarCloud

github-actions[bot] commented 3 months ago

Test Results

 1 files  Β±0   1 suites  Β±0   3m 7s :stopwatch: -3s 34 tests Β±0  34 :white_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0  35 runsβ€Š Β±0  35 :white_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0 

Results for commit d128a4e5. ± Comparison against base commit e583bdbf.

github-actions[bot] commented 3 months ago
Package Line Rate Branch Rate Health
include.simfil 61% 43% βž–
include.simfil.model 87% 61% βœ”
src 73% 41% βž–
src.model 80% 47% βœ”
Summary 74% (2055 / 2786) 43% (1656 / 3829) βž–

Minimum allowed line rate is 50%

josephbirkner commented 3 months ago

Nice πŸ’―