Skip to content

playground/ is scaffolded but has no source — just dev/just test/just probability all fail #6

@JoshuaJewell

Description

@JoshuaJewell

The playground/ has its toolchain in place (Justfile, deno.json, rescript.json, mustfile.toml) but the implementation directories are empty. The Justfile recipes reference files that don't exist yet:

  • just dev > src/main.ts (missing)
  • just ternary-demo > src/ternary.ts (missing)
  • just probability > src/probability.ts (missing)
  • just uncertainty > examples/uncertainty.ts (missing)
  • just test > no-ops with "No tests to run"

The only real content is examples/01_experiment.bet and examples/SafeDOMExample.res. So in its current state the playground is not something a contributor can run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions