Skip to content

Conversation

@Lipen
Copy link
Member

@Lipen Lipen commented Oct 29, 2025

This PR fixes the situation when the cast (as ...) fails and the JVM exception does not contain enough information to trace the error without a debugger.

Also, we ignore CastExpr in LHS of AssignStmt: this is a real construction in TypeScript, but since it does almost nothing, we decided to just ignore it, in order to avoid re-designing the model, which relied on the fact that LHS of assignment can only be local/ref/array.

@Lipen Lipen requested a review from CaelmBleidd October 29, 2025 14:28
@github-actions
Copy link
Contributor

Test Results

  218 files  ±0    218 suites  ±0   16m 13s ⏱️ +17s
  744 tests ±0    732 ✅ ±0  12 💤 ±0  0 ❌ ±0 
2 014 runs  ±0  1 964 ✅ ±0  50 💤 ±0  0 ❌ ±0 

Results for commit 311b81a. ± Comparison against base commit f2818d6.

@Lipen Lipen merged commit 60f7a77 into neo Oct 30, 2025
9 checks passed
@Lipen Lipen deleted the lipen/lhs-cast branch October 30, 2025 12:18
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.

3 participants