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

REPL+CLI support #44

Closed
wants to merge 43 commits into from
Closed

REPL+CLI support #44

wants to merge 43 commits into from

Commits on Feb 2, 2022

  1. clojure cli/repl support

    frenchy64 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    446e1d9 View commit details
    Browse the repository at this point in the history
  2. fix doc

    frenchy64 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    9c281ea View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. fix some oversights

    frenchy64 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    1328997 View commit details
    Browse the repository at this point in the history
  2. move repl defaults to exec

    frenchy64 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    14f566c View commit details
    Browse the repository at this point in the history
  3. fix up build.yml

    frenchy64 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    a1b8a2f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    a1f575b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f802b9f View commit details
    Browse the repository at this point in the history
  3. wip kv leiningen interface

    frenchy64 committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    60f2772 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. fix

    frenchy64 committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    2f8d9fd View commit details
    Browse the repository at this point in the history
  2. wip

    frenchy64 committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    c0c1e2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70a3a20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3467e6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    194069e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. wip

    frenchy64 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    d3b2f6e View commit details
    Browse the repository at this point in the history
  2. fix tests

    frenchy64 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    35c179f View commit details
    Browse the repository at this point in the history
  3. wip

    frenchy64 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ab5ee81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d47cf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c87b25b View commit details
    Browse the repository at this point in the history
  6. doc

    frenchy64 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    e4264e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae0c0b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efc7880 View commit details
    Browse the repository at this point in the history
  9. wip -M cli interface

    frenchy64 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    1db9363 View commit details
    Browse the repository at this point in the history
  10. fix

    frenchy64 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    f49f83b View commit details
    Browse the repository at this point in the history
  11. test -M correctly

    frenchy64 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    9acbb23 View commit details
    Browse the repository at this point in the history
  12. doc

    frenchy64 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    17300cf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5066929 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    359ccdc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9d4fdf9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    15fa5e4 View commit details
    Browse the repository at this point in the history
  17. start testing -M sugar

    frenchy64 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    a780b23 View commit details
    Browse the repository at this point in the history
  18. parallelize tests

    frenchy64 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7916d53 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. fix test parallelism

    frenchy64 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    77abb96 View commit details
    Browse the repository at this point in the history
  2. main tests

    frenchy64 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    302dd80 View commit details
    Browse the repository at this point in the history
  3. split tests

    frenchy64 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    b6b1786 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. remove unused test paths

    frenchy64 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    8037345 View commit details
    Browse the repository at this point in the history
  2. absolutize lein paths

    frenchy64 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    9a3435c View commit details
    Browse the repository at this point in the history
  3. absolutize opts

    frenchy64 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    b0c6996 View commit details
    Browse the repository at this point in the history
  4. fix lein logic

    frenchy64 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    28cc4bc View commit details
    Browse the repository at this point in the history
  5. restage

    frenchy64 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    9849a49 View commit details
    Browse the repository at this point in the history
  6. refactor

    frenchy64 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    88a8f85 View commit details
    Browse the repository at this point in the history
  7. todos

    frenchy64 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    734f101 View commit details
    Browse the repository at this point in the history
  8. drop cli :only arg

    frenchy64 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    fc8487e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. rm prints

    frenchy64 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ad33592 View commit details
    Browse the repository at this point in the history