This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Undo v4 changes, move them to vstaging #7103
Open
ghost
wants to merge
26
commits into
alex/parathreads_review
Choose a base branch
from
alex/parathreads_vstaging
base: alex/parathreads_review
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.
Open
Changes from 7 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b6b9f8e
Undo v4 changes, move them to vstaging
c76ce40
Merge branch 'alex/parathreads_review' into alex/parathreads_vstaging
e2d5869
minor
fc276d6
Merge branch 'alex/parathreads_review' into alex/parathreads_vstaging
7baa04f
Merge branch 'alex/parathreads_review' into alex/parathreads_vstaging
94d24d5
Fix imports
f943c1a
Merge branch 'alex/parathreads_review' into alex/parathreads_vstaging
59f6bc2
Merge branch 'alex/parathreads_review' into alex/parathreads_vstaging
d65d96e
include version dispatch on availablity_cores() call
cbfa7a1
ifmt
2471334
Fix test-runtime
678b1d8
fix node runtime api test
13fa655
Undo RuntimeDebug -> Debug changes in v4
2cf57a8
runtime-api tests fix
4d01e65
Merge branch 'alex/parathreads_review' into alex/parathreads_vstaging
af57dd0
Fix removing api version by accident
b413cc7
Merge branch 'alex/parathreads_review' into alex/parathreads_vstaging
6fae5a3
Remove naked unwrap()s
a665df0
Add availability_cores_on_demand to mock and use that in tests
42bc527
Merge branch 'alex/parathreads_review' into alex/parathreads_vstaging
ea8a0c6
Merge branch 'alex/parathreads_review' into alex/parathreads_vstaging
a198b95
Merge branch 'alex/parathreads_review' into alex/parathreads_vstaging
918243e
Address PR comments
49ebc7d
Rename availability_cores_on_demand to ..._vstaging
c49582c
pebkac
6273880
minor refactor
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 is good. You also need to add (can't leave a comment at the right):
This way you can have two implementations - old and new ones. The intention of
changed_inis to change the method signature. I'm not sure if it will work in the case 'same signature, different implementation'.If this is the case - you can just add another function and handle the right one in the client code. This one breaks the semantics a little but imo it's fine. If pick this approach, you shouldn't touch base version here and just add another method: