| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: don't expose internal function builder as a macro | Andrey Listopadov | 2021-03-11 | 1 | -1/+0 |
| | | |||||
| * | fix: update macros comparison function builder | Andrey Listopadov | 2021-03-11 | 1 | -27/+26 |
| | | | | | No need to modify the metatable in macros. | ||||
| * | fix: release 0.5.1 | Andrey Listopadov | 2021-02-19 | 1 | -25/+27 |
| | | | | | | | | | - eq will no longer change metamethods of tables - module info is hidden in metatable now - memoize uses proper deep comparison - tests no longer requires searching up in core namespace - memoization test doesn't depend on CPU speed anymore | ||||
| * | fix: fix some links in docs | Andrey Listopadov | 2021-02-17 | 1 | -107/+107 |
| | | |||||
| * | fix(doc): use automatic link resolution in docs | Andrey Listopadov | 2021-02-17 | 1 | -6/+6 |
| | | |||||
| * | fix: update seq-fn semantics | Andrey Orst | 2021-02-16 | 1 | -4/+11 |
| | | |||||
| * | improve set iteration performance | Andrey Listopadov | 2021-02-15 | 1 | -3/+4 |
| | | |||||
| * | fix(macros): correct fn* method definition behavior | Andrey Listopadov | 2021-02-15 | 1 | -11/+22 |
| | | | | | fn* now properly defines `self` as its first argument automatically. | ||||
| * | fix: allow defining methods with fn* | Andrey Orst | 2021-01-26 | 1 | -4/+14 |
| | | |||||
| * | fix: remove duplicate multisym->sym function | Andrey Orst | 2021-01-26 | 1 | -12/+5 |
| | | |||||
| * | feature: include documentation testing in pipeline | Andrey Orst | 2021-01-24 | 1 | -133/+158 |
| | | |||||
| * | fix: update docs | Andrey Orst | 2021-01-20 | 1 | -44/+38 |
| | | | | | preparing to set up docstring validation | ||||
| * | fix: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 1 | -0/+1190 |
| Changelog: - fixed bug in try - reworked pretty printing for sets - handle cycles in sets - use new fennel.view format - reorganized library to make requiring it easier | |||||