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

introduce cider-start-server command #3555

Merged
merged 22 commits into from
Oct 31, 2023
Merged

Commits on Oct 26, 2023

  1. introduce cider-start-server

    by  splitting cider-jack-in
    behrica committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5047be9 View commit details
    Browse the repository at this point in the history
  2. Update cider.el

    Co-authored-by: vemv <vemv@users.noreply.github.com>
    behrica and vemv committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4ba83ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b0a665 View commit details
    Browse the repository at this point in the history
  4. fixed indent

    behrica committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    facdb03 View commit details
    Browse the repository at this point in the history
  5. one more indent

    behrica committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3ba5590 View commit details
    Browse the repository at this point in the history
  6. Update cider.el

    Co-authored-by: vemv <vemv@users.noreply.github.com>
    behrica and vemv committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a41f79e View commit details
    Browse the repository at this point in the history
  7. fixed spleeling

    behrica committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2d9dcdf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b3ca5d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Update cider.el

    Co-authored-by: vemv <vemv@users.noreply.github.com>
    behrica and vemv committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    71c9419 View commit details
    Browse the repository at this point in the history
  2. Update doc/modules/ROOT/pages/basics/up_and_running.adoc

    Co-authored-by: vemv <vemv@users.noreply.github.com>
    behrica and vemv committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    5d55986 View commit details
    Browse the repository at this point in the history
  3. changed comments / docu

    addressing PR comments
    behrica committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    143ab01 View commit details
    Browse the repository at this point in the history
  4. change docs / comments

    from PR review
    behrica committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    839da0c View commit details
    Browse the repository at this point in the history
  5. renamed private start method

    to cider--start-nrepl-server-with-callback
    behrica committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    3bb054c View commit details
    Browse the repository at this point in the history
  6. fixed indent

    behrica committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    8e3585e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. adressed PR comments

    regrading key binding and &optional
    behrica committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0bc72a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66ca6ba View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. added 2 more key bindings

    behrica committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    be1c95d View commit details
    Browse the repository at this point in the history
  2. mentioned key binding

    behrica committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    55b4760 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e51e46a View commit details
    Browse the repository at this point in the history
  4. removed let

    behrica committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    610ca3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37436e7 View commit details
    Browse the repository at this point in the history
  6. adressed 3 review comments

    behrica committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    307f991 View commit details
    Browse the repository at this point in the history