Skip to content

Commit f988588

Browse files
authored
BE-427: Add hashql-macros crate with procedural macros for ID types and symbols (#8495)
1 parent 2b711ad commit f988588

69 files changed

Lines changed: 2537 additions & 1053 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ hashql-core.path = "libs/@local/hashql/core"
9797
hashql-diagnostics.path = "libs/@local/hashql/diagnostics"
9898
hashql-eval.path = "libs/@local/hashql/eval"
9999
hashql-hir.path = "libs/@local/hashql/hir"
100+
hashql-macros.path = "libs/@local/hashql/macros"
100101
hashql-mir.path = "libs/@local/hashql/mir"
101102
hashql-syntax-jexpr.path = "libs/@local/hashql/syntax-jexpr"
102103
type-system.path = "libs/@blockprotocol/type-system/rust"
@@ -285,6 +286,7 @@ unicode-ident = { version = "1.0.22", default-features = fa
285286
unicode-normalization = { version = "0.1.25", default-features = false }
286287
unicode-properties = { version = "0.1.4", default-features = false }
287288
unicode-segmentation = { version = "1.12.0", default-features = false }
289+
unsynn = { version = "0.3.0", default-features = false, features = ["proc_macro2"] }
288290
url = { version = "2.5.7", default-features = false }
289291
utoipa = { version = "4.2.3", default-features = false }
290292
uuid = { version = "1.18.1", default-features = false }

apps/hash-graph/docs/dependency-diagram.mmd

Lines changed: 35 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/@local/graph/api/docs/dependency-diagram.mmd

Lines changed: 37 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/@local/graph/test-server/docs/dependency-diagram.mmd

Lines changed: 35 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)