| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | support automatic relative require in the ns macro | Andrey Listopadov | 2022-09-07 | 2 | -23/+39 |
| | | |||||
| * | update docs | Andrey Listopadov | 2022-09-07 | 2 | -4/+19 |
| | | |||||
| * | proper count for counted collections | Andrey Listopadov | 2022-08-26 | 1 | -1/+3 |
| | | |||||
| * | test for nils in vector | Andrey Listopadov | 2022-08-26 | 1 | -0/+6 |
| | | |||||
| * | correct pop | Andrey Listopadov | 2022-08-25 | 1 | -5/+9 |
| | | |||||
| * | make vector support nils, implement pop on vectors and sequences | Andrey Listopadov | 2022-08-25 | 2 | -13/+44 |
| | | |||||
| * | update docs, readme and cnagelog for v1.0.0 release | Andrey Listopadov | 2022-08-21 | 7 | -1703/+2398 |
| | | |||||
| * | release v1.0.0 | Andrey Listopadov | 2022-08-21 | 15 | -3203/+3494 |
| | | | | | 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 some names | Andrey Listopadov | 2022-07-15 | 1 | -11/+11 |
| | | |||||
| * | fix: add a check for lists in loop macro bindings | Andrey Listopadov | 2022-07-14 | 1 | -15/+45 |
| | | |||||
| * | fix: update CI coverage settings | Andrey Listopadov | 2022-05-20 | 1 | -1/+3 |
| | | |||||
| * | fix: avoid creating message, and erroring on non concatenated types | Andrey Listopadov | 2022-05-19 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'relative-require-shenanigans' into 'master' | Andrey Listopadov | 2022-03-27 | 1 | -1/+4 |
| |\ | | | | | | | | | | | | | fix #4: make relative require work when setting fennel.macro-path Closes #4 See merge request andreyorst/fennel-cljlib!14 | ||||
| | * | fix #4: make relative require work when setting fennel.macro-path | Andrey Listopadov | 2022-03-27 | 1 | -1/+4 |
| | | | |||||
| * | | Merge branch 'loop-tails' into 'master' | Andrey Listopadov | 2022-03-27 | 1 | -0/+47 |
| |\ \ | |/ |/| | | | | | Add tail-call checking to loop macro See merge request andreyorst/fennel-cljlib!13 | ||||
| | * | Add tail-call checking to loop macro | Archenoth | 2021-07-26 | 1 | -0/+47 |
| | | | |||||
| * | | fix: update import-macros example in readme | Andrey Listopadov | 2021-10-17 | 1 | -1/+1 |
| | | | |||||
| * | | fix(CI): bump fennel in ci | Andrey Listopadov | 2021-10-17 | 1 | -3/+2 |
| | | | |||||
| * | | fix: tweak apply | Andrey Listopadov | 2021-10-17 | 1 | -5/+6 |
| | | | |||||
| * | | fix: bump fennel-test to v0.0.3 | Andrey Listopadov | 2021-10-17 | 6 | -39/+108 |
| | | | |||||
| * | | fix: update linguist language detection | Andrey Listopadov | 2021-08-22 | 1 | -2/+3 |
| |/ | |||||
| * | fix: don't generate mulitarity arglist doc for single-arity functions | Andrey Listopadov | 2021-07-23 | 5 | -73/+89 |
| | | |||||
| * | release: v0.5.4 | Andrey Listopadov | 2021-07-22 | 8 | -93/+71 |
| | | |||||
| * | fix: style changes, and documentation fixes | Andrey Listopadov | 2021-07-17 | 7 | -124/+196 |
| | | | | | | | - 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 | ||||
| * | Merge branch 'loop-macro' into 'master' | Andrey Listopadov | 2021-07-13 | 3 | -2/+95 |
| |\ | | | | | | | | | FEATURE: Added Clojure-like loop macro! See merge request andreyorst/fennel-cljlib!12 | ||||
| | * | feat(macros): Added Clojure-like loop macro | Archenoth | 2021-07-13 | 3 | -2/+95 |
| |/ | |||||
| * | Merge branch 'new-library-loading-system' into 'master' | Andrey Listopadov | 2021-06-23 | 7 | -9/+9 |
| |\ | | | | | | | | | refactor library to use new init-macros.fnl feature See merge request andreyorst/fennel-cljlib!11 | ||||
| | * | refactor library to use new init-macros.fnl feature | Andrey Listopadov | 2021-06-23 | 7 | -9/+9 |
| |/ | | | | | | | | | | | | 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) | ||||
| * | deps: bump fennel-test to v0.0.2 | Andrey Listopadov | 2021-05-23 | 1 | -0/+0 |
| | | |||||
| * | Merge branch 'try-multi-value-return' into 'master' | Andrey Listopadov | 2021-05-10 | 6 | -67/+74 |
| |\ | | | | | | | | | | | | | Try multi value return Closes #2 See merge request andreyorst/fennel-cljlib!10 | ||||
| | * | Try multi value return | Andrey Listopadov | 2021-05-10 | 6 | -67/+74 |
| |/ | |||||
| * | fix: downgrade fennel to 0.8.1 | Andrey Listopadov | 2021-04-24 | 2 | -4/+7 |
| | | |||||
| * | 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: move test library to separate project | Andrey Listopadov | 2021-04-24 | 15 | -255/+31 |
| | | |||||
| * | fix: more portable conj | Andrey Listopadov | 2021-03-16 | 1 | -1/+1 |
| | | | | | Should now work on luajit | ||||
| * | fix: update test suite eq function builder | Andrey Listopadov | 2021-03-15 | 3 | -40/+37 |
| | | | | | | | 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: avoid passing gsub's extra return values to sym | Andrey Listopadov | 2021-03-14 | 1 | -4/+4 |
| | | |||||
| * | fix: exclude .cache dir from luacov | Andrey Listopadov | 2021-03-14 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | fix: allow `reduced` to return nil and false values | Andrey Listopadov | 2021-03-13 | 2 | -11/+17 |
| | | |||||
| * | fix: don't expose internal function builder as a macro | Andrey Listopadov | 2021-03-11 | 1 | -1/+0 |
| | | |||||
| * | fix: update macros comparison function builder | Andrey Listopadov | 2021-03-11 | 4 | -39/+39 |
| | | | | | No need to modify the metatable in macros. | ||||
| * | feat: add partition take and nthrest functions | Andrey Listopadov | 2021-02-22 | 7 | -8/+187 |
| | | |||||
| * | feat: add CHANGELOG.md | Andrey Listopadov | 2021-02-21 | 1 | -0/+38 |
| | | |||||
| * | fix: lua language better communicates project nature | Andrey Listopadov | 2021-02-20 | 1 | -2/+2 |
| | | |||||
| * | fix: remove badges from readme | Andrey Listopadov | 2021-02-20 | 2 | -5/+2 |
| | | |||||
| * | fix: release 0.5.1 | Andrey Listopadov | 2021-02-19 | 8 | -645/+677 |
| | | | | | | | | | - 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 | 3 | -4/+3 |
| | | |||||