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

VM service protocol has compile errors in generated Java code #51448

Closed
stevemessick opened this issue Feb 17, 2023 · 1 comment
Closed

VM service protocol has compile errors in generated Java code #51448

stevemessick opened this issue Feb 17, 2023 · 1 comment
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P2 A bug or feature request we're likely to work on vm-service The VM Service Protocol, both the specification and its implementation

Comments

@stevemessick
Copy link
Contributor

There are compilation errors in three classes:

  • BoundField
  • InboundReference
  • RetainingObject

I patched the generated code to compile and verified that my change to BoundField works. We're not using the other two classes so I couldn't check them.
flutter/flutter-intellij#6630

@mraleph mraleph added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. vm-service The VM Service Protocol, both the specification and its implementation labels Feb 18, 2023
@a-siva
Copy link
Contributor

a-siva commented Feb 20, 2023

//cc @bkonyi @derekxu16

@a-siva a-siva added the P2 A bug or feature request we're likely to work on label Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P2 A bug or feature request we're likely to work on vm-service The VM Service Protocol, both the specification and its implementation
Projects
None yet
Development

No branches or pull requests

5 participants