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

trunk-support supports trunk #451

Merged
merged 6 commits into from
Dec 15, 2023

Commits on Aug 1, 2023

  1. Preliminary support for 502 parsetree changes

    (it compiles, at least)
    
    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ff95254 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Add locations for Pparam

    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4d6a434 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. 51 -> 52 migration for Pexp_function

    Pexp_fun and Pexp_function become Pexp_function, which has a list of
    argument, a type annotation and a body that can possibly be a list of
    cases.
    
    We need to be careful not to rewrite any chain of Pexp_fun into the new
    node as that would change the semantics of the program after a
    roundtrip.
    
    A synthetic attribute is used to signal whether or not a chain of
    Pexp_fun or Pexp_function should be considered the same function or not.
    
    We do not need such an attribute for type annotations as that is
    unlikely to cause problem until the next AST bump.
    
    Co-authored-by: Paul-Elliot <[email protected]>
    Co-authored-by: Jules Aguillon <[email protected]>
    Signed-off-by: Paul-Elliot <[email protected]>
    Signed-off-by: Jules Aguillon <[email protected]>
    panglesd and Julow committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a0803d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. fix ptyp_alias

    Signed-off-by: Paul-Elliot <[email protected]>
    Hugo Heuzard authored and panglesd committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5a051d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Add pin-depends for CI to run

    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    fe72922 View commit details
    Browse the repository at this point in the history
  2. run tests with trunk

    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    43a59ee View commit details
    Browse the repository at this point in the history