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

Rewrite BUnionType's getMemberTypes() usages using SemTypes #43341

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    6e0645f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3916457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ba7f21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb6332c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae53230 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f952608 View commit details
    Browse the repository at this point in the history
  7. Get rid of BIRSameShapeVisitor

    Since ballerina-platform#35886 has been addressed, we should be able to remove the temporary shape check workaround.
    Please refer to ballerina-platform#35872 (comment)
    lochana-chathura committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    aca8f5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    562e9f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46b4355 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    351c09f View commit details
    Browse the repository at this point in the history
  11. Fix spotbugs issues

    lochana-chathura committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    366ae2c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fc00fca View commit details
    Browse the repository at this point in the history
  13. Fix wrong interop error msg for error included return types

    Previously ballerina `readonly` return type allowed for java void methods. However, `error?` was not allowed with java void. This inconsistency is due to type checking not recognizing the fact that readonly type does include the error type. The error given in the latter case too is wrong because error is optional.
    lochana-chathura committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1a00fe5 View commit details
    Browse the repository at this point in the history
  14. Implement isAssignableIgnoreObjectTypeIds() properly

    Previously this was implemented with a temporary workaround which was inefficient as we recalculated the semtypes.
    lochana-chathura committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9404493 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    deddfab View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    99bcfdf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cb06d16 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    02a9afa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7bcd50c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    41463dd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9b34bb6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e67221a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    001cdd5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    244de44 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    445ecc9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e2ce145 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    eac0942 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ff06641 View commit details
    Browse the repository at this point in the history