| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: update test suite eq function builder | Andrey Listopadov | 2021-03-15 | 1 | -1/+1 |
| | | | | | | | This really means that I need to externalize it into separate module and just use everywhere, but Fennel doesn't yet feature stable way to do it unfortunately | ||||
| * | fix: allow `reduced` to return nil and false values | Andrey Listopadov | 2021-03-13 | 1 | -10/+10 |
| | | |||||
| * | fix: update macros comparison function builder | Andrey Listopadov | 2021-03-11 | 1 | -0/+1 |
| | | | | | No need to modify the metatable in macros. | ||||
| * | feat: add partition take and nthrest functions | Andrey Listopadov | 2021-02-22 | 1 | -1/+78 |
| | | |||||
| * | fix: release 0.5.1 | Andrey Listopadov | 2021-02-19 | 1 | -75/+87 |
| | | | | | | | | | - 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: add doc for set? function | Andrey Listopadov | 2021-02-18 | 1 | -1/+1 |
| | | |||||
| * | fix: fix some links in docs | Andrey Listopadov | 2021-02-17 | 1 | -109/+109 |
| | | |||||
| * | fix(doc): use automatic link resolution in docs | Andrey Listopadov | 2021-02-17 | 1 | -28/+28 |
| | | |||||
| * | fix(core): check if nil is used as table key | Andrey Listopadov | 2021-02-16 | 1 | -0/+2 |
| | | |||||
| * | improve set iteration performance | Andrey Listopadov | 2021-02-15 | 1 | -31/+33 |
| | | |||||
| * | fix: update fennelview metamethod | Andrey Listopadov | 2021-02-04 | 1 | -1/+1 |
| | | |||||
| * | fix: update heading links | Andrey Orst | 2021-01-24 | 1 | -2/+2 |
| | | |||||
| * | feature: include documentation testing in pipeline | Andrey Orst | 2021-01-24 | 1 | -54/+53 |
| | | |||||
| * | fix: update docs | Andrey Orst | 2021-01-20 | 1 | -28/+26 |
| | | | | | preparing to set up docstring validation | ||||
| * | fix: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 1 | -0/+1333 |
| 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 | |||||