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: calculate alias when not provided in node apis to match behaviour in cli command #312

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

digitalsadhu
Copy link
Member

This behaviour is already present in the cli when using the alias command but was not present when using the programmatic api version of the alias command. This PR addresses that.

Copy link
Contributor

@trygve-lie trygve-lie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This need some serious consideration before we proceed. I would like an RFC on this before we implement this.

@digitalsadhu
Copy link
Member Author

Ok, I can write this up as an RFC, but this is already implemented.

Eg. if you run eik package-alias this already happens. This PR only updates things so that the programmatic version await eik.alias({ ... }) does the same.

I'll write up an RFC with use cases etc.

Base automatically changed from next to master August 12, 2021 13:20
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.

None yet

2 participants