Skip to content

Route private compound property writes through unified bytecode - #3000

Merged
rogeralsing merged 1 commit into
mainfrom
codex/unified-bytecode-loop-42-private-compound-logical
Jun 1, 2026
Merged

Route private compound property writes through unified bytecode#3000
rogeralsing merged 1 commit into
mainfrom
codex/unified-bytecode-loop-42-private-compound-logical

Conversation

@rogeralsing

Copy link
Copy Markdown
Contributor

Summary

  • route direct private named compound and logical property writes through production unified bytecode
  • keep private receiver-chain hops and private deletes outside the admitted boundary
  • update the unified bytecode expansion contract to remove stale private read/write/update decline wording

Verification

  • rtk dotnet test tests/Asynkron.JsEngine.Tests -c Release --filter "FullyQualifiedNameUnifiedBytecodeProductionInvocationTests.PrivateNamedCompoundPropertyWrite_UsesUnifiedBytecodeProductionFastPath|FullyQualifiedNameUnifiedBytecodeProductionInvocationTests.PrivateNamedLogicalPropertyWrite_UsesUnifiedBytecodeProductionFastPath|FullyQualifiedNameUnifiedBytecodeProductionEligibilityTests.Evaluate_PrivateNamedCompoundPropertyWrite_AcceptsNamedPropertyOpcodes|FullyQualifiedNameUnifiedBytecodeProductionEligibilityTests.Evaluate_PrivateNamedLogicalPropertyWrite_AcceptsNamedPropertyOpcodes|FullyQualifiedNameUnifiedBytecodeProductionEligibilityTests.Evaluate_PrivateNamedPropertyDelete_DeclinesWithExplicitCode|FullyQualifiedNameExpressionProgramCoverageMapTests.UnifiedBytecodeExpansionContract_ListsRequiredHeadingsAndCurrentEnums"
  • rtk dotnet test tests/Asynkron.JsEngine.Tests -c Release --filter "FullyQualifiedNameUnifiedBytecodeProductionEligibilityTests|FullyQualifiedNameUnifiedBytecodeProductionInvocationTests|FullyQualifiedNameUnifiedBytecodeProductionConstructCallTests|FullyQualifiedNameExpressionProgramCoverageMapTests"
  • rtk dotnet build src/Asynkron.JsEngine/Asynkron.JsEngine.csproj -c Release
  • rtk rg "EvaluateExpression(|ProfileEvaluateExpression(" src/Asynkron.JsEngine/Ast/TypedAstEvaluator.ExecutionPlanRunner*
  • rtk git diff --check

Note: skipped Roslynator/format/duplication gates per maintainer request to get the code in.

Copilot AI review requested due to automatic review settings June 1, 2026 19:02
@rogeralsing
rogeralsing merged commit 0774923 into main Jun 1, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@rogeralsing
rogeralsing deleted the codex/unified-bytecode-loop-42-private-compound-logical branch June 1, 2026 19:03
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