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

Initial attempt at ReplaceReturnTypeFix. #367

Merged
merged 32 commits into from Jun 8, 2022

Commits on Jun 8, 2022

  1. Copy the full SHA
    0fb183f View commit details
    Browse the repository at this point in the history
  2. Enable ReplaceReturnTypeFix quickfix for error FS0001: The type 'doub…

    …le' does not match the type 'int' as well.
    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    4ddcfcb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4aea04f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f2f3cfb View commit details
    Browse the repository at this point in the history
  5. Add initial quick fix tests.

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    c421202 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6f7df23 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d4e2d3c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    adb9812 View commit details
    Browse the repository at this point in the history
  9. Add negative tests.

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    9a00e80 View commit details
    Browse the repository at this point in the history
  10. Add some more tests.

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    5c2de3e View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    44aebcd View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    8ddf350 View commit details
    Browse the repository at this point in the history
  13. Remove For- and WhileExprNavigator.

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    5f5168e View commit details
    Browse the repository at this point in the history
  14. Remove definition of FooAttribute.

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    7cd784e View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    58921d1 View commit details
    Browse the repository at this point in the history
  16. Rename and group unit tests.

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    abac5d5 View commit details
    Browse the repository at this point in the history
  17. Add test for LetOrUse.

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    23d1071 View commit details
    Browse the repository at this point in the history
  18. Add tests for IfThenElse.

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    678ed64 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    31f1462 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    b130065 View commit details
    Browse the repository at this point in the history
  21. Add newline to end of test data files.

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    40133b7 View commit details
    Browse the repository at this point in the history
  22. Parentheses around the return type.

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    516eae3 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    e5b9609 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    b395f15 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    e76f69e View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    dba882e View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    f5ea03c View commit details
    Browse the repository at this point in the history
  28. Replace function type with tuple.

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    153184b View commit details
    Browse the repository at this point in the history
  29. Remove tuple and lambda support.

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    6197440 View commit details
    Browse the repository at this point in the history
  30. Mark tests as not available

    nojaf authored and auduchinok committed Jun 8, 2022
    Copy the full SHA
    b745a59 View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    fa7389a View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    88396a2 View commit details
    Browse the repository at this point in the history