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

refactor: migrate import command to listr2 #3048

Merged
merged 3 commits into from Nov 6, 2022
Merged

Conversation

MarshallOfSound
Copy link
Member

As in title, this also allows us to fully delete the async-ora package

@erickzhao erickzhao requested review from a team and erickzhao November 4, 2022 16:11
packages/api/core/src/api/import.ts Outdated Show resolved Hide resolved
packages/api/core/src/api/import.ts Show resolved Hide resolved
Co-authored-by: Erick Zhao <erick@hotmail.ca>
Copy link
Member

@VerteDinde VerteDinde left a comment

Choose a reason for hiding this comment

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

Code looks good!

Is there any chance that something else outside of Forge would use async-ora? I was wondering if it would be worth it to throw on a deprecation warning before we outright deleting it - if we're pretty sure nothing's using it though, I'm fine to kill it 🙂

@MarshallOfSound
Copy link
Member Author

Is there any chance that something else outside of Forge would use async-ora? I was wondering if it would be worth it to throw on a deprecation warning before we outright deleting it - if we're pretty sure nothing's using it though, I'm fine to kill it 🙂

The old versions will keep working, we should probably deprecate it at some point but I don't see a need to right now

@MarshallOfSound MarshallOfSound merged commit d4bdc80 into main Nov 6, 2022
@MarshallOfSound MarshallOfSound deleted the import-listr branch November 6, 2022 00:49
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

3 participants