Matus Goljer
b88cfb780a
Add dash prefix to epsilon variable.
11 years ago
Matus Goljer
e4689374f1
Formatting
11 years ago
Matus Goljer
1c2f43d379
Add "See also" for the reduce family
11 years ago
Magnar Sveen
2aeeacb090
Release 2.11.0
11 years ago
Matus Goljer
70caa37eed
Merge pull request #144 from cammsaul/thread_last_make_second_arg_optional
...
Make ->>'s second arg optional
11 years ago
Cameron T Saul
63d2db9a11
make ->>'s second arg optional
11 years ago
Matus Goljer
7aec5628a0
Merge pull request #140 from mijoharas/master
...
fixed typo in docs (first where it should be last)
11 years ago
mike-work
aa13c07c4c
fixed typo in docs (first where it should be last
11 years ago
Magnar Sveen
16773380ca
Merge pull request #138 from phillord/fix/group-by-write-out
...
Reimplementation of --group-by.
11 years ago
Phillip Lord
45bd985a10
Reimplementation of --group-by.
...
Copyright replacement for existing code.
11 years ago
Matus Goljer
19fbc24559
Fix anaphoric -spice-list macro
11 years ago
Matus Goljer
ffa37bf5b9
Merge pull request #129 from holomorph/docs
...
docs
11 years ago
Matus Goljer
2db56f59ac
[-let] Add support for &as bindings ( #115 )
11 years ago
Matus Goljer
2cc124b957
[-let] Generate better code when skipping conses
11 years ago
Matus Goljer
5219ac04b7
[-let] Eliminate useless re-binding of symbols when sources are immutable
11 years ago
Matus Goljer
9ebd17257b
[-let] Generate differently named symbols for temporary sources (makes
...
readable generated code)
11 years ago
Matus Goljer
c61113bb9b
[-let] Update outdated comment
11 years ago
Matus Goljer
36b7f49f16
[-let] Reuse the ignore-place predicate
11 years ago
Matus Goljer
40896b87d3
Fix the -let debug declaration
11 years ago
Matus Goljer
c61fc349a6
Add -remove-first/last, -map-first/last, -replace-first/last
11 years ago
Matus Goljer
b308794148
[ Fix #73 ] Add a mention of -filter to -keep docstring
11 years ago
Matus Goljer
cf7ca2317a
[ Fix #97 ] Add -remove-item
11 years ago
Mark Oteiza
a803dd51af
Merge readme changes
11 years ago
Mark Oteiza
1d4881f5e3
Update README
11 years ago
Mark Oteiza
3b63476588
Move anaphoric function intro up into Functions section
11 years ago
Magnar Sveen
2b69c146e4
Add dash.info and dash.texi to repo
11 years ago
Magnar Sveen
85307424cc
Add @wasamasa and @occidens to list of contributors
11 years ago
Magnar Sveen
81b808df6f
Ignore dash.elc
11 years ago
Magnar Sveen
51a07b103d
Merge pull request #127 from occidens/fixfn
...
Make `fixfn' more robust at handling floats
11 years ago
Magnar Sveen
1fde888498
Merge pull request #125 from wasamasa/feature-some
...
Add `-some`
11 years ago
William West
3992e3c506
Make `-fixfn' more robust at handling floats
...
This change addreses issue #123 . The two new optional parameters to
`-fixfn' allow the caller to specify a custom equality test function,
such as an approximate comparison of floats, and a halt test function,
which can trigger a halt to the fixpoint iteration if it fails to
converge.
The default equality test remains `equal'. The default halt test is a
simple counter up to `-fixfn-max-iterations'. The counter is provided by
the new function `-counter'.
The revised tests illustrate the usage of the new parameters.
11 years ago
William West
4640a2a51c
Allow for approx comparison of floats in tests
...
defexample entries may now include a symbol `~>' instead of `=>' which
uses an approximate comparison instead of `equal' to compare actual and
expected floating-point values.
Also, for completeness, add support for the `should-error' symbol `!!>' in
`examples-to-docs.el'. This is formatted as the comment ";; Error"
11 years ago
Vasilij Schneidermann
e574465edd
Add `-some`
...
This is a port of the CL function `some` and the Scheme function `any`
from SRFI-1. It is thought as addition to `-any?` (which returns a
boolean) and `-first` (which returns an element). Unlike these it
returns the first truthy value of applying the predicate on each list
item.
Resolves #122 .
11 years ago
Magnar Sveen
db784f817a
Merge pull request #124 from occidens/skiptests
...
Allow run-tests.sh to skip tests
11 years ago
William West
7d7a457c48
Allow run-tests.sh to skip tests
...
This change allows tests to be skipped for development purposes by
setting the environment variable `ERT_SELECTOR' to a valid ERT test
selector, e.g.:
ERT_SELECTOR='(not "-fixfn")' ./run-tests.sh
Refer to the docstrings for `ert-run-tests-batch-and-exit' and
`ert-select-tests' for details on how to compose test selectors.
11 years ago
Magnar Sveen
90056bd0f5
Merge pull request #121 from holomorph/master
...
Add dir entry to texinfo template
11 years ago
Mark Oteiza
7bd6b3bab9
Add dir entry to texinfo template
11 years ago
Magnar Sveen
349931eb5f
Add @holomorph to list of contributors
11 years ago
Magnar Sveen
733274fbb4
Merge pull request #120 from holomorph/info-manual
...
Add info manual
11 years ago
Mark Oteiza
4bd6273d86
Invoke makeinfo on the generated .texi
11 years ago
Mark Oteiza
3a3f528772
Add info manual
11 years ago
Magnar Sveen
0ef7384c00
Merge pull request #114 from fbergroth/update-test-case
...
Update error tests
11 years ago
Fredrik Bergroth
c34e4abb7d
Update invalid tests
11 years ago
Fredrik Bergroth
7d62b1a127
Make test suite independent of dash
11 years ago
Fredrik Bergroth
07f0358862
Add test case operator !!> for expected errors
11 years ago
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