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

Retain source language information in Documentable tree #2474

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 27, 2022

  1. Retain source language information in Documentable tree

    This will allow dackka to figure out if a DParameter is from Kotlin or from Java
    Which is necessary to determine if a bare parameter is non-null K or platform J
    
    Test: added assertions to translator tests and the multilanguage linker test
    owengray-google committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    cf02a24 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Switch to using WithSources; remove HasSourceLanguage

    Test: still needs dedicated tests
    owengray-google committed May 13, 2022
    Configuration menu
    Copy the full SHA
    4001062 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb665c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. More work on determining source file of descriptors with no Containin…

    …gFile attribute
    
    This is not complete.
    owengray-google committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    18a2cd5 View commit details
    Browse the repository at this point in the history