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

Rename Fantomas to Fantomas.Core and fantomas-tool to fantomas #2185

Closed
wants to merge 13 commits into from

Commits on Mar 30, 2022

  1. Initial settings for strousrup bracket style (fsprojects#2161)

    * Bare minimal changes for one test case.
    
    * Initial draft of ragnarok feature.
    
    * Add more syntax node where the case occurs.
    
    * Maybe multiline strings?
    
    * Highlight additional cases in SynBinding.
    
    * Add new setting for ragnarok mode.
    Take anonymous records in SynBinding into account.
    
    * Separate test case into multiple files. Implement SynBindingFunction and Expressions.
    
    * Add support for computation expressions.
    
    * Add support for Array/List in SynBinding value/function.
    
    * Exclude update records.
    
    * Synbinding function with return type.
    
    * Add additional tests for type members.
    
    * Add LetOrUseBang with Expression.
    
    * Add YieldOrReturn with Expression.
    
    * Add YieldOrReturnBang with Expression.
    
    * Add SynExprAndBang with Expression.
    
    * Format test files.
    
    * Add tests suffix
    
    * Add LongIdentSetExpression with Expression.
    
    * Add DotIndexedSet with Expression.
    
    * Add Set with Expression.
    
    * Add DotSet with Expression.
    
    * Add Lambda with Expression.
    
    * Add SynMatchClause with Expression.
    
    * Add SynTypeDefnSimpleRepr.Record NOTE: TESTS FAIL
    
    * Add SynTypeDefnSigRepr.Simple
    
    * Use correct helper function for Set and DotSet.
    
    * Work around edge case where match clause body needs to be further indented.
    
    * Add named arguments in application and new expressions.
    
    * Fix leftover issue
    
    * Add TODO comment
    
    * Fix failing test
    
    * Format files
    
    Co-authored-by: nojaf <florian.verdonck@outlook.com>
    josh-degraw and nojaf committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    0f86ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d715f9c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. - Rename Fantomas.fsproj to Fantomas.Core.fsproj

    - Raname namespaces accordingly
      Fantomas -> Fantomas.Core
      Fantomas.Xyz -> Fantomas.Core.Xyz
    dawedawe committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    fa9e82d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c56209 View commit details
    Browse the repository at this point in the history
  3. - Rename fantomas-tool to fantomas

    - Adjust documentation, scripts and code
    dawedawe committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    722e1de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08b3ce7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Initial settings for strousrup bracket style (fsprojects#2161)

    * Bare minimal changes for one test case.
    
    * Initial draft of ragnarok feature.
    
    * Add more syntax node where the case occurs.
    
    * Maybe multiline strings?
    
    * Highlight additional cases in SynBinding.
    
    * Add new setting for ragnarok mode.
    Take anonymous records in SynBinding into account.
    
    * Separate test case into multiple files. Implement SynBindingFunction and Expressions.
    
    * Add support for computation expressions.
    
    * Add support for Array/List in SynBinding value/function.
    
    * Exclude update records.
    
    * Synbinding function with return type.
    
    * Add additional tests for type members.
    
    * Add LetOrUseBang with Expression.
    
    * Add YieldOrReturn with Expression.
    
    * Add YieldOrReturnBang with Expression.
    
    * Add SynExprAndBang with Expression.
    
    * Format test files.
    
    * Add tests suffix
    
    * Add LongIdentSetExpression with Expression.
    
    * Add DotIndexedSet with Expression.
    
    * Add Set with Expression.
    
    * Add DotSet with Expression.
    
    * Add Lambda with Expression.
    
    * Add SynMatchClause with Expression.
    
    * Add SynTypeDefnSimpleRepr.Record NOTE: TESTS FAIL
    
    * Add SynTypeDefnSigRepr.Simple
    
    * Use correct helper function for Set and DotSet.
    
    * Work around edge case where match clause body needs to be further indented.
    
    * Add named arguments in application and new expressions.
    
    * Fix leftover issue
    
    * Add TODO comment
    
    * Fix failing test
    
    * Format files
    
    Co-authored-by: nojaf <florian.verdonck@outlook.com>
    josh-degraw and nojaf committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    f28db6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e53661 View commit details
    Browse the repository at this point in the history
  3. Update TargetFramework of .NET tool to net6.0 (fsprojects#2184)

    * Initial settings for strousrup bracket style (fsprojects#2161)
    
    * Bare minimal changes for one test case.
    
    * Initial draft of ragnarok feature.
    
    * Add more syntax node where the case occurs.
    
    * Maybe multiline strings?
    
    * Highlight additional cases in SynBinding.
    
    * Add new setting for ragnarok mode.
    Take anonymous records in SynBinding into account.
    
    * Separate test case into multiple files. Implement SynBindingFunction and Expressions.
    
    * Add support for computation expressions.
    
    * Add support for Array/List in SynBinding value/function.
    
    * Exclude update records.
    
    * Synbinding function with return type.
    
    * Add additional tests for type members.
    
    * Add LetOrUseBang with Expression.
    
    * Add YieldOrReturn with Expression.
    
    * Add YieldOrReturnBang with Expression.
    
    * Add SynExprAndBang with Expression.
    
    * Format test files.
    
    * Add tests suffix
    
    * Add LongIdentSetExpression with Expression.
    
    * Add DotIndexedSet with Expression.
    
    * Add Set with Expression.
    
    * Add DotSet with Expression.
    
    * Add Lambda with Expression.
    
    * Add SynMatchClause with Expression.
    
    * Add SynTypeDefnSimpleRepr.Record NOTE: TESTS FAIL
    
    * Add SynTypeDefnSigRepr.Simple
    
    * Use correct helper function for Set and DotSet.
    
    * Work around edge case where match clause body needs to be further indented.
    
    * Add named arguments in application and new expressions.
    
    * Fix leftover issue
    
    * Add TODO comment
    
    * Fix failing test
    
    * Format files
    
    Co-authored-by: nojaf <florian.verdonck@outlook.com>
    
    * Add changelog entry for first alpha of v5 (fsprojects#2162)
    
    * - Update TargetFramework of .NET tool to net6.0
    - Adjust path in TestHelpers.fs
    
    * Add CHANGELOG.md entry
    
    * move changelog entry to Unreleased section
    
    * Fix CHANGELOG.md
    
    Co-authored-by: Josh DeGraw <18509575+josh-degraw@users.noreply.github.com>
    Co-authored-by: nojaf <florian.verdonck@outlook.com>
    3 people committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    3f5c6ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cb86a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    2a4e189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b9835 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d7154b View commit details
    Browse the repository at this point in the history