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

Update to an FCS that understands F# 7 #1043

Merged
merged 18 commits into from
Feb 20, 2023
Merged

Commits on Feb 19, 2023

  1. WIP F# 7 update

    This removes the 6.0 target while we wait for updated packages on NuGet.
    baronfel committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e48faee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb3b84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6a2835 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    406ea33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edd87c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bac3ddc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    995afe0 View commit details
    Browse the repository at this point in the history
  8. change ordering of implemented interface property getter/setter in te…

    …st expectation to match reality
    baronfel committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    abfec9b View commit details
    Browse the repository at this point in the history
  9. adjust to new FCS AST for property get/set on interface generation

    also disable the 'without type annotation' interface generation entirely due to dotnet/fsharp#14698
    baronfel committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    8e1f844 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2d41e4 View commit details
    Browse the repository at this point in the history
  11. fix formatting

    baronfel committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    6ef6f71 View commit details
    Browse the repository at this point in the history
  12. update to new stable FCS

    baronfel committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    a89df50 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c33fa6c View commit details
    Browse the repository at this point in the history
  14. fix bang-to-value dereference codefix to account for operation names …

    …being LongIdents instead of Idents in the AST now
    baronfel committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    c4bffef View commit details
    Browse the repository at this point in the history
  15. formatting

    baronfel committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    fedc55f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a87984b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d896058 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6b798f9 View commit details
    Browse the repository at this point in the history