index
:
fennel-cljlib
master
Public repository: fennel-cljlib
Donnie West
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
feature(docs): order items in macros doc
Andrey Orst
2020-11-22
3
-229
/
+276
*
fix(macros): prevent nil in ipairs
Andrey Orst
2020-11-21
1
-2
/
+2
*
feature(core): more hash table functions
Andrey Orst
2020-11-21
2
-2
/
+50
*
fix: add a bit more notes in the code about decisions
Andrey Orst
2020-11-21
1
-11
/
+37
*
Merge branch 'set-fixes' into 'master'
Andrey Orst
2020-11-21
8
-384
/
+888
|
\
|
*
fix: update ordered when removing items.
Andrey Orst
2020-11-21
8
-384
/
+888
|
/
*
Merge branch 'sets' into 'master'
Andrey Orst
2020-11-19
5
-81
/
+204
|
\
|
*
feature: Sets
Andrey Orst
2020-11-19
5
-81
/
+204
|
/
*
feature(macros): add name metamethod to multifn
Andrey Orst
2020-11-18
1
-0
/
+1
*
feature: major overhaul of documentation, and some housekeeping
Andrey Orst
2020-11-17
7
-372
/
+949
*
feature(doc): update documentation
Andrey Orst
2020-11-16
2
-6
/
+83
*
fix(core): fix seq function not handling tables with number keys
Andrey Orst
2020-11-15
2
-3
/
+3
*
fix(core): fix reduce-kv and tests
Andrey Orst
2020-11-15
2
-22
/
+28
*
fix: update contributing document
Andrey Orst
2020-11-15
1
-5
/
+5
*
fix(doc): fix vector? docstring
Andrey Orst
2020-11-15
2
-3
/
+3
*
feature(doc): more examples in documentation
Andrey Orst
2020-11-15
3
-39
/
+598
*
feature(core): implement `reduced`
Andrey Orst
2020-11-15
2
-10
/
+42
*
fix(core): rename seq? to vector?
Andrey Orst
2020-11-15
2
-11
/
+11
*
Feature(doc): upload autogenerated documentation.
Andrey Orst
2020-11-14
6
-610
/
+1064
*
fix(core): contain valid markdown in docs
Andrey Orst
2020-11-14
1
-52
/
+57
*
fix(core): revert fn* to defn change
Andrey Orst
2020-11-13
7
-99
/
+96
*
fix(core): refactoring
Andrey Orst
2020-11-13
8
-240
/
+245
*
feature(core): add memoize function
Andrey Orst
2020-11-13
1
-0
/
+19
*
feature(core): remove macros from core (for loading with macros)
Andrey Orst
2020-11-13
2
-80
/
+23
*
fix(core): improved deep comparison
Andrey Orst
2020-11-13
4
-24
/
+103
*
fix(core): support string in into
Andrey Orst
2020-11-12
2
-11
/
+33
*
feature(core): support strings in seq
Andrey Orst
2020-11-12
2
-14
/
+27
*
fix(CI): overhaul
Andrey Orst
2020-11-12
9
-231
/
+301
*
fix(testing): do not depend on anything
Andrey Orst
2020-11-12
1
-45
/
+36
*
fix(CI): fix depend file
Andrey Orst
2020-11-10
1
-3
/
+4
*
feature(core): breaking change of project structure
Andrey Orst
2020-11-10
8
-277
/
+263
*
fix(tests): fix reduce test, and add more docstrings
Andrey Orst
2020-11-10
1
-10
/
+10
*
fix(core): use compile-time empty tables instead of function call
Andrey Orst
2020-11-09
1
-16
/
+16
*
fix(core): add missing doc
Andrey Orst
2020-11-09
2
-5
/
+18
*
fix(core): rename plus to add, minus to sub
Andrey Orst
2020-11-09
2
-34
/
+34
*
fix(macros): fix multimethods which use tables as the dispatch value
Andrey Orst
2020-11-09
2
-4
/
+44
*
fix(core): more clear error messages, and microoptimizations
Andrey Orst
2020-11-09
1
-6
/
+8
*
feature(testing): change testing macro to contain description
Andrey Orst
2020-11-09
4
-118
/
+130
*
fix(testing): do not depend on eq from core
Andrey Orst
2020-11-09
3
-4
/
+16
[next]