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

feature: Allow specifying extensions in the conjure IR #411

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

splucs
Copy link
Contributor

@splucs splucs commented Feb 1, 2024

Summary

Currently the YAML->IR compiler does support adding an extensions block to the IR, but we don't provide any way to use that via the plugin.
This PR adds an "extensions" field in the plugin config that is plumbed to the compiler. This is only enabled when the IR locator is of type YAML and using the extension on other locator types causes a failure.

Changelog

==COMMIT_MSG==
Allow specifying extensions in the conjure IR
==COMMIT_MSG==


This change is Reviewable

@splucs splucs requested a review from nmiyake February 1, 2024 19:21
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