| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move everything to a single file | Andrey Listopadov | 2023-08-26 | 1 | -67/+0 |
| | | | | | | | | Now the library is fully self-contained and doesn't require any special flags to be used. Macros are now shipped inside the library itself and can be required by user code by requiring the same module name as the library. | ||||
| * | update fennel and fenneldoc | Andrey Listopadov | 2022-10-31 | 1 | -2/+2 |
| | | |||||
| * | release v1.0.0 | Andrey Listopadov | 2022-08-21 | 1 | -5/+9 |
| | | | | | Almost complete rewrite of the library, complete with lazy sequences, immutable tables, transients, transducers, better equality semantics, and more correct code generation in macros. | ||||
| * | fix: update CI coverage settings | Andrey Listopadov | 2022-05-20 | 1 | -1/+3 |
| | | |||||
| * | fix(CI): bump fennel in ci | Andrey Listopadov | 2021-10-17 | 1 | -3/+2 |
| | | |||||
| * | Try multi value return | Andrey Listopadov | 2021-05-10 | 1 | -39/+18 |
| | | |||||
| * | fix: downgrade fennel to 0.8.1 | Andrey Listopadov | 2021-04-24 | 1 | -2/+4 |
| | | |||||
| * | fix: bump fenneldoc version | Andrey Listopadov | 2021-04-24 | 1 | -5/+10 |
| | | |||||
| * | fix: bump fennel version in tests | Andrey Listopadov | 2021-04-24 | 1 | -3/+5 |
| | | |||||
| * | fix: use recursive submodules in CI | Andrey Listopadov | 2021-04-24 | 1 | -1/+4 |
| | | |||||
| * | fix: try caching installations | Andrey Listopadov | 2021-03-14 | 1 | -9/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: fix luarocks path cmd fix: repair fix: repair fix: tweak cache paths fix: apparently cache is project-local fix: don't clone dependencies if present fix: pipelines fix: pipelines fix: pipelines fix: reduce duplication fix: reduce duplications fix: reduce duplication fix: pipelines | ||||
| * | feature: include documentation testing in pipeline | Andrey Orst | 2021-01-24 | 1 | -3/+12 |
| | | |||||
| * | fix: specify lua | Andrey Orst | 2021-01-21 | 1 | -1/+1 |
| | | |||||
| * | fix: use luarocks fennel in coverage | Andrey Orst | 2021-01-20 | 1 | -6/+4 |
| | | |||||
| * | fix: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 1 | -15/+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(CI): colorless coverage report | Andrey Orst | 2020-11-01 | 1 | -1/+1 |
| | | |||||
| * | feature(CI): add coverage report | Andrey Orst | 2020-11-01 | 1 | -0/+13 |
| | | |||||
| * | Update .gitlab-ci.yml | Andrey Orst | 2020-10-30 | 1 | -2/+2 |
| | | |||||
| * | feature(CI): Test library against Lua 5.4 on Ubuntu 20.10 | Andrey Orst | 2020-10-29 | 1 | -11/+14 |
| | | |||||
| * | feature(CI): test on both lua5.3 and lua5.4 | Andrey Orst | 2020-10-29 | 1 | -3/+13 |
| | | |||||
| * | feature(CI): add .gitlab-ci.yml | Andrey Orst | 2020-10-25 | 1 | -0/+11 |