ANN: ClojureScript 1.11.132

2024-01-24 Thread David Nolen
Please see https://clojurescript.org/news/2024-01-24-release for details. Thanks! David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

[ANN] aws-api 0.8.681 is now available!

2023-06-16 Thread David Chelimsky
aws-api 0.8.681 is now available! There have been a few other releases since our last announcement. 0.8.681 / 2023-06-16 - add :cognitect.aws.http/status and, when AWS provides an error code, :cognitect.aws.error/code, to error response maps

[ANN] Cognitect Labs' aws-api 0.8.666

2023-04-27 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.666 is now available! 0.8.666 / 2023-04-27 - 301 gets cognitect.anomalies/incorrect instead of cognitect.anomalies/fault #237

[ANN] Cognitect Labs' aws-api 0.8.652

2023-02-28 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.652 is now available! 0.8.652 / 2023-02-28 - ensure that we only read InputStream request bodies once #231 - h/t @jetmind - convey :document types in response payloads #232

[ANN] Cognitect Labs' aws-api 0.8.635

2022-12-28 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.635 is now available! 0.8.635 / 2022-12-28 - fix URI parsing bug in ec2-metadata-utils (h/t @stevebuik) - this makes the client work in aws lambda with snapstart - add function to instrument test double client after initialization README:

[ANN] Cognitect Labs' aws-api 0.8.630

2022-12-05 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.630 is now available! Here are the updates since the last release we announced: 0.8.630 / 2022-12-05 - log the credentials provider that succeeded #217 - add keyword access to :api on the test

[ANN] Cognitect Labs' aws-api 0.8.603

2022-10-14 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.603 is now available! 0.8.603 / 2022-10-11 - parse XML error messages from AWS even when we ask for JSON #174 README: https://github.com/cognitect-labs/aws-api/ API Docs:

[ANN] Cognitect Labs' aws-api 0.8.596

2022-09-16 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.596 is now available! 0.8.596 / 2022-09-16 - upgrade to org.clojure/data.xml 0.2.0-alpha8. Fixes parsing issue #205 README: https://github.com/cognitect-labs/aws-api/ API Docs:

[ANN] Cognitect Labs' aws-api 0.8.589

2022-09-12 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.589 is now available! CHANGES (includes changes from releases since 0.8.515 - it's been a while!) 0.8.589 / 2022-09-12 - add api/invoke-async and deprecate api.async/invoke - add test double client with custom handler support #186

ANN: ClojureScript 1.10.914

2021-12-20 Thread David Nolen
Please see https://clojurescript.org/news/2021-12-20-release for details. Thanks! David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

ANN: ClojureScript 1.10.891

2021-11-04 Thread David Nolen
Please see https://clojurescript.org/news/2021-11-04-release for details Thanks! David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

ANN: ClojureScript 1.10.866

2021-05-25 Thread David Nolen
Please see https://clojurescript.org/news/2021-05-24-release for details. Thanks! David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

ANN: ClojureScript 1.10.844

2021-04-07 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript Please refer to the announce post for the details: https://clojurescript.org/news/2021-04-06-release As always, feedback welcome! David -- You received

Re: [ANN] Cognitect Labs' aws-api 0.8.505

2021-02-23 Thread David Chelimsky
detail/CVE-2020-27218> - MEDIUM On Tuesday, February 23, 2021 at 9:40:27 PM UTC-6 David Chelimsky wrote: > Cognitect Labs' aws-api 0.8.505 is now available! > > CHANGES > >- upgrade to cognitect/http-client-0.1.106 > - transitive upgrade to > org.ecli

[ANN] Cognitect Labs' aws-api 0.8.505

2021-02-23 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.505 is now available! CHANGES - upgrade to cognitect/http-client-0.1.106 - transitive upgrade to org.eclipse.jetty/jetty-client-9.4.36.v20210114 #173 README:

Re: cljs.test :after fixture not called if test errors

2020-11-25 Thread David Nolen
In the async case just handle the error yourself and fail the test. There's really not a good way to detect async errors since there isn't one way to. do async (promises, core.async, etc.). David On Wed, Nov 25, 2020 at 1:19 AM Stuart Campbell wrote: > That unfortunately doesn't work for as

[ANN] Cognitect Labs' aws-api 0.8.474

2020-08-17 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.474 is now available! CHANGES - fix bug decoding GetBucketPolicy response #148 README: https://github.com/cognitect-labs/aws-api/ API Docs: https://cognitect-labs.github.io/aws-api/ Changelog:

Re: Cognitect joins Nubank!

2020-07-24 Thread David Powell
> I think this will *compound interest* in the language! > Nice. And congratulations Clojure team! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

ANN: ClojureScript 1.10.741

2020-04-24 Thread David Nolen
building against node_modules: https://clojurescript.org/news/2020-04-24-bundle-target As always, feedback welcome! David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note

[ANN] Cognitect Labs' aws-api 0.8.437

2020-02-14 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.437 is now available! CHANGES - fix issue with invoke hanging when no region or creds are found #124 README: https://github.com/cognitect-labs/aws-api/ API Docs: https://cognitect-labs.github.io/aws-api/

Re: [ANN] Cognitect Labs' aws-api 0.8.430

2020-02-14 Thread David Chelimsky
client? > > On Tue, Feb 11, 2020 at 10:09 AM David Chelimsky > wrote: > >> Cognitect Labs' aws-api 0.8.430 is now available! >> >> NOTE: we changed the behavior of cognitect.aws.client.api/client in >> order to support automatic resource management. Although this shoul

[ANN] Cognitect Labs' aws-api 0.8.430

2020-02-11 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.430 is now available! NOTE: we changed the behavior of cognitect.aws.client.api/client in order to support automatic resource management. Although this should be a drop-in upgrade for most of you, anything you've been doing to manually manage resources is probably

Re: Clojure Spec and Human Readable Error Messages

2020-02-03 Thread David Simmons
Many thanks John. I'll check out phrase. If you do get something working I'd love to see it as your approach seems the simplest to me. cheers Dave On Monday, February 3, 2020 at 10:27:08 PM UTC, John Shaffer wrote: > > The phrase library can create human-readable error messages: >

Clojure Spec and Human Readable Error Messages

2020-02-03 Thread David Simmons
Hi All. I've just come back to Clojure (after being away for a few years) and I'm incredibly impressed with how things have moved on. I particuarly like Clojure Spec but I'm struggling to understand how I can convert coercion erros to a human friendly for for end users to understand on a

Re: New AWS services supported by Cognitect Labs' aws-api.

2019-12-05 Thread David Chelimsky
One more today: {com.cognitect.aws/kinesis-video-signaling {:mvn/version "781.2.585.0"}} On Wednesday, December 4, 2019 at 4:41:35 PM UTC-6, David Chelimsky wrote: > > Over the past couple of days, AWS has announced a number of new services > at AWS re:Invent, a

Re: New AWS services supported by Cognitect Labs' aws-api.

2019-12-05 Thread David Chelimsky
Thanks, Michael! On Wednesday, December 4, 2019 at 5:22:19 PM UTC-6, Michael Glaesemann wrote: > > > > > On 2019–12–04, at 16:41, David Chelimsky > wrote: > > > > Over the past couple of days, AWS has announced a number of new services > at AW

New AWS services supported by Cognitect Labs' aws-api.

2019-12-04 Thread David Chelimsky
Over the past couple of days, AWS has announced a number of new services at AWS re:Invent, and released support for these services in their SDKs. As of today, Cognitect Labs' aws-api supports the new services listed below. See

Re: 100x startup for Clojure using GraalVM

2019-11-29 Thread david hoyt
This kind of think is really only interesting for shell piping in bash. It won’t help numerical, tensor, neural, simulation, nor business codes. Good FORTRAN environments can do hard numerical faster. To a lesser amount, so can C. In supercomputing, that advantage is reduced. I/O bandwidth

[ANN] Cognitect Labs' aws-api 0.8.408

2019-11-26 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.408 is now available! CHANGES - Reduce noise from reflection warnings in java 9+ #106 - Get signing region from endpoint config #105 - Add

Re: [ANN] Cognitect Labs' aws-api 0.0.8.391

2019-10-26 Thread David Chelimsky
/master/latest-releases.edn On Fri, Oct 25, 2019 at 3:25 PM David Chelimsky wrote: > Cognitect Labs' aws-api 0.8.391 is now available! > > CHANGES > >- Fix: S3 HeadObject fails with large files #97 ><https://github.com/cognitect-labs/aws-api/issues/97> > -

[ANN] Cognitect Labs' aws-api 0.0.8.391

2019-10-25 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.391 is now available! CHANGES - Fix: S3 HeadObject fails with large files #97 - This was fixed in cognitect/http-client 0.1.101 - Fix concurrency 4 limit introduced in 0.8.383 README:

Re: Keys in EDN maps: keywords or symbols

2019-10-24 Thread David Chelimsky
I think James talking about resolution of values when he said "designates", not "the value bound to a key in the map." In other words, the keyword :email resolves to the keyword :email, whereas the symbol clojure.core/vec resolves to a function. Keywords-as-keys give you some benefits when

Re: [ANN] Cognitect Labs' aws-api 0.8.352

2019-10-24 Thread David Chelimsky
DISREGARD The correct release number is 0.8.383. See https://groups.google.com/forum/#!topic/clojure/8sdm5VW5tmU On Thursday, October 24, 2019 at 8:23:48 AM UTC-5, David Chelimsky wrote: > > Cognitect Labs' aws-api 0.8.352 is now available! > > CHANGES in 0.8.352 > >

[ANN] Cognitect Labs' aws-api 0.8.383

2019-10-24 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.383 is now available! CHANGES in 0.8.383 - Make http calls to fetch credentials async / non-blocking. CHANGES from 0.8.378 (previously unannounced) - Include service full names in latest-releases.edn #32

[ANN] Cognitect Labs' aws-api 0.8.352

2019-10-24 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.352 is now available! CHANGES in 0.8.352 - Make http calls to fetch credentials async / non-blocking. CHANGES from 0.8.378 (previously unannounced) - Include service full names in latest-releases.edn #32

Benefits to partial functions.

2019-10-20 Thread david hoyt
Is there a performance benefit (or detriment) to creating partial functions? Other than the potential reduction of complexity, is there a difference between using partial & comp and defining new functions? -- You received this message because you are subscribed to the Google Groups "Clojure"

Re: Using :clojure.spec.alpha/invalid inside clojure.core macros throw exception

2019-09-18 Thread 'David Bürgin' via Clojure
This is a known issue, see https://clojure.atlassian.net/projects/CLJ/issues/CLJ-1966 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated -

[ANN] Cognitect Labs' aws-api 0.8.352

2019-07-26 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.352 is now available! CHANGES - Use custom dynaload for http-client #88 - Restores compatibility with Clojure-1.9 README: https://github.com/cognitect-labs/aws-api/ API Docs:

[no subject]

2019-07-18 Thread 'David Bürgin' via Clojure
I’m an email user. For some reason official announcements (by Alex Miller) don’t get sent out via email, they only appear in the Google Groups web interface. Replies (and all other messages) do land in my inbox, though. Something wrong with your email Alex, or is it Google Groups? -- You

Re: [ANN] Cognitect Labs' aws-api 0.8.345

2019-07-09 Thread David Chelimsky
Hadil, We've got a fix ready on master. If you update your deps.edn to use sha 971084a0a64a8c10db525ea9f8fdc251787ad058, you can try it out. Please report on https://github.com/cognitect-labs/aws-api/issues/88 if you do. Thanks, David On Monday, July 8, 2019 at 9:11:02 AM UTC-5, David

Re: [ANN] Cognitect Labs' aws-api 0.8.345

2019-07-08 Thread David Chelimsky
), however we want aws-api to work with 1.9. We'll get a release out soon to address this issue. Thanks, David On Saturday, July 6, 2019 at 4:59:31 PM UTC-5, Hadil Sabbagh wrote: > > Yes, I did. It’s working again with aws-api 0.8.305 > > On Jul 6, 2019, at 2:39 PM, > < > se...

Re: [ANN] Cognitect Labs' aws-api 0.8.342

2019-07-06 Thread David Chelimsky
One more time Use 0.8.345 instead, please. On Saturday, July 6, 2019 at 6:14:16 AM UTC-5, David Chelimsky wrote: > > Cognitect Labs' aws-api 0.8.342 is now available! > > CHANGES > >- skip whitespace when reading XML (fixes #85 ><https://github.com/cognitec

[ANN] Cognitect Labs' aws-api 0.8.345

2019-07-06 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.345 is now available! CHANGES - Update pom.xml with same deps as deps.edn #86 README: https://github.com/cognitect-labs/aws-api/ API Docs: https://cognitect-labs.github.io/aws-api/ Changelog:

Re: [ANN] Cognitect Labs' aws-api 0.8.335

2019-07-06 Thread David Chelimsky
Unfortunately, 0.8.335 introduced two bugs! One in the iam client, and one in pretty much everything because the pom.xml didn't get updated with the new deps. Please use 0.8.345, which fixes both issues. On Saturday, July 6, 2019 at 6:11:09 AM UTC-5, David Chelimsky wrote: > > Unfortu

[ANN] Cognitect Labs' aws-api 0.8.342

2019-07-06 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.342 is now available! CHANGES - skip whitespace when reading XML (fixes #85 ) README: https://github.com/cognitect-labs/aws-api/ API Docs: https://cognitect-labs.github.io/aws-api/ Changelog:

Re: [ANN] Cognitect Labs' aws-api 0.8.335

2019-07-06 Thread David Chelimsky
Unfortunately, 0.8.335 introduced a bug in the iam client. Fortunately, release 0.8.342 fixes it, so use that instead! On Friday, July 5, 2019 at 2:37:40 PM UTC-5, David Chelimsky wrote: > > Cognitect Labs' aws-api 0.8.335 is now available! > > CHANGES > >- use clojur

[ANN] Cognitect Labs' aws-api 0.8.335

2019-07-05 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.335 is now available! CHANGES - use clojure.data.xml instead of clojure.xml - resolves Illegal Reflective Access warnings in java 11 #19 - upgrade cognitect http-client - upgrades jetty to

[ANN] Cognitect Labs' aws-api 0.8.305

2019-05-13 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.305 is now available! CHANGES - add x-amz-glacier-version header to glacier requests #74 README: https://github.com/cognitect-labs/aws-api/ API Docs: https://cognitect-labs.github.io/aws-api/ Changelog:

[ANN] Cognitect Labs' aws-api 0.8.301

2019-04-19 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.301 is now available! CHANGES - fix bug generating default idempotencyToken #72 - fix uri-encoding bug when *unchecked-math* is true #71 README:

[ANN] Cognitect Labs' aws-api 0.8.292

2019-04-12 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.292 is now available! CHANGES - improved support for apigatewaymanagementapi :PostToConnection NOTE: this represents a breaking change for anybody using :PostToConnection. See https://github.com/cognitect-labs/aws-api/#posttoconnection for the correct way to

[ANN] Cognitect Labs' aws-api 0.8.289

2019-03-29 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.289 is now available! CHANGES - fix signing bug introduced in 0.8.283 README: https://github.com/cognitect-labs/aws-api/ API Docs: https://cognitect-labs.github.io/aws-api/ Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md Latest

Re: [ANN] Cognitect Labs' aws-api 0.8.283

2019-03-29 Thread David Chelimsky
This release introduced a bug. Use 0.8.289 instead! On Friday, March 29, 2019 at 2:42:07 PM UTC-5, David Chelimsky wrote: > > Cognitect Labs' aws-api 0.8.283 is now available! > > CHANGES > > >- read input-stream once #67 ><https://github.com/cognitect-labs/aw

[ANN] Cognitect Labs' aws-api 0.8.283

2019-03-29 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.283 is now available! CHANGES - read input-stream once #67 README: https://github.com/cognitect-labs/aws-api/ API Docs: https://cognitect-labs.github.io/aws-api/ Changelog:

Re: [ANN] Cognitect Labs' aws-api 0.8.280

2019-03-26 Thread David Chelimsky
Correction: Cognitect Labs' aws-api 0.8.280 is now available! On Tuesday, March 26, 2019 at 7:20:25 AM UTC-5, David Chelimsky wrote: > > Cognitect Labs' aws-api 0.8.273 is now available! > > CHANGES > > >- support endpoint-override map #59 ><https://github

[ANN] Cognitect Labs' aws-api 0.8.280

2019-03-26 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.273 is now available! CHANGES - support endpoint-override map #59 , #61 , #64 - only

Re: [ANN] Clojure 1.10.1-beta1

2019-03-23 Thread David Neu
Hi Alex, I had been getting Error: Could not find or load main class clojure.main Caused by: java.lang.ClassNotFoundException: clojure.main when starting a socket repl with a custom repl function, e.g. :aliases {:socket {:jvm-opts

[ANN] tools.deps.alpha 0.6.496 and clj 1.10.0.442

2019-03-18 Thread 'David Bürgin' via Clojure
Nice, thank you, Alex! By the way, I am no longer getting email notifications from Jira, though nothing has changed on my end … just to let you know. -- David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group,

[ANN] Cognitect Labs' aws-api 0.8.273

2019-03-01 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.273 is now available! CHANGES (since last announcement) - friendly error when op not supported #62 - daemonize the credentials auto-refresh thread #57

[ANN] Cognitect Labs' aws-api 0.8.253

2019-02-08 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.253 is now available! CHANGES - fixed URI generation bug #56 - ensure keyword keys for errors in json protocols #55 - add stop fn to release

[ANN] com.cognitect.aws/api-0.8.243

2019-02-03 Thread David Chelimsky
com.cognitect.aws/api-0.8.243 is now available CHANGES - fix signing bug (double slashes in uris) #53 - fix signing bug (query-string param ordering) #52 API Docs:

ANN: ClojureScript 1.10.516

2019-01-31 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript Please refer to the announce post for the details: https://clojurescript.org/news/2019-01-31-release As always, feedback welcome! -- You received this

[ANN] com.cognitect.aws/api-0.8.223

2019-01-26 Thread David Chelimsky
com.cognitect.aws/api-0.8.223 is now available CHANGES - support endpoint-override #43 - parse "map" shapes using their key spec instead of assuming keyword keys #50 -

[ANN] com.cognitect.aws/api-0.8.204

2019-01-18 Thread David Chelimsky
com.cognitect.aws/api-0.8.198 is now available Changes - support nested values in config #42 - handle doubles when parsing timestamps #36 Repo:

[ANN] com.cognitect.aws/api-0.8.198

2019-01-11 Thread David Chelimsky
com.cognitect.aws/api-0.8.198 is now available Changes from 0.8.198 / 2019-01-11 - support HAL responses #30 - extend Datafiable via metadata (allows use with clojure-1.9) - fix edge case bug parsing json with locationNames -

[ANN] com.cognitect.aws/api-0.8.158

2018-12-13 Thread David Chelimsky
com.cognitect.aws/api-0.8.158 is now available. Changes: - use signingName when available in service metadata. #26 Repo: https://github.com/cognitect-labs/aws-api/ Changelog:

[ANN] com.cognitect.aws/api-0.8.155

2018-12-12 Thread David Chelimsky
com.cognitect.aws/api-0.8.155 is now available. There have been a few unannounced releases, so here are all the changes since our initial public release on 2018-11-30: - Stringify query protocol body param vals before url encoding them. #25

Re: ANN: clj-windows-1.0-alpha - Clojure installer and CLI tools for windows 10

2018-11-06 Thread David Powell
Just wondering... You know how the escaping of double quotes with backslashes gets pretty messy in windows because single quotes aren't used, well does it need to be? As I understand it, in Windows the command line is just a string (as returned by GetCommandLine), and it is broken up into things

ANN: ClojureScript 1.10.439

2018-11-05 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript Leiningen dependency information: [org.clojure/clojurescript "1.10.439"] Please refer the announce post for the details:

Re: Can someone explains the difference between print-method and print-dup once and for all?

2018-08-10 Thread David Bürgin
On 10/08/18 06:33, Didier wrote: > Thanks David. So if I need to extend edn to serialize custom types, I should > extend print-method? And have it switch on print-readably? Where when true, > prints a reabale edn literal #x/y ... for example, otherwise it prints as > standard

Re: Can someone explains the difference between print-method and print-dup once and for all?

2018-08-09 Thread David Bürgin
If your goal is to produce edn, go with pr/prn/*print-readably*, not print-dup. print-dup output often cannot be read as edn: (print-dup {:k "v"} *out*) ;; #=(clojure.lang.PersistentArrayMap/create {:k "v"}) -- David -- You received this message because you are subs

Forward-declare a spec before use?

2018-07-22 Thread David Bürgin
, resolution delayed Is it possible to somehow forward-declare a spec to make this work? (Of course, if I were writing these specs by hand I could just fix the order, but the specs are being generated, so that is not so easy.) -- David -- You received this message because you are subscribed

Re: ANN: ClojureScript 1.10.312, Improved Externs Inference & Webpack Guide

2018-06-22 Thread David Nolen
1.10.329 was released today, it addresses a few minor issues in 312 including an externs inference bug. David On Fri, Jun 15, 2018 at 10:50 AM, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.co

ANN: ClojureScript 1.10.312, Improved Externs Inference & Webpack Guide

2018-06-15 Thread David Nolen
eing those around externs inference. With enhanced externs inference, integration with tools like Webpack is greatly improved and we now provide an official guide https://clojurescript.org/guides/webpack. For more details see https://clojurescript.org/news/2018-06-15-release As always, feedback welco

ANN: ClojureScript 1.10.238, cljs.main & more

2018-03-26 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript Leiningen dependency information: [org.clojure/clojurescript "1.10.238"] This release contains a very large number of enhancements. Please refer to the

[ANN] Korma 0.5.0-RC1 is now available

2018-03-08 Thread David Jarvis
Hi all - Immo Heikkinen and I have been working on getting a new release of Korma out the door. There have been a few dozen commits since the last major release (0.4.3 - released in August 2016), and so we're being a bit cautious with this new release. We've pushed up a release candidate (

[ANN] Pyro 0.1.0 - a library for more helpful stacktraces

2018-02-17 Thread David Jarvis
Hi all - I'm very happy to announce the initial release of Pyro , a Clojure library for more helpful stacktraces. Pyro provides printed stacktraces alongside the relevant source code (syntax-highlighted) and options to omit frames that are unlikely to be

Re: [ANN] clojure tools 1.9.0.315, tools.deps.alpha 0.5.342

2018-01-29 Thread David Bürgin
Ah, I didn’t think of checking other branches, thank you both. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your

Re: [ANN] clojure tools 1.9.0.315, tools.deps.alpha 0.5.342

2018-01-29 Thread David Bürgin
On 23/01/18 21:37, Alex Miller wrote: > clojure tools 1.9.0.315 is now available in brew and > via https://clojure.org/guides/getting_started > > Highlights: > >   * NEW -Stree to print dependency tree >   * NEW -Sdeps to supply a deps.edn on the command line as data >   * FIX bug with git deps

How to spec reducible collections

2018-01-01 Thread David Bürgin
is extended to java.lang.Object, so (satisfies? CollReduce coll) will never produce a useful answer. How does one spec a function like run!? -- David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

Re: Clojure CLI tool fails to resolve weird transitive dependencies.

2017-12-11 Thread David Bürgin
Hm, looks like this is an open issue: https://dev.clojure.org/jira/browse/TDEPS-12 -- David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from n

Re: Clojure CLI tool fails to resolve weird transitive dependencies.

2017-12-11 Thread David Bürgin
On 11/12/17 20:47, Jonathan Fischer wrote: > com.badlogicgames.gdx/gdx {:mvn/versin "1.9.6"} Typo? -- David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com N

Re: Unexpected performace of transducers

2017-11-27 Thread David Bürgin
the size of the source collection (no threshold). -- David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient

Re: [ANN] Clojure 1.9.0-RC1

2017-11-12 Thread David Kinzer
I'm getting an error when I follow the instructions in the readme.txt, am I missing something? java -cp clojure-1.9.0-RC1.jar clojure.main Exception in thread "main" java.lang.ExceptionInInitializerError at java.base/java.lang.Class.forName0(Native Method) at

Re: Using ring, jetty plugin: No reader function for tag object

2017-10-22 Thread David Bürgin
Perhaps try downgrading Leiningen to 2.7.1: lein upgrade 2.7.1 See https://github.com/technomancy/leiningen/issues/2328. -- David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroup

Couplet 0.1.0 – Unicode code points support for Clojure

2017-10-19 Thread David Bürgin
points • copy-pastably small https://github.com/glts/couplet Thank you, -- David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderate

Re: ANN: ClojureScript 1.9.542, spec changes & REPL enhancement

2017-10-13 Thread David Nolen
Will need something more minimal. Thanks. David On Fri, Oct 13, 2017 at 2:08 PM, Rangel Spasov <raspa...@gmail.com> wrote: > I'm getting this (I'm guessing related to the changes around CLJS-485 > RegExp flags): > > (iOS simulator screenshot attached). > > > As y

ANN: ClojureScript 1.9.946

2017-10-03 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript Leiningen dependency information: [org.clojure/clojurescript "1.9.946"] This release contains many bug fixes and addresses feedback from the 1.9.908 release.

Re: Help ship Clojure 1.9!

2017-10-02 Thread David Bürgin
ill am) a bit worried that the alpha namespaces of spec are going to be visible for all users (tooling?) via error messages. I also have difficulties imagining how the migration from spec.alpha to spec will work (impacts all libraries using it?) … I may just be confused. -- David -- You re

Re: Help ship Clojure 1.9!

2017-09-30 Thread David Bürgin
On 28/09/17 16:00, Stuart Halloway wrote: > Clojure 1.9 has been quite stable throughout the alpha period, and we > now hope to release after a very short beta. Please test your existing > programs on the latest beta (see below), and respond on this thread ASAP > if you discover anything you

Re: read-line is limited to 4095 chars

2017-09-26 Thread David Powell
I'm not experiencing this on Windows... Could it be that your terminal or tooling is limiting the input to 4096 characters? On Tue, Sep 26, 2017 at 2:20 PM, Alex Miller wrote: > Please file a jira enhancement. Changes could include updating the doc > string, or adding a new

Re: Obtaining the predicate of a spec

2017-09-22 Thread David Bürgin
On 22/09/17 23:19, Beau Fabry wrote: > Not sure if I'm being glib here but #(s/valid? ::pm-hours %) returns a > predicate that has the exact same results as #(s/int-in-range? 12 24 %) Fair, but I was thinking specifically of those situations where you want to bypass the spec registry, say where

ANN: ClojureScript 1.9.908

2017-08-16 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript Leiningen dependency information: [org.clojure/clojurescript "1.9.908"] This release includes a number of bug fixes and changes based on feedback from the

Re: ANN: ClojureScript 1.9.854

2017-07-30 Thread David Nolen
The ability to consume node_modules is just an additional feature - it makes no existing features obsolete. David On Sun, Jul 30, 2017 at 3:42 PM, Daniel <doubleagen...@gmail.com> wrote: > For someone who is new to clojurescript and pretty confused by > clojurescript dependenc

ANN: ClojureScript 1.9.854

2017-07-28 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript Leiningen dependency information: [org.clojure/clojurescript "1.9.854"] This is a significant feature release. Notable new features include comprehensive NPM

Re: Should the completion arity of a stateful transducer reset state?

2017-07-22 Thread David Bürgin
On 22/07/17 22:02, Timothy Baldridge wrote: > Once a transducer is completed it should never be called again. Thank you, Timothy, this was probably obvious but I don't remember reading it anywhere so this really helped. David -- You received this message because you are subscribed to the Goo

Re: How is this code to create a stateful lazy sequence?

2017-07-22 Thread David Bürgin
Perhaps you want to study the implementation in Medley, those are always very good quality: https://github.com/weavejester/medley/blob/254989ed3de83c30ce0101d66c7ce1b6ee257b4d/src/medley/core.cljc#L173 David -- You received this message because you are subscribed to the Google Groups "Cl

Should the completion arity of a stateful transducer reset state?

2017-07-22 Thread David Bürgin
8] [9]] (transduce identity conj-taking-3 [] (range 10)) ;; => [0 1 2] ;; => [] Question: which behaviour is the one I should emulate in my own transducers? Thank you, David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to

Re: New Features coming to ClojureScript

2017-07-14 Thread David Nolen
3rd post in the series is now up thanks to Mike Fixes https://clojurescript.org/news/2017-07-14-checked-array-access On Mon, Jul 10, 2017 at 5:28 PM, David Nolen <dnolen.li...@gmail.com> wrote: > We have a series of blog posts in the queue that outline several major >

Re: New Features coming to ClojureScript

2017-07-12 Thread David Nolen
Second post in the series is up https://clojurescript.org/news/2017-07-12-clojurescript-is-not-an-island-integrating-node-modules kindly contributed by António Nuno Monteiro. Enjoy! David On Mon, Jul 10, 2017 at 5:28 PM, David Nolen <dnolen.li...@gmail.com> wrote: > We have a serie

New Features coming to ClojureScript

2017-07-10 Thread David Nolen
We have a series of blog posts in the queue that outline several major enhancements to the ClojureScript compiler that will be available in the next release. This is the first one in the series: https://clojurescript.org/news/2017-07-10-code-splitting Enjoy! David -- You received this message

  1   2   3   4   5   6   7   8   9   10   >