Skip to content

Conversation

@victormlg
Copy link
Contributor

No description provided.

@victormlg victormlg force-pushed the calling_bundle branch 3 times, most recently from 85d068f to 8410fcf Compare December 8, 2025 08:17
Copy link
Contributor

@larsewi larsewi left a comment

Choose a reason for hiding this comment

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

Otherwise, LGTM 🚀

Ticket: ENT-12724
Signed-off-by: Victor Moene <[email protected]>
Signed-off-by: Victor Moene <[email protected]>
PromiseBanner(ctx, pp);

const Bundle *bp = EvalContextResolveBundleExpression(ctx, PromiseGetPolicy(pp), BufferData(method_name), "agent");
Bundle *bp = (Bundle *) EvalContextResolveBundleExpression(ctx, PromiseGetPolicy(pp), BufferData(method_name), "agent");
Copy link
Contributor

Choose a reason for hiding this comment

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

Still casting const pointer to non-const. Maybe you'll need to create another function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants