diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-19 20:19:37 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-19 20:19:37 +0300 |
| commit | 60d99f85b6d4f0ec23ad21d3b1767084c5eb8b46 (patch) | |
| tree | b99703275e20b86146517cc132c988a30155dc74 /.gitattributes | |
| parent | a0318645ec4ed7f4bfa6ab50d0a5ee7fc67b8006 (diff) | |
fix: release 0.5.1
- 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
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 9f1a1b5..15d0d6b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -*.fnl gitlab-language=clojure +*.fnl gitlab-language=clojure linguist-language=Fennel +.fenneldoc gitlab-language=clojure linguist-language=Fennel |