-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
feat: improves expression expansion when handling matrices #231
Conversation
Thanks for tackling this @ubiratansoares! I've been procrastinating on improving things here 😅 -- I'll do a quick pass now and then a more detailed on later today/tomorrow. |
a46b396
to
e28d18f
Compare
@woodruffw Fixed all the conflicts and addressed some comments! Impressed by the amount of stuff that happened since Friday, btw 😄 |
b132d8c
to
c67830f
Compare
377f3e1
to
686b966
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ubiratansoares, this LGTM! One nitpick but otherwise we're good to go.
Signed-off-by: William Woodruff <[email protected]>
An attempt to #114
There are a couple of improvements here, but at least we have a working implementation. I've added snapshot tests to exercise different scenarios for
self-hosted
audit andtemplate-injection
as well.See some comments below. Happy to get input here and interate over them 🙂
Closes #114