-
Notifications
You must be signed in to change notification settings - Fork 6
Collection of improvements #37
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
Conversation
particularly it has no name attribute that would be required
otherwise there is a name clash with the name attribute of the nodes before this change the CLI for repeats was ``` if str($i_repeat....) == "when_content" ``` now its ``` if str($i_ACTUAL_REPEAT_NAME....) == "when_content" ```
if the `mako_path` parameter is passed to the `command_line` function then the path is overwritten, i.e. if the repeat is contained in or contains other conditionals, repeats, etc they do not appear in the path of the produced variable.
outer element need to be first
284e93c to
69b9bed
Compare
missing deploy so far
and code simplification
but take as given
command needs to be a list
i.e. non-empty
|
@hexylena totally forgot about this one. Guess this is ready for review :) |
|
Hoi @bernt-matthias sounds good! I'll give it a look |
|
Hey @hexylena thanks fort merging. Can we prepare a new release here? Let me know if I can help. |
I think if you create a new tag, the rest will be handled. Would you like to? Judging by my commit message the last time I touched the automated release, I did not enjoy the process 😆 but maybe it's fully automated now, or you can tell me what needs to be fixed. |
|
I created 0.5.4 .. but it tries to push 0.5.3 .. which fails :( |
|
ah was just missing the package bump: 2a26948 thanks for testing it for me :) |
Just using
galaxyxmlin some project. Will collect bugfixes and improvements here.Will ping when ready.