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

Fix incorrect generation of commands with aliases #279

Merged
merged 2 commits into from
Mar 22, 2020
Merged

Conversation

MaikKlein
Copy link
Member

@MaikKlein MaikKlein commented Mar 21, 2020

Ash still uses vkxml in some parts which is not aware of command aliases, and therefore we had a few extensions that were just empty.

So instead of upgrading ash to vk_parse everywhere, this PR just uses the alias information of vk_parse as a workaround.

This should fix 3 open PRs

#278
#276
#262

@MaikKlein MaikKlein merged commit af6acb9 into master Mar 22, 2020
@MaikKlein MaikKlein deleted the fix-alias-gen branch March 22, 2020 13:01
gabdube pushed a commit to gabdube/ash that referenced this pull request Mar 23, 2020
* Fix incorrect generation of commands with aliases

* Use alias name instead of the actual cmd name
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.

1 participant