Skip to content

Conversation

@johnnyt
Copy link
Member

@johnnyt johnnyt commented Aug 31, 2025

Implements strict equality and strict inequality operators with proper
tokenization, parsing, evaluation, and decompilation support. Operators
work across all data types including undefined values and preserve
round-trip accuracy.

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

johnnyt and others added 2 commits August 31, 2025 05:12
Implements strict equality and strict inequality operators with proper
tokenization, parsing, evaluation, and decompilation support. Operators
work across all data types including undefined values and preserve
round-trip accuracy.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Aug 31, 2025

Codecov Report

❌ Patch coverage is 90.90909% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
lib/predicator/parser.ex 75.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
lib/predicator/evaluator.ex 91.00% <100.00%> (+0.09%) ⬆️
lib/predicator/lexer.ex 96.44% <100.00%> (+0.08%) ⬆️
lib/predicator/visitors/instructions_visitor.ex 95.94% <100.00%> (+0.17%) ⬆️
lib/predicator/visitors/string_visitor.ex 97.87% <100.00%> (+0.07%) ⬆️
lib/predicator/parser.ex 85.45% <75.00%> (-0.05%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@johnnyt johnnyt merged commit 743ce64 into main Aug 31, 2025
13 checks passed
@johnnyt johnnyt deleted the strict-equality branch August 31, 2025 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants