| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move everything to a single file | Andrey Listopadov | 2023-08-26 | 1 | -87/+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. | ||||
| * | fix coverage pipeline | Andrey Listopadov | 2022-10-29 | 1 | -2/+2 |
| | | |||||
| * | remove the :relative require, update installation guide, update docstrings | Andrey Listopadov | 2022-10-29 | 1 | -2/+11 |
| | | |||||
| * | update docs, readme and cnagelog for v1.0.0 release | Andrey Listopadov | 2022-08-21 | 1 | -1/+1 |
| | | |||||
| * | release v1.0.0 | Andrey Listopadov | 2022-08-21 | 1 | -3/+2 |
| | | | | | 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: bump fennel-test to v0.0.3 | Andrey Listopadov | 2021-10-17 | 1 | -1/+1 |
| | | |||||
| * | fix: style changes, and documentation fixes | Andrey Listopadov | 2021-07-17 | 1 | -1/+1 |
| | | | | | | | - provide defn as an alias to fn* and change fn* to defn in all files - fix doc for eq function - fix and generate doc for loop macro | ||||
| * | refactor library to use new init-macros.fnl feature | Andrey Listopadov | 2021-06-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | Old way of requiring the library: (local clj (require :fennel-cljlib) (import-macros cljm :fennel-cljlib.macros) New way: (local clj (require :fennel-cljlib) (import-macros cljm :fennel-cljlib) | ||||
| * | Try multi value return | Andrey Listopadov | 2021-05-10 | 1 | -23/+38 |
| | | |||||
| * | fix: move test library to separate project | Andrey Listopadov | 2021-04-24 | 1 | -1/+1 |
| | | |||||
| * | feat: add partition take and nthrest functions | Andrey Listopadov | 2021-02-22 | 1 | -3/+4 |
| | | |||||
| * | fix: test library first, then test docs | Andrey Listopadov | 2021-02-15 | 1 | -1/+1 |
| | | |||||
| * | feature: include documentation testing in pipeline | Andrey Orst | 2021-01-24 | 1 | -1/+12 |
| | | |||||
| * | fix: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 1 | -5/+10 |
| | | | | | | | | | | | 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: update ordered when removing items. | Andrey Orst | 2020-11-21 | 1 | -6/+9 |
| | | | | | WIP: for unordered set | ||||
| * | fix(CI): overhaul | Andrey Orst | 2020-11-12 | 1 | -25/+19 |
| | | |||||
| * | feature(core): breaking change of project structure | Andrey Orst | 2020-11-10 | 1 | -1/+1 |
| | | |||||
| * | feature(macros): add metadata macros, doc, and some tests | Andrey Orst | 2020-11-08 | 1 | -3/+2 |
| | | |||||
| * | fix(CI): enable metadata in compiled code | Andrey Orst | 2020-11-07 | 1 | -1/+1 |
| | | |||||
| * | fix(macros): fix metadata tests | Andrey Orst | 2020-11-07 | 1 | -3/+3 |
| | | |||||
| * | fix(CI): update luacov pipeline | Andrey Orst | 2020-11-07 | 1 | -2/+3 |
| | | |||||
| * | fix(CI): fix coverage pipline | Andrey Orst | 2020-11-05 | 1 | -2/+9 |
| | | |||||
| * | feature(testing): move tests to separate directory. Also add some tests | Andrey Orst | 2020-11-05 | 1 | -6/+3 |
| | | |||||
| * | feature(CI): add coverage report | Andrey Orst | 2020-11-01 | 1 | -1/+1 |
| | | |||||
| * | feature: rebuild project when macros files change | Andrey Orst | 2020-10-30 | 1 | -2/+7 |
| | | |||||
| * | feature(CI): Test library against Lua 5.4 on Ubuntu 20.10 | Andrey Orst | 2020-10-29 | 1 | -4/+6 |
| | | |||||
| * | feature: add support for luacov-console coverage tool | Andrey Orst | 2020-10-28 | 1 | -7/+14 |
| | | |||||
| * | fix: compensate empty lines in coverage script | Andrey Orst | 2020-10-26 | 1 | -0/+3 |
| | | | | | Also add it to makefile | ||||
| * | feature: add luacov target | Andrey Orst | 2020-10-26 | 1 | -7/+12 |
| | | |||||
| * | feature(maintenance): Added basic .gitignore and Makefile | Andrey Orst | 2020-10-24 | 1 | -0/+24 |