Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Conversation

@ScottCarda-MS
Copy link
Contributor

@ScottCarda-MS ScottCarda-MS commented Mar 11, 2021

Adds the Syntax Tree Trimming rewrite step. Removes syntax tree trimming logic from the Monomorphization rewrite step. Monomorphization will now only remove all generics that are not intrinsic. The new rewrite step will remove all unused callables from the syntax tree except those callables needed by later rewrite steps.

@ScottCarda-MS ScottCarda-MS requested a review from swernli March 29, 2021 21:54
@ScottCarda-MS
Copy link
Contributor Author

/azp build

@azure-pipelines
Copy link

Command 'build' is not supported by Azure Pipelines.

Supported commands
  • help:
    • Get descriptions, examples and documentation about supported commands
    • Example: help "command_name"
  • list:
    • List all pipelines for this repository using a comment.
    • Example: "list"
  • run:
    • Run all pipelines or specific pipelines for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify specific pipelines to run.
    • Example: "run" or "run pipeline_name, pipeline_name, pipeline_name"
  • where:
    • Report back the Azure DevOps orgs that are related to this repository and org
    • Example: "where"

See additional documentation.

@ScottCarda-MS
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

Copy link
Contributor

@bettinaheim bettinaheim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was hoping for one more test, but other than that looks good to me.

@ScottCarda-MS ScottCarda-MS force-pushed the sccarda/TrimRewriteStep branch from 220618d to 00d868e Compare April 3, 2021 06:43
@ScottCarda-MS ScottCarda-MS merged commit c74b254 into main Apr 3, 2021
@bettinaheim bettinaheim deleted the sccarda/TrimRewriteStep branch April 3, 2021 23:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants