-
Notifications
You must be signed in to change notification settings - Fork 6
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
little generalization to be able to use repositories with username/pwd, ... #6
Open
bergm
wants to merge
15
commits into
tailrecursion:master
Choose a base branch
from
bergm:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d, e.g. my.datomic.com
- refactored how we inject cljs env and pass that on to the repl task
- The :quiet option is now available for the watch task. It suppresses ANSI colors and the rolling stopwatch, printing only the elapsed time and possibly stacktraces if there are any exceptions thrown by the build. - Prevent redundant :exclude clauses from being added to dependency coordinates in the boot environment's :dependencies key. - Fix improper dependency calculations.
- Improve brepl connection script injection For Hoplon apps, the connection script must be appended to the existing hoplon init <script...> section. For normal clojure apps, appending a separate <script...> is preferred. - hoplon's ns generation no longer includes a gensym, update README
- when in headless or pass-through modes, don't pay for reply - Also, remove anything to do with drawbridge. - Drawbridge is in bit-rot and brings in a lot of stale dependencies - security issues exposing repl over http (use ssh tunneling to repl ports instead) - not worth effort to support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
...e.g. my.datomic.com
Hi,
I added some small changes, which would be nice to have added to the code base:
-> I changed it internally to use maps as pomegranate/aether does and distinguish just in the multi-method between the :repository value being a set or a map
-> the second/other part of the change is in boot
Michael