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

implement async abstract methods, add TCP conn #91

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Dec 7, 2023

  1. Add jdwp streams implemented abstract class

    Codegen dataclassess (facebookexperimental#79)
    
    * Wrote test to validate primitive type mapping
    
    * Added test for type alias definition
    
    * Built dataclasses code generator
    
    * Built test for dataclassess code generator
    
    * Changed to unittest
    
    * Updated struct dataclass function to support all types
    
    * feat: built dataclass generator
    
    * Added copyright
    
    * Added nested struct support
    
    * Added test for nested struct
    
    * Feat: update functions and put it in a class.
    
    * chore: update tests
    
    * Casted types to pass pyre check
    
    * Updated types
    
    * chore: Refactor typing.cast code
    
    * Added copyright
    
    * refactor: update tests to reflect new schema changes
    
    * fix: Fix pyre typing errors
    
    [jdwp] do not emit array length and union tag fields
    
    [jdwp] map union tags and array lengths to int
    
    [jdwp] fix type for union fields
    
    [jdwp] fix names of fields containing spaces
    
    [jdwp] generate projects.jdwp.runtime.structs
    
    [jdwp] add tests importing components of the runtime library
    
    implement async abstract methods, add TCP conn
    
    update files
    
    update conn and streams
    
    add buck deps
    
    add jvm connection and implement jvm streams
    
    add a base class for jdwp structs
    
    [jdwp] generate projects.jdwp.runtime.structs
    
    [jdwp] add tests importing components of the runtime library
    
    fix fail build
    
    [jdwp] fix type checker fails
    michalgr authored and wekesa360 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4ce9a8d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    8e14a3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    737159d View commit details
    Browse the repository at this point in the history