Skip to content

Conversation

@wiacekm
Copy link
Contributor

@wiacekm wiacekm commented May 30, 2025

preliminary changes to get rid of CompletableFuture from Cli and use Deffered isntead and start using TaskApp instead of App

One compile test is failing, not sure if end conditions are ok. It would be good to add some tests

Michał Wiącek added 2 commits June 2, 2025 11:54
preliminary changes to get rid of CompletableFuture from Cli and use Deffered isntead and start using TaskApp instead of App

One compile test is failing, not sure if end conditions are ok. It would be good to add some tests
There is still problem with `reflectMain` I am not sure where it is used. At the moment I have changed its signature
@wiacekm wiacekm force-pushed the start-using-task-app branch from 09cedbf to 69709d1 Compare June 2, 2025 09:55
@wiacekm wiacekm marked this pull request as ready for review June 12, 2025 05:53
cancel: CompletableFuture[java.lang.Boolean]
): Int = {
cancel: Deferred[MonixTask, Boolean],
activeCliSessions: Ref[MonixTask, Map[Path, List[CliSession]]]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am not sure about hits change.

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