Skip to content

Remove or implement the missing human-input sample task #55

@nficano

Description

@nficano

The samples build registers a runHumanInput task for a class that does not exist. samples/build.gradle.kts:38 maps runHumanInput to com.arcp.samples.humaninput.MainKt, and samples/README.md:31 links to samples/src/main/kotlin/com/arcp/samples/humaninput, but there is no matching source directory or Kotlin file in the working tree. Running that sample task will fail with a missing main class after compilation.

Fix prompt: Either restore the human-input sample under samples/src/main/kotlin/com/arcp/samples/humaninput/Main.kt or remove the stale task and README row. If the feature is intentionally out of scope for this SDK version, prefer removing the task so ./gradlew :samples:tasks --group samples lists only runnable samples. Add a lightweight check that every sample task's main class resolves to a source file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingseverity:lowLow severity issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions