| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |||||