• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dblock / excalc-rs / 35949183403
99%

Build:
DEFAULT BRANCH: master
Ran 24 Sep 2026 02:54AM UTC
Jobs 1
Files 11
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Sep 2026 02:53AM UTC coverage: 99.708% (+0.06%) from 99.649%
35949183403

push

github

dblock
Add comparison and logical/bitwise operators

Implements =, >, < (comparison, returning 1/0) and xor, xnor, and (&
synonym), nand, or, nor (bitwise, on i64-truncated operands), plus
not(x), shl(x, y), shr(x, y).

New precedence chain: comparison (loosest) > logical-or-family >
logical-and-family > existing arithmetic chain.

Deviates from the original: = now tests equality instead of assigning
a variable (there is no assignment operator in this port), and ? (the
original's equality test) was dropped since it is no longer needed.

Bitwise ops use standard two's-complement wraparound semantics
(matching Rust's native i64 bitwise operators) rather than raising an
overflow error, including shl.

Updates docs/functions/logic.md (v1, fixes two contradictory example
typos in the original doc draft), DESIGN.md scope/catalog/grammar,
README examples, and CHANGELOG.md.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

292 of 292 new or added lines in 4 files covered. (100.0%)

1709 of 1714 relevant lines covered (99.71%)

261.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35949183403.1 24 Sep 2026 02:54AM UTC 11
99.71
GitHub Action Run
Source Files on build 35949183403
  • Tree
  • List 11
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #35949183403
  • 74804a68 on github
  • Prev Build on master (#35948400238)
  • Next Build on master (#35949394635)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc