Skip to content

Commit f7bf374

Browse files
committed
Merge branch 'master' of github.com:clojure/clojure-site
2 parents 6471320 + 5d0e225 commit f7bf374

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

content/community/companies.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Also, check out the <<success_stories#,Clojure Success Stories>> and <<community
1414
* http://www.adaptly.com/[Adaptly]
1515
* http://www.adgoji.com/[AdGoji]
1616
* https://www.adstage.io/[AdStage]
17+
* http://www.advanceautoparts.com/[Advance Auto Parts]
1718
* http://adzerk.com/[Adzerk]
1819
* http://www.onthemarket.com/[Agents' Mutual]
1920
* http://www.airloyal.com[Airloyal]
@@ -32,12 +33,14 @@ Also, check out the <<success_stories#,Clojure Success Stories>> and <<community
3233
* http://auspost.com.au/[Australia Post]
3334
* http://www.aviso.io/[Aviso]
3435
* https://www.bandsquare.com/[BandSquare]
36+
* https://teachbanzai.com/[Banzai]
3537
* http://www.baresquare.com/[baresquare] - http://www.baresquare.com/vittle-collaboration/[Vittle]
3638
* http://beanstalkapp.com/[Beanstalk]
3739
* http://BearyInnovative.com[BearyInnovative]
3840
* http://bevuta.com/[bevuta]
3941
* https://billfront.com/[BillFront]
4042
* https://www.bookwell.com.au/[BookWell]
43+
* https://boundlessgeo.com/[Boundless Geo]
4144
* https://www.braintreepayments.com/[Braintree Payments] (acquired by PayPal)
4245
* http://www.breezeehr.com/[Breeze EHR]
4346
* http://brickalloy.com/[BrickAlloy]
@@ -111,6 +114,7 @@ Also, check out the <<success_stories#,Clojure Success Stories>> and <<community
111114
* http://futurice.com/[Futurice]
112115
* http://www.getcontented.com.au/[GetContented]
113116
* http://about.getset.com/[GetSet]
117+
* https://gofore.com/en/home/[Gofore]
114118
* https://goldfynch.com/[GoldFynch]
115119
* https://goodhertz.co/[Goodhertz]
116120
* http://www.goopti.com/[GoOpti]
@@ -161,6 +165,7 @@ Also, check out the <<success_stories#,Clojure Success Stories>> and <<community
161165
* http://www.mastodonc.com/[Mastodon C]
162166
* https://mazira.com/[Mazira]
163167
* http://meewee.com[MeeWee]
168+
* http://www.metabase.com/[Metabase]
164169
* http://www.metail.com[Metail]
165170
* http://metosin.fi/[Metosin]
166171
* http://www.mixrad.io/[MixRadio]
@@ -182,6 +187,7 @@ Also, check out the <<success_stories#,Clojure Success Stories>> and <<community
182187
* http://www.opentable.com/[OpenTable]
183188
* http://www.oracle.com[Oracle]
184189
* http://www.orgsync.com/[OrgSync]
190+
* https://www.oscaro.com/[Oscaro.com]
185191
* http://otto.de[Otto]
186192
* http://ourhub.dk[OurHub]
187193
* http://www.outpace.com/[Outpace]
@@ -209,6 +215,7 @@ Also, check out the <<success_stories#,Clojure Success Stories>> and <<community
209215
* http://purpleapp.com[Purple]
210216
* https://quartethealth.com/[Quartet Health]
211217
* http://www.quintype.com/[Quintype]
218+
* http://reaktor.com/[Reaktor]
212219
* https://www.redhat.com/[Red Hat]
213220
* https://www.redpineapplemedia.com/[Red Pineapple Media]
214221
* http://rentpath.com/[RentPath]

content/community/devchangelog.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ The official https://github.com/clojure/clojure/blob/master/changes.md[changelog
1111

1212
== Release 1.9
1313

14+
=== https://groups.google.com/d/msg/clojure/iceDBL5q4CY/GM6LryxpAQAJ[1.9.0-alpha17] (May 26, 2017)
15+
16+
- https://dev.clojure.org/jira/browse/CLJ-1793[CLJ-1793] - Clear 'this' before calls in tail position
17+
- https://dev.clojure.org/jira/browse/CLJ-2091[CLJ-2091] clojure.lang.APersistentVector#hashCode is not thread-safe
18+
- https://dev.clojure.org/jira/browse/CLJ-1860[CLJ-1860] Make -0.0 hash consistent with 0.0
19+
- https://dev.clojure.org/jira/browse/CLJ-2141[CLJ-2141] Return only true/false from qualified-* predicates
20+
- https://dev.clojure.org/jira/browse/CLJ-2142[CLJ-2142] Fix check for duplicate keys with namespace map syntax
21+
- https://dev.clojure.org/jira/browse/CLJ-2128[CLJ-2128] spec error during macroexpand no longer throws compiler exception with location
22+
- Updated to use spec.alpha 0.1.123
23+
1424
=== https://groups.google.com/forum/#!topic/clojure/nB4qnDNGS2A[1.9.0-alpha16] (Apr 27, 2017)
1525

1626
1.9.0-alpha16 includes the following changes since 1.9.0-alpha15:
@@ -73,7 +83,6 @@ No. spec uses new functions in Clojure 1.9 and it has never been a goal to provi
7383

7484
1.9.0-alpha15 includes the following changes since 1.9.0-alpha14:
7585

76-
- https://dev.clojure.org/jira/browse/CLJ-1793[CLJ-1793] - reducer instances hold onto the head of seqs (also applies to a broader set of head-holding cases)
7786
- https://dev.clojure.org/jira/browse/CLJ-2043[CLJ-2043] - s/form of conformer is broken
7887
- https://dev.clojure.org/jira/browse/CLJ-2035[CLJ-2035] - s/form of collection specs are broken
7988
- https://dev.clojure.org/jira/browse/CLJ-2100[CLJ-2100] - s/form of s/nilable should include the original spec, not the resolved spec

content/community/resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Video training (commercial):
7676

7777
== Clojure Tools
7878

79-
Community volunteers maintain https://dev.clojure.org/display/doc/getting+started[Getting Started] documentation for a number of different tools and approaches. Some of the most commonly used tools include:
79+
Community volunteers maintain <<xref/../../guides/getting_started#,Getting Started>> documentation for a number of different tools and approaches. Some of the most commonly used tools include:
8080

8181
* https://leiningen.org/[Leiningen] - an extensible build tool that provides dependency management, REPL support, testing, packaging, deployment, and many other capabilities.
8282
* http://boot-clj.com/[Boot] - build tooling for Clojure: instead of a special-purpose DSL, Boot supplies abstractions and libraries you can use to automate nearly any build scenario with the full power of the Clojure language

content/reference/reader.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ When Clojure starts, it searches for files named `data_readers.clj` at the root
198198
{foo/bar my.project.foo/bar
199199
foo/baz my.project/baz}
200200
----
201-
The key in each pair is a tag that will be recognized by the Clojure reader. The value in the pair is the fully-qualified name of a <<vars#,Var>> which will be invoked by the reader to parse the form following the tag. For example, given the data_readers.clj file above, the Clojure reader would parse this form:
201+
The key in each pair is a tag that will be recognized by the Clojure reader. The value in the pair is the fully-qualified name of a <<vars#,Var>> which will be invoked by the reader to parse the form following the tag. For example, given the `data_readers.clj` file above, the Clojure reader would parse this form:
202202
[source,clojure]
203203
----
204204
#foo/bar [1 2 3]

0 commit comments

Comments
 (0)