Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ogma-core: Fix missing stream name substitution. Refs #120. #123

Merged
merged 2 commits into from
Jan 24, 2024

Commits on Jan 24, 2024

  1. ogma-core: Fix missing stream name substitution. Refs #120.

    When using property names as arguments to trigger, the Spec2Copilot
    backend does not apply the same variable/name substitution that was
    applied in their definition, thus referring in the call to trigger to an
    undefined argument.
    
    This commit modifies the generation of trigger names in Copilot to be
    able to apply the same name subsitution map, so that the stream name is
    resolved.
    ivanperez-keera committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8956f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448465b View commit details
    Browse the repository at this point in the history