-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: flatten deps and improve repo folder #821
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is best viewed inside the vscode github pr extension.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is 99% renames actually.
…on docs (#822) <!-- Pull requests are squashed and merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog. --> <!-- 1. Explain WHAT the change is about --> - [x] add a warning that envs are not set. <!-- 2. Explain WHY the change cannot be made simpler --> [MET-635](https://linear.app/metatypedev/issue/MET-635/cli-ensure-documentation-is-pushing-for-meta-dev-instead-of-meta) <!-- 3. Explain HOW users should update their code --> _No Migration Needed_ - [ ] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #821 +/- ##
==========================================
+ Coverage 69.05% 75.95% +6.90%
==========================================
Files 144 144
Lines 16704 16696 -8
Branches 1481 1639 +158
==========================================
+ Hits 11535 12682 +1147
+ Misses 5143 3991 -1152
+ Partials 26 23 -3 ☔ View full report in Codecov by Sentry. |
Note, I've updated this to a release candidate version just to make sure the changes to the release pipeline are good before anything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
libs/
tosrc/
.typegate/
,meta-cli
,typegraph/
,meta-lsp/
tosrc/
.dev/
totools/
website/
todocs/metatype.dev
/src/typegate/tests
totests/
src/typegraph/deno/dev
totools/jsr/
src/typegraph/deno/sdk
tosrc/typegraph/deno/
src/deno
tosrc/mt_deno
1.46.1
1.80.1
tools/task-*.ts
totools/task/*.ts
cliff.toml
,Cross.toml
,ruff.toml
totools/
src/typegraph/deno
,src/typegate
,tools/
,tests/
and more.Migration notes
No end user changes required
The change comes with new or modified tests
Hard-to-understand functions have explanatory comments
End-user documentation is updated to reflect the change