-
Notifications
You must be signed in to change notification settings - Fork 72
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(patterns): Prepare for compression #2248
Draft
erights
wants to merge
1
commit into
master
Choose a base branch
from
markm-prepare-for-extended-matchers
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+292
−160
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
3 tasks
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
from
April 29, 2024 19:19
1943903
to
896cae3
Compare
erights
changed the title
refactor(patterns): improve types. Prepare for compression
refactor(patterns): Prepare for compression
Apr 29, 2024
erights
added a commit
that referenced
this pull request
Apr 29, 2024
closes: #XXXX refs: #2248 #1584 Agoric/agoric-sdk#6432 ## Description Pure refactor. Changes only static info. Mostly more consistent and more readable use of `@import`. One case made less readable: Remove newlines within a large `@import` directive. The reason is that `yarn lerna run build:types` chokes on those newlines. TODO minimal repro + report issue. Extracted from other PRs #1584 #2248 which are now staged on this one. But this should be a reviewable and mergeable improvement regardless of whether we move forward on the others. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations none ### Compatibility Considerations none ### Upgrade Considerations none - ~[ ] Includes `*BREAKING*:` in the commit message with migration instructions for any breaking change.~ - ~[ ] Updates `NEWS.md` for user-facing changes.~
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
3 times, most recently
from
May 2, 2024 23:18
e3cfbad
to
d25cfad
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
5 times, most recently
from
May 9, 2024 00:09
aa85135
to
b619239
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
from
May 24, 2024 03:41
964d1ac
to
4c7ac33
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
from
June 2, 2024 18:09
4c7ac33
to
9f14fe9
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
2 times, most recently
from
June 13, 2024 13:31
7c42f56
to
2d20d8e
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
from
June 22, 2024 03:34
2d20d8e
to
f013614
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
from
July 3, 2024 00:22
f013614
to
92befa7
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
from
July 13, 2024 23:06
92befa7
to
b4b09cd
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
from
July 22, 2024 01:11
b4b09cd
to
a71dd8f
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
from
August 3, 2024 00:18
a71dd8f
to
552cdca
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
2 times, most recently
from
August 14, 2024 20:53
b6ab0e1
to
bd279f6
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
2 times, most recently
from
September 7, 2024 20:25
711ef1c
to
1e4653e
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
from
October 14, 2024 19:16
1e4653e
to
c164404
Compare
erights
force-pushed
the
markm-prepare-for-extended-matchers
branch
from
October 28, 2024 23:35
c164404
to
21e35d9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
closes: #XXXX
refs: #XXXX
Description
Security Considerations
Scaling Considerations
Documentation Considerations
Testing Considerations
Compatibility Considerations
Upgrade Considerations
*BREAKING*:
in the commit message with migration instructions for any breaking change.NEWS.md
for user-facing changes.