-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Fix turbo usage in tests #44715
Merged
jankaifer
merged 49 commits into
vercel:canary
from
jankaifer:jankaifer/next-344-try-rethinking-turbo-usage-in-tests-and
Jan 18, 2023
Merged
Fix turbo usage in tests #44715
Changes from 45 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
fede73f
install ts-node
jankaifer 64e5103
start packing things with turbo properly
jankaifer 447de92
fixed repo setup to use new turbo packing
jankaifer cbd9bc3
refactored repo-setup to use new turbo packing
jankaifer ac6c164
migrated to mts for scripts
jankaifer 5ae1a2f
Merge branch 'canary' into jankaifer/next-344-try-rethinking-turbo-us…
jankaifer 61a2b18
install execa in next-stats-action
jankaifer 319b629
remove unused temporary directory
jankaifer 7727e95
debug stats action
jankaifer 0ced4e4
wip
jankaifer a5d6e36
stats move cloned repos out of main project
jankaifer eb4d7a1
Merge branch 'canary' into jankaifer/next-344-try-rethinking-turbo-us…
jankaifer 1915eae
Merge canary
jankaifer f05571e
wip
jankaifer 1d5d128
wip
jankaifer 8f3017d
Merge branch 'canary' into jankaifer/next-344-try-rethinking-turbo-us…
jankaifer 53eca02
remove debug file
jankaifer 2552680
fix TYPO in package.json
jankaifer 82116a3
fix __dirname missing
jankaifer 6c5e7d5
wip
jankaifer 72fbabf
fix missing files in package json
jankaifer ec76c4d
remove logs
jankaifer 838f052
wip
jankaifer d87c1e3
re-allow using custom swc version in stats action
jankaifer f95ced4
turbo cache
jankaifer 3f79a9c
Merge branch 'canary' into jankaifer/next-344-try-rethinking-turbo-us…
jankaifer 643112c
wip
jankaifer f83647e
remove package lock caching
jankaifer 0170a6a
remove unused function
jankaifer 67b310e
remove unused variable
jankaifer f6c5c0a
wip
jankaifer 3d4b182
wip
jankaifer 5548741
use pnpm for packing
jankaifer d895e01
fix pnpm tarball result name detection
jankaifer 60353ec
add log to test-pack
jankaifer 8bea837
add some root files as dependencies to test-pack turbo
jankaifer f27211c
Merge branch 'canary' into jankaifer/next-344-try-rethinking-turbo-us…
jankaifer 104cffd
remove orce from turbo running because we added our scripts aas depen…
jankaifer 0d40bda
migrate back to yarn for now with packing
jankaifer 4b19002
Merge branch 'canary' into jankaifer/next-344-try-rethinking-turbo-us…
jankaifer bbc3352
improve loging of used swc binaries
jankaifer 944e357
Ignore test/traces which are generated by run-tests.js
jankaifer f570e31
cleanup linkPackages
jankaifer b4e7e71
Merge branch 'canary' into jankaifer/next-344-try-rethinking-turbo-us…
jankaifer 6f27a6e
Merge branch 'canary' into jankaifer/next-344-try-rethinking-turbo-us…
jankaifer 21e3b2e
Merge branch 'canary' into jankaifer/next-344-try-rethinking-turbo-us…
jankaifer d0168cf
lint
jankaifer 2c6fbdf
Merge branch 'canary' into jankaifer/next-344-try-rethinking-turbo-us…
jankaifer 068161a
Merge branch 'canary' into jankaifer/next-344-try-rethinking-turbo-us…
jankaifer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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 seems redundant that the package has to pass the name. Can we update the script to derive the current package by reading
process.cwd()
?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.
Hmm, I dig into it. And I would need to repeat that
ts-node
magical initialization.Not worth it. But good point.