Hello!
Board Intelligence (BI) is looking for talented people to join our team. We
are searching for smart and talented senior engineers to help architect and
build systems powering boardroom conversations at companies like Easy Jet,
Aviva, Britting Gas, BT and Royal Mail.
Clojure is our langu
1.10.0-RC1 is now available. You can try it with clj using:
clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.10.0-RC1"}}}'
1.10.0-RC1 is the same code as beta2 (only change are some changelog
fixes).
You can read the full 1.10 changelog here:
https://github.com/clojure/clojure/bl
Hi Alex,
I've tried updating 4 of our projects to 1.10.0-RC1 and running their test
suites etc and have uncovered no issues so far.
Many, many thanks to everyone for their hardwork!
R.
On Thu, 11 Oct 2018 at 16:11, Alex Miller wrote:
> 1.10.0-RC1 is now available. You can try it with clj usi
Thanks, good to hear.
On Thursday, October 11, 2018 at 10:29:22 AM UTC-5, Rick Moynihan wrote:
>
> Hi Alex,
>
> I've tried updating 4 of our projects to 1.10.0-RC1 and running their test
> suites etc and have uncovered no issues so far.
>
> Many, many thanks to everyone for their hardwork!
>
>
Yeah, nice work on getting to a RC Alex &co.
On Thu, 11 Oct 2018 at 16:32, Alex Miller wrote:
>
> Thanks, good to hear.
>
> On Thursday, October 11, 2018 at 10:29:22 AM UTC-5, Rick Moynihan wrote:
>>
>> Hi Alex,
>>
>> I've tried updating 4 of our projects to 1.10.0-RC1 and running their test
>>
Congrats!
Small suggestion. Under dependency updates it would be helpful to see the
previous version eg
"spec.alpha dependency to 0.2.176" -> "spec.alpha dependency from X.X.XXX
to 0.2.176"
On Thursday, October 11, 2018 at 10:11:45 AM UTC-5, Alex Miller wrote:
>
> 1.10.0-RC1 is now available
Hi Alex, have just finished testing on an 18 KLOC Clojure backend service
(Java 8, Linux). Test suites and deployed service runs fine.
Let me add my thanks for your hard work!
Cheers,
Matthew.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To pos
I'd like to share an idea and prototype code for better Java code completion in
CIDER. While my main development environment is CIDER, the small modifications
I made to support this idea were both to cider-nrepl and compliment -- which
are both used by other Clojure tooling besides CIDER -- so
I ran the latest version of Eastwood on the Clojure code itself, and didn't
find any surprising/new warnings. There are a fair number of reflection
warnings in what I would consider non-performance-critical functions (e.g.
clojure.java.browse/open-url-in-browser, and code for handling/printing
exc
RC1 seems to be doing just fine in dev/test for us (83K lines of code,
including tests). We have Beta 1 in production on one server and Alpha 8 on the
other four servers. No problems with any of that so far. I expect to have RC1
on all our servers next week.
And we’re happily taking advantage o
You might want to add to the datafy ns and function that they were
introduced in 1.10. I noticed they didn't have the :added metadata that
most Clojure core stuff has (it's very handy in IDEs/starter editors).
On Thu, 11 Oct 2018 at 18:11, Alex Miller wrote:
> 1.10.0-RC1 is now available. You ca
Btw. I was facing issues with `lein repl` after switching to clojure 1.10:
```
lein repl
...
Exception in thread "main" java.lang.ExceptionInInitializerError
at clojure.main.(main.java:20)
Compilation failed: Subprocess failed
```
Cleaning .lein* files in the project directory fixed it:
12 matches
Mail list logo