Fredrik Bergroth
|
92ed7ff384
|
Use vendored ert only on emacs23
|
11 years ago |
Magnar Sveen
|
26c1bbe371
|
Merge pull request #113 from fbergroth/fix-byte-compile-test
Fix byte compilation test
|
11 years ago |
Fredrik Bergroth
|
1ccd2b45b2
|
Improve byte compilation test
|
11 years ago |
Magnar Sveen
|
afe27810c4
|
Merge pull request #109 from bbatsov/threading-indentation
[Fix #108] Sync indentation of threading forms with Clojure
|
11 years ago |
Magnar Sveen
|
5f879b3d58
|
Merge pull request #110 from bbatsov/comment-fix
Don't use an inline comment on a line of its own
|
11 years ago |
Bozhidar Batsov
|
2eefbeccbf
|
Don't use an inline comment on a line of its own
|
11 years ago |
Bozhidar Batsov
|
9642c4ada5
|
[Fix #108] Sync indentation of threading forms with Clojure
|
11 years ago |
Magnar Sveen
|
dab0d1c6c5
|
Merge pull request #107 from fbergroth/workaround-byte-compiler
Work around byte compiler
|
11 years ago |
Fredrik Bergroth
|
c40fa44686
|
Exclude byte compilation test on emacs23
|
11 years ago |
Fredrik Bergroth
|
a06e66efb1
|
Add test for clean byte compilation
|
11 years ago |
Fredrik Bergroth
|
b7c2f9a154
|
Work around byte compiler in -if-let*
Closes #106
|
11 years ago |
Fredrik Bergroth
|
8d2227df36
|
Silence unused variable warning in -table
Fixes #98
|
11 years ago |
Magnar Sveen
|
faeb61a0b8
|
Merge pull request #105 from fbergroth/debug-forms
Update debug forms
|
11 years ago |
Fredrik Bergroth
|
47e11aed61
|
Update docs
Binding behaves like -let* rather than -let.
|
11 years ago |
Fredrik Bergroth
|
c134705f2a
|
Fix compile warning
|
11 years ago |
Fredrik Bergroth
|
38ef86e0bd
|
Update debug forms for -if-let and -when-let
|
11 years ago |
Magnar Sveen
|
446c522633
|
Release 2.10.0
|
11 years ago |
Magnar Sveen
|
d459b49f4c
|
Fix typo
|
11 years ago |
Matus Goljer
|
5e9c1a9ce3
|
Add Fredrik Bergroth to the list of contributors
|
11 years ago |
Matus Goljer
|
c09c0f667b
|
Merge branch 'more-destructuring' (#103) of https://github.com/fbergroth/dash.el
|
11 years ago |
Matus Goljer
|
d0c6fc06f8
|
Merge pull request #104 from fbergroth/linkify-docs
Linkify docs
|
11 years ago |
Fredrik Bergroth
|
c7b4cffa90
|
Update readme.md
|
11 years ago |
Fredrik Bergroth
|
0c045f2d3c
|
Highlight with el instead of cl
|
11 years ago |
Fredrik Bergroth
|
63fa64f755
|
Add links to references in readme
|
11 years ago |
Fredrik Bergroth
|
8707aafd96
|
Update docs
|
11 years ago |
Fredrik Bergroth
|
549bfd3a15
|
Reorder macros to make sure they are declared before being used
|
11 years ago |
Fredrik Bergroth
|
3bdf60b2a4
|
Add some examples
|
11 years ago |
Fredrik Bergroth
|
03b98ca5a9
|
Make -if-let and -when-let families destructure their arguments
|
11 years ago |
Magnar Sveen
|
75d29a2680
|
Declare --iterate macro before using it. #102
|
11 years ago |
Magnar Sveen
|
4b63be1dce
|
Declare --mapcat macro before using it. #102
|
11 years ago |
Matus Goljer
|
2436bf8f73
|
Add debug declaration on -lambda
|
12 years ago |
Matus Goljer
|
9e1a667afc
|
Do not map nodes on conses (be consistent with tree map)
|
12 years ago |
Matus Goljer
|
0310e0e52e
|
Update docs
|
12 years ago |
Magnar Sveen
|
31f321a9dc
|
Release 2.9.0
|
12 years ago |
Matus Goljer
|
40849a7538
|
[-let] Remove stale comment
|
12 years ago |
Matus Goljer
|
edb1e31759
|
[-let] Add more tests
|
12 years ago |
Matus Goljer
|
c1d555bd46
|
[-let] Optimize single-binding of vectors and kv
|
12 years ago |
Matus Goljer
|
9ec1a0229b
|
[-let] Abstract the _ test into a function
|
12 years ago |
Matus Goljer
|
db7f65142a
|
[-let] Simplify the conditions in dash--match-cons-1
|
12 years ago |
Matus Goljer
|
f7664c6112
|
[-let] Add &keys support for cons matcher
|
12 years ago |
Matus Goljer
|
0fc5d7394a
|
[-let] Make the cons matcher temp-bind as late as possible
|
12 years ago |
Matus Goljer
|
51a0c9f64f
|
[-let] Fix expansion of _ symbols in vector matcher
|
12 years ago |
Matus Goljer
|
65a373665b
|
[-let] Fix improper list non-symbol last argument handler
|
12 years ago |
Matus Goljer
|
6f0bb7df72
|
[-let] Fix dynamic scoping issue
|
12 years ago |
Matus Goljer
|
f93920102e
|
[-let] Optimize shifting/binding of unused _ places
|
12 years ago |
Matus Goljer
|
6f81492373
|
[-lambda] Better error-handling
|
12 years ago |
Matus Goljer
|
4d67b2530e
|
[-let] Do not reinvent `pop'
|
12 years ago |
Matus Goljer
|
9065e1bdaa
|
[-let] Final cdr shift optimization
|
12 years ago |
Matus Goljer
|
7f2b3c72e5
|
[-lambda] test all match-forms before converting to regular lambda
|
12 years ago |
Matus Goljer
|
05fa92f4a0
|
[-let] Transpose nreverse/flatten
|
12 years ago |