This repository was archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
ryoqun
commented
Jun 16, 2023
sdk/src/transaction_context.rs
Outdated
@@ -888,7 +888,7 @@ impl<'a> BorrowedAccount<'a> { | |||
/// account mapping is enabled. | |||
/// | |||
/// Currently only used by tests and the program-test crate. | |||
#[cfg(not(target_os = "solana"))] | |||
#[cfg(all(not(target_os = "solana"), any(test, feature = "dev-utils")))] |
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.
here: #32169
1d21b34
to
e01f1c3
Compare
e01f1c3
to
f846bf2
Compare
f846bf2
to
c4f3bc7
Compare
c4f3bc7
to
7f99ac4
Compare
7f99ac4
to
1b81a77
Compare
1b81a77
to
83439d4
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
this is one of ci scenario for #32169 see #32169 (comment) for details
fixes: #32170
fixes: #32171
fixes: #32246
fixes: #32247
fixes: #32248
fixes: #32249
fixes: #32344
fixes: #32345