-
Notifications
You must be signed in to change notification settings - Fork 279
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
fix: Inherit properties set via Source #551
Conversation
df970d2
to
d76d818
Compare
Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
d76d818
to
e46d333
Compare
Hi! this PR doesn't seem to fix the issue. Going with #567 instead. Thanks for your work on this though! |
Not sure what issue it does not fix for you. For me it works just fine -- I generate demos like https://vda.li/images/basic-demo.webm with this patch and actually source the configuration from a separate tape. |
I cannot test #567 today, sorry, too much work at $dayjob |
If I set say, font and colors, in the included tape, they aren't reflected in anything that is done after the sourcing. For example, if I had two tapes,
|
ah, gotcha, the fix seems to be this though: #604 |
When tapes sourced into each other, properties set in included tapes aren't affecting the configuration in the tape that sources them. Fix this by allowing to parse them all within the current commands context.