| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: release 0.5.1 | Andrey Listopadov | 2021-02-19 | 1 | -4/+6 |
| | | | | | | | | | - 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 | -11/+11 |
| | | |||||
| * | fix(doc): use automatic link resolution in docs | Andrey Listopadov | 2021-02-17 | 1 | -2/+2 |
| | | |||||
| * | fix(tests): fix test macros to correctly report errors | Andrey Listopadov | 2021-02-16 | 1 | -14/+32 |
| | | | | | runtime errors captured via pcall | ||||
| * | fix(macros): correct fn* method definition behavior | Andrey Listopadov | 2021-02-15 | 1 | -4/+5 |
| | | | | | fn* now properly defines `self` as its first argument automatically. | ||||
| * | feature: include documentation testing in pipeline | Andrey Orst | 2021-01-24 | 1 | -10/+13 |
| | | |||||
| * | fix: update docs | Andrey Orst | 2021-01-20 | 1 | -14/+10 |
| | | | | | preparing to set up docstring validation | ||||
| * | fix: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 1 | -21/+23 |
| | | | | | | | | | | | 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 | ||||
| * | fix(docs): order items in cljlib.md, and add test.md | Andrey Orst | 2020-11-23 | 1 | -2/+39 |
| | | |||||
| * | fix: update ordered when removing items. | Andrey Orst | 2020-11-21 | 1 | -2/+4 |
| | | | | | WIP: for unordered set | ||||
| * | feature: Sets | Andrey Orst | 2020-11-19 | 1 | -1/+1 |
| | | |||||
| * | fix(core): refactoring | Andrey Orst | 2020-11-13 | 1 | -9/+16 |
| | | | | | | | | - Rename `fn*` to `defn`, `fn&` to `fn+`. - Do not use `fn+` in the core at all, provide it for convenience. - Fix bug in `filter` due to incorrect `cons` implementation. - Update `seq` and `eq` functions in macros | ||||
| * | fix(core): improved deep comparison | Andrey Orst | 2020-11-13 | 1 | -10/+19 |
| | | |||||
| * | fix(CI): overhaul | Andrey Orst | 2020-11-12 | 1 | -0/+62 |