Skip to content

Commit

Permalink
fix: type duplication bug (#938)
Browse files Browse the repository at this point in the history
- Fixes bug in type-deduplication impl.
- Fixes issues with very long names generated by prisma where types.
- [x] Fix bug where duplicate names end up in typegraph
- [x] Tests to avoid type size and duplication regressions
- Bumps version to 0.5.0-rc.8

#### Migration notes

---

- [x] The change comes with new or modified tests
- [ ] Hard-to-understand functions have explanatory comments
- [ ] End-user documentation is updated to reflect the change
  • Loading branch information
Yohe-Am authored Dec 16, 2024
1 parent 64ed210 commit ea8711f
Show file tree
Hide file tree
Showing 120 changed files with 5,386 additions and 24,664 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exclude = [
]

[workspace.package]
version = "0.5.0-rc.7"
version = "0.5.0-rc.8"
edition = "2021"

[workspace.dependencies]
Expand Down
Loading

0 comments on commit ea8711f

Please sign in to comment.