-
Notifications
You must be signed in to change notification settings - Fork 7
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
deps.edn alias overrides from ~/.clojure/deps.edn
fail if they contain '/'
#2161
Comments
When you say they fail, what do you mean? |
I've fixed one bug where there was a warning in the run config panel that the alias name isn't valid (but that would still let you do what you need to do), but I can't find anything else. Let me know if there are further problems here that need attention. |
I mean it’s ignored
…On 5 May 2019 at 07:01:17, Colin Fleming ***@***.***) wrote:
I've fixed one bug where there was a warning in the run config panel that
the alias name isn't valid (but that would still let you do what you need
to do), but I can't find anything else. Let me know if there are further
problems here that need attention.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2161 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAA5M5KTEW5MD3BC5U2XBRLPTZSZ3ANCNFSM4HHRDLVQ>
.
|
I can't reproduce that. I've managed to:
Can you specify exactly what is failing for you? |
I’ll check my setup again with your latest build and report back
…On 6 May 2019 at 00:25:32, Colin Fleming ***@***.***) wrote:
I can't reproduce that. I've managed to:
1. Select the alias in the Clojure Deps toolwindow, and had the values
take effect in the project sync.
2. Add the alias to a run configuration, get it passed to deps and
have it take effect.
Can you specify exactly what is failing for you?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2161 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAA5M5P5QAGWHKXL4WB3XWTPT5NFZANCNFSM4HHRDLVQ>
.
|
the current project is Clojure
|
This seems to be a regression as my old local override aliases worked fine.
Changing
my/alias
tomy-alias
works as a fix.Cursive v1.8.1-2019.1
IntelliJ IDEA 2019.1 (Ultimate Edition)
Build #IU-191.6183.87, built on March 27, 2019
JRE: 1.8.0_202-release-1483-b39 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.4
The text was updated successfully, but these errors were encountered: