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

Allow for codegen targets to be used directly by JVM compiler requests #14751

Merged
merged 12 commits into from
Mar 11, 2022

Commits on Mar 9, 2022

  1. Adds Java protobuf rules file

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Christopher Neugebauer committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    ee95331 View commit details
    Browse the repository at this point in the history
  2. Adds JVMRequestTypes helper, and first codegen classification helper

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Christopher Neugebauer committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    9e866db View commit details
    Browse the repository at this point in the history
  3. more progress

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Christopher Neugebauer committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    7a654d1 View commit details
    Browse the repository at this point in the history
  4. Allow for compilation of Java protobufs

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Christopher Neugebauer committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    513f000 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Smallest code review changes

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Christopher Neugebauer committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    b0e78f9 View commit details
    Browse the repository at this point in the history
  2. Adds jvm_jdk field

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Christopher Neugebauer committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    f937aae View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Raise an exception when multiple generators are compatible with a giv…

    …en input codegen type
    
    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Christopher Neugebauer committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    079c775 View commit details
    Browse the repository at this point in the history
  2. Adds scala registration rules

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Christopher Neugebauer committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    5580fc4 View commit details
    Browse the repository at this point in the history
  3. Centralises JVM construction code into ClasspathEntryRequestFactory

    …. Much better.
    
    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Christopher Neugebauer committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    a228661 View commit details
    Browse the repository at this point in the history
  4. Use classify_impl to handle classifying JVM code generators

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Christopher Neugebauer committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    39890bd View commit details
    Browse the repository at this point in the history
  5. Adds test for classifying protobuf sources

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Christopher Neugebauer committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    c77afd1 View commit details
    Browse the repository at this point in the history
  6. APPEASEMENT

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Christopher Neugebauer committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    66aef0a View commit details
    Browse the repository at this point in the history