Skip to content

Commit

Permalink
docs: update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 8, 2023
1 parent e567f86 commit 47ce495
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions unit-cli/src/main/kotlin/cc/unitmesh/runner/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ class UnitCommand : CliktCommand() {
}
}
}
}

// Since the network is not stable, we need to retry
//
// private fun extracted(projects: List<SourceCode>, outputDir: File) {
// runBlocking {
// val deferredResults = projects.map {
Expand All @@ -66,8 +69,7 @@ class UnitCommand : CliktCommand() {
// }
// }
// }
}

//
//suspend fun processProject(code: SourceCode): ProcessorResult {
// return withContext(Dispatchers.Default) {
// logger.info("Start to process ${code.repository}")
Expand Down

0 comments on commit 47ce495

Please sign in to comment.