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

Remove service command, file options refactoring #428

Merged
merged 18 commits into from
Feb 16, 2022
Merged

Conversation

DieMyst
Copy link
Member

@DieMyst DieMyst commented Feb 9, 2022

fixes #425

related to #379

@DieMyst DieMyst marked this pull request as ready for review February 10, 2022 09:39
@DieMyst DieMyst requested a review from alari February 10, 2022 09:39
LiteralRaw(value, ts)
case VarLambda(name, _) =>
// TODO why BottomType?
VarRaw(name.value, BottomType)
Copy link
Member

Choose a reason for hiding this comment

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

Why BottomType? Because you skip the semantics?

Copy link
Member Author

Choose a reason for hiding this comment

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

cause i don't know what types of these arguments

Copy link
Member

Choose a reason for hiding this comment

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

Why?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Plz add this reference to this TODO in the code, so that we don't miss it

def remove[F[_]: Async](implicit ec: ExecutionContext): Command[F[ExitCode]] =
Command(
name = "remove",
header = "Remove a service onto a remote peer"
Copy link
Member

Choose a reason for hiding this comment

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

Remove from, not onto

@DieMyst DieMyst merged commit 3320cff into main Feb 16, 2022
@DieMyst DieMyst deleted the delete-service branch February 16, 2022 07:47
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.

Delete services with aqua
2 participants