File tree Expand file tree Collapse file tree 8 files changed +98
-90
lines changed
Expand file tree Collapse file tree 8 files changed +98
-90
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ Removed:
2525
2626- C-style compound assignment ` >>= ` ` <<= ` ` ||= ` ` |= ` are not combined with equal sign by default. Old behavior is moved into ` ss09 ` #974
2727- Restored short ` | ` by default, long one moved to ` cv30 ` #843 #1160
28- - Moved ` .- ` into ` cv25 ` #860 #1103
28+ - Moved ` .- ` into ` cv25 ` #670 #860 #1103
29+ - Moved ` .= ` into ` cv32 ` #670
2930
3031Added (variants):
3132
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11{:paths [" clojure" ]
22 :deps {org.clojure/clojure {:mvn/version " 1.10.1" }
33 org.flatland/ordered {:mvn/version " 1.5.7" }
4- fipp/fipp {:mvn/version " 0.6.18" }}}
4+ fipp/fipp {:mvn/version " 0.6.18" }}
5+ :aliases {
6+ :nrepl {
7+ :extra-deps {
8+ nrepl/nrepl {:mvn/version " 0.8.3" }
9+ }}}}
Original file line number Diff line number Diff line change 33lookup period_hyphen {
44 ignore sub period period' hyphen ;
55 ignore sub period' hyphen hyphen ;
6- sub period.spacer hyphen' by period_hyphen.cv25 ;
6+ sub period.spacer hyphen' by period_hyphen.cv32 ;
77 sub period' hyphen by period.spacer ;
88} period_hyphen ;
Original file line number Diff line number Diff line change 1+ # Name: .= as ligature
2+
3+ lookup period_equal {
4+ ignore sub period period' equal ;
5+ ignore sub period' equal equal ;
6+ sub period.spacer equal' by period_equal.cv25 ;
7+ sub period' equal by period.spacer ;
8+ } period_equal ;
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ clj -A:nrepl -M -m nrepl.cmdline --interactive
File renamed without changes.
You can’t perform that action at this time.
0 commit comments