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

WIP: AST October 2021 #380

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open

WIP: AST October 2021 #380

wants to merge 10 commits into from

Commits on Sep 5, 2019

  1. Complete the AST according to the June 2018 GraphQL spec edition

    - Add some code-docs so that developers using the AST can read about
      what they are doing
    - Add TypeSystemDefinition and TypeSystemExtension to the Definition DU
    - Move DirectiveLocation from TypeSystem to Ast
    - Update usages
    haf committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    32dfb99 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Removed Paket and Fake-CLI, migrated to Packages.props, updated to .N…

    …ET 6 and F# 6
    Juri committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    4e3c237 View commit details
    Browse the repository at this point in the history
  2. Fixed `error FS3511: This state machine is not statically compilable.…

    … A resumable code invocation at`
    
    See dotnet/fsharp#12839
    Juri committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    476c88c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Merge remote-tracking branch 'origin/f/complete-ast' into dev

    * origin/f/complete-ast:
      Complete the AST according to the June 2018 GraphQL spec edition
    haf committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    e4232c1 View commit details
    Browse the repository at this point in the history
  2. Formatting

    haf committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    99c1479 View commit details
    Browse the repository at this point in the history
  3. Update AST to 2021 version

    haf committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    beef9bc View commit details
    Browse the repository at this point in the history
  4. More docs

    haf committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    2cf1b5c View commit details
    Browse the repository at this point in the history
  5. Finished upgrading AST to 2021

    haf committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    0dceeb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f922485 View commit details
    Browse the repository at this point in the history
  7. Fixing all warnings

    haf committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    bb27afd View commit details
    Browse the repository at this point in the history