-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Add the CopyTypes
trait to DeclarationId
#2682
Merged
emilyaherbert
merged 14 commits into
master
from
emilyaherbert/add-copytypes-trait-to-declaration-id
Sep 1, 2022
Merged
Add the CopyTypes
trait to DeclarationId
#2682
emilyaherbert
merged 14 commits into
master
from
emilyaherbert/add-copytypes-trait-to-declaration-id
Sep 1, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emilyaherbert
added
the
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
label
Aug 31, 2022
emilyaherbert
changed the base branch from
master
to
emilyaherbert/de-as-lazy-static
August 31, 2022 23:43
…-copytypes-trait-to-declaration-id
…s-trait-to-declaration-id
otrho
previously approved these changes
Sep 1, 2022
vaivaswatha
previously approved these changes
Sep 1, 2022
emilyaherbert
dismissed stale reviews from vaivaswatha and otrho
via
September 1, 2022 17:01
ea5c576
mohammadfawaz
approved these changes
Sep 1, 2022
tritao
approved these changes
Sep 1, 2022
emilyaherbert
deleted the
emilyaherbert/add-copytypes-trait-to-declaration-id
branch
September 1, 2022 22:22
mitchmindtree
added a commit
that referenced
this pull request
Sep 2, 2022
…formatting fixes (#2698) * refactor: forc-deploy requires wallet address and accepts signature (#2629) * Add the `CopyTypes` trait to `DeclarationId` (#2682) Co-authored-by: Toby Hutton <toby@grusly.com> * fix: Unformatted comment spans add extra newline (#2692) * newline handler checks for existing newlines before inserting new ones * stability test added * newline-comment handler interaction test added * review suggestion * feat: add basic comment context formatting (#2697) * feat: add comment context formatting * test: enhance newline-comment handler interaction test * Apply suggestions from code review Co-authored-by: mitchmindtree <mitchell.nordine@fuel.sh> Co-authored-by: mitchmindtree <mitchell.nordine@fuel.sh> * Update `examples/` for recent swayfmt-v2 patches Co-authored-by: Kaya Gökalp <kayagokalp@sabanciuniv.edu> Co-authored-by: Emily Herbert <17410721+emilyaherbert@users.noreply.github.com> Co-authored-by: Toby Hutton <toby@grusly.com>
eureka-cpu
added a commit
that referenced
this pull request
Sep 2, 2022
* update plugin and swayfmt toml, remove old formatter * update config to formatter for consistency * wip fix lsp formatting * more merge conflicts * update dependencies to 22.1 * remove files that made it back in from merge * comment out function in LSP that uses formatter * format examples and remove debug printlns * Merge #2669 (swayfmt replacement PR) with `master` including newline formatting fixes (#2698) * refactor: forc-deploy requires wallet address and accepts signature (#2629) * Add the `CopyTypes` trait to `DeclarationId` (#2682) Co-authored-by: Toby Hutton <toby@grusly.com> * fix: Unformatted comment spans add extra newline (#2692) * newline handler checks for existing newlines before inserting new ones * stability test added * newline-comment handler interaction test added * review suggestion * feat: add basic comment context formatting (#2697) * feat: add comment context formatting * test: enhance newline-comment handler interaction test * Apply suggestions from code review Co-authored-by: mitchmindtree <mitchell.nordine@fuel.sh> Co-authored-by: mitchmindtree <mitchell.nordine@fuel.sh> * Update `examples/` for recent swayfmt-v2 patches Co-authored-by: Kaya Gökalp <kayagokalp@sabanciuniv.edu> Co-authored-by: Emily Herbert <17410721+emilyaherbert@users.noreply.github.com> Co-authored-by: Toby Hutton <toby@grusly.com> * change name to swayfmt, kashira * add swayfmt file * sort toml dependencies * fix excess newlines in format_context * test on examples Co-authored-by: mitchmindtree <mitchell.nordine@fuel.sh> Co-authored-by: Kaya Gökalp <kayagokalp@sabanciuniv.edu> Co-authored-by: Emily Herbert <17410721+emilyaherbert@users.noreply.github.com> Co-authored-by: Toby Hutton <toby@grusly.com> Co-authored-by: Mohammad Fawaz <mohammadfawaz89@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Blocked by:
DeclarationEngine
alazy_static
as a semi-temporary bandaid #2675