Is there a trick to specifying -Sdeps
with the PS version of clj
?
PS C:\Users\seanc> clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "RELEASE"}}}'
Error building classpath. class clojure.lang.Symbol cannot be cast to class java.lang.CharSequence (clojure.lang.Symbol is in unnamed module of loader 'app'; java.lang.CharSequence is in module java.base of loader 'bootstrap')
java.lang.ClassCastException: class clojure.lang.Symbol cannot be cast to class java.lang.CharSequence (clojure.lang.Symbol is in unnamed module of loader 'app'; java.lang.CharSequence is in module java.base of loader 'bootstrap')
at clojure.core$re_matcher.invokeStatic(core.clj:4849)
at clojure.core$re_find.invokeStatic(core.clj:4898)
at clojure.core$re_find.invoke(core.clj:4898)
1.10.0.414
Oh TDEPS-121
Trying to install the updated version but I can't get around the execution policy error
PS C:\Users\seanc\Downloads> .\win-install-1.10.0.442.ps1
.\win-install-1.10.0.442.ps1 : File C:\Users\seanc\Downloads\win-install-1.10.0.442.ps1 cannot be loaded. The file
C:\Users\seanc\Downloads\win-install-1.10.0.442.ps1 is not digitally signed. You cannot run this script on the current
system. For more information about running scripts and setting execution policy, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
The Set-ExecutionPolicy...
command in the wiki page doesn't seem to affect this.I set it to ByPass
for Process
and that did it 😐