Skip to content

Add prepl-server task #747

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

Merged
merged 1 commit into from
Jun 1, 2019
Merged

Add prepl-server task #747

merged 1 commit into from
Jun 1, 2019

Conversation

daveyarwood
Copy link
Member

This adds a prepl-server built-in task, which is a thin wrapper around the existing socket-server task.

Motivation and Context

prepl-based tooling is starting to become a thing, and it's useful to be able to start a prepl server in the context of a Boot project with minimal effort.

How Has This Been Tested?

I have this task in my profile.boot and it works nicely for my personal workflow using Conjure (a prepl-based Clojure development plugin for Neovim).

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
    • I made an attempt... I ran ./mkdocs and it updated a lot of things in the docs, but weirdly, it didn't add prepl-server to the built in tasks docs, so I didn't check the doc updates in.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
    • Unclear to me whether it's needed in this case.
  • All new and existing tests passed.

@daveyarwood daveyarwood requested a review from burn2delete June 1, 2019 18:16
@burn2delete burn2delete merged commit 95d1a0e into boot-clj:master Jun 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants