mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
enhance: built-in properties are indexed by :db/ident
built-in-properties are identified by their :db/ident instead of :block/name. This removes reliance on :block/name and allows us to consistently use namespaces when identifying built-in properties :visible was renamed to :public? and is now included in :block/schema to allow for querying. Also added a couple more new graph tests and tweaked CI for db dep
This commit is contained in:
2
.github/workflows/db.yml
vendored
2
.github/workflows/db.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
||||
bb: ${{ env.BABASHKA_VERSION }}
|
||||
|
||||
- name: Run clj-kondo lint
|
||||
run: clojure -M:clj-kondo --parallel --lint src
|
||||
run: clojure -M:clj-kondo --lint src test
|
||||
|
||||
- name: Carve lint for unused vars
|
||||
run: bb lint:carve 2>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user