| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | fix: fix some links in docs | Andrey Listopadov | 2021-02-17 | 6 | -250/+251 |
| | | |||||
| * | fix(doc): use automatic link resolution in docs | Andrey Listopadov | 2021-02-17 | 7 | -49/+49 |
| | | |||||
| * | feat: ignore some arg patterns in dottests | Andrey Listopadov | 2021-02-16 | 1 | -1/+2 |
| | | |||||
| * | fix(core): check if nil is used as table key | Andrey Listopadov | 2021-02-16 | 2 | -1/+4 |
| | | |||||
| * | fix(tests): fix test macros to correctly report errors | Andrey Listopadov | 2021-02-16 | 2 | -14/+33 |
| | | | | | runtime errors captured via pcall | ||||
| * | fix: update seq-fn semantics | Andrey Orst | 2021-02-16 | 1 | -4/+11 |
| | | |||||
| * | Merge branch 'improved-sets' into 'master' | Andrey Listopadov | 2021-02-15 | 6 | -41/+44 |
| |\ | | | | | | | | | improve set iteration performance See merge request andreyorst/fennel-cljlib!9 | ||||
| | * | improve set iteration performance | Andrey Listopadov | 2021-02-15 | 6 | -41/+44 |
| |/ | |||||
| * | fix(macros): correct fn* method definition behavior | Andrey Listopadov | 2021-02-15 | 3 | -19/+39 |
| | | | | | fn* now properly defines `self` as its first argument automatically. | ||||
| * | fix: test library first, then test docs | Andrey Listopadov | 2021-02-15 | 1 | -1/+1 |
| | | |||||
| * | fix: update fennelview metamethod | Andrey Listopadov | 2021-02-04 | 1 | -1/+1 |
| | | |||||
| * | fix: allow defining methods with fn* | Andrey Orst | 2021-01-26 | 3 | -25/+70 |
| | | |||||
| * | fix: remove duplicate multisym->sym function | Andrey Orst | 2021-01-26 | 1 | -12/+5 |
| | | |||||
| * | fix: update heading links | Andrey Orst | 2021-01-24 | 4 | -29/+28 |
| | | |||||
| * | feature: include documentation testing in pipeline | Andrey Orst | 2021-01-24 | 11 | -355/+437 |
| | | |||||
| * | 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: update docs | Andrey Orst | 2021-01-20 | 5 | -166/+137 |
| | | | | | preparing to set up docstring validation | ||||
| * | fix: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 19 | -971/+1072 |
| |\ | | | | | | | | | | | | | | | | | 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: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 19 | -971/+1072 |
| |/ | | | | | | | | | | 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(macros): fix bug in try, add tests | Andrey Orst | 2020-12-31 | 2 | -6/+35 |
| | | |||||
| * | fix: unpack broke for some reason | Andrey Orst | 2020-12-29 | 2 | -21/+22 |
| | | |||||
| * | feature(macros): add experimental try catch macro | Andrey Orst | 2020-12-29 | 2 | -0/+210 |
| | | |||||
| * | feature: make gitlab highlight fennel syntax | Andrey Orst | 2020-12-10 | 1 | -0/+1 |
| | | |||||
| * | fix(doc): update docs | Andrey Orst | 2020-12-04 | 3 | -10/+10 |
| | | |||||
| * | fix: fix cons docstring | Andrey Orst | 2020-11-25 | 2 | -2/+2 |
| | | |||||
| * | Revert "feature(core): print empty vectors as [] in the REPL" | Andrey Orst | 2020-11-25 | 2 | -14/+8 |
| | | | | This reverts commit 7b02ecaff4e3e884700e4ec6a0ab4db28966dca1 | ||||
| * | feature(core): print empty vectors as [] in the REPL | Andrey Orst | 2020-11-25 | 2 | -8/+14 |
| | | |||||
| * | fix(core): fix print name for hash set | Andrey Orst | 2020-11-23 | 1 | -1/+1 |
| | | |||||
| * | fix(core): do not store order info in hash-set | Andrey Orst | 2020-11-23 | 1 | -14/+23 |
| | | |||||
| * | fix(docs): order items in cljlib.md, and add test.md | Andrey Orst | 2020-11-23 | 4 | -612/+779 |
| | | |||||