summaryrefslogtreecommitdiff
path: root/macros.fnl
Commit message (Collapse)AuthorAgeFilesLines
* fix: release 0.5.1Andrey Listopadov2021-02-191-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 docsAndrey Listopadov2021-02-171-107/+107
|
* fix(doc): use automatic link resolution in docsAndrey Listopadov2021-02-171-6/+6
|
* fix: update seq-fn semanticsAndrey Orst2021-02-161-4/+11
|
* improve set iteration performanceAndrey Listopadov2021-02-151-3/+4
|
* fix(macros): correct fn* method definition behaviorAndrey Listopadov2021-02-151-11/+22
| | | | fn* now properly defines `self` as its first argument automatically.
* fix: allow defining methods with fn*Andrey Orst2021-01-261-4/+14
|
* fix: remove duplicate multisym->sym functionAndrey Orst2021-01-261-12/+5
|
* feature: include documentation testing in pipelineAndrey Orst2021-01-241-133/+158
|
* fix: update docsAndrey Orst2021-01-201-44/+38
| | | | preparing to set up docstring validation
* fix: Fennel 0.8.0 enhancementsAndrey Orst2021-01-191-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