Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: control-toolbox/CTFlows.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.18
Choose a base ref
...
head repository: control-toolbox/CTFlows.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.19-beta
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Apr 2, 2026

  1. Add runtime consistency checks for @lie macro

    - Track which autonomous/variable arguments user explicitly provided
    - Add _get_TD and _get_VD accessor functions for type parameter extraction
    - Create __check_bracket_consistency function to validate operand compatibility
    - Always check TD/VD mismatches between typed operands
    - Only check user args against operands when explicitly provided
    - Update __transform_lie_poisson_expression to call consistency checks
    - Add 47 comprehensive test scenarios covering all TD/VD combinations
    - Fix test syntax errors with parentheses for macro + isa expressions
    
    Fixes issue where autonomous/variable keyword arguments were silently ignored
    when used with already typed VectorField/Hamiltonian operands.
    ocots committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    a3846dd View commit details
    Browse the repository at this point in the history
Loading