Skip to content
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

[branch-2.11] [fix] [ml] Change the modifier of some variables in ManagedLedgerImpl to default to resolve compilation errors #19453

Closed
wants to merge 1 commit into from

Conversation

poorbarcode
Copy link
Contributor

Motivation

The modifier of variables currentLedgerEntries, currentLedgerSize and currentLedger in ManagedLedegrImpl changed to protected in PR #18265, this PR is for new features, so there is no cherry picking to branch 2.11.

PR #19404 fixes the problem of the managed ledger, and is already cherry-picked into branch 2.11, but this PR uses the above change( The modifier changes of some variables ), so the compilation of branch 2.11 errors now.

Modifications

  • change modifier of variables currentLedgerEntries, currentLedgerSize and currentLedger to default
  • Fixed license in some files

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

…agedLedgerImpl to default to resolve compilation errors
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Feb 7, 2023
@Technoboy- Technoboy- closed this Feb 8, 2023
@Technoboy- Technoboy- reopened this Feb 8, 2023
@Technoboy- Technoboy- closed this Feb 8, 2023
@Technoboy- Technoboy- reopened this Feb 8, 2023
@Technoboy- Technoboy- closed this Feb 8, 2023
@Technoboy- Technoboy- reopened this Feb 8, 2023
@yaalsn
Copy link
Contributor

yaalsn commented Feb 9, 2023

Hi @Technoboy- , I think this PR cannot pass the CI because its target is branch-2.11, not master.

@Technoboy- Technoboy- closed this Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants