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

breaking,checker: disallow initializing private struct fields outside structs module #21183

Merged
merged 17 commits into from
Apr 12, 2024

Commits on Apr 8, 2024

  1. disallow

    ttytm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    448b16f View commit details
    Browse the repository at this point in the history
  2. test

    ttytm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fe62d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    564422b View commit details
    Browse the repository at this point in the history
  4. cli remove redundant flag tests*

    *check with tests above:
    the tests don't test any other/new functionality just include private fields.
    ttytm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e1c1960 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff3ac9e View commit details
    Browse the repository at this point in the history
  6. net update private to public

    ttytm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c21c262 View commit details
    Browse the repository at this point in the history
  7. readline: only necessary

    ttytm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cbb2ae9 View commit details
    Browse the repository at this point in the history
  8. net TcpConn*

    *imho `handle` should not be public, but currently required to not
    produce a big breaking change
    ttytm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    17072fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1499838 View commit details
    Browse the repository at this point in the history
  10. imporve error position

    ttytm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    42653f8 View commit details
    Browse the repository at this point in the history
  11. fix examples

    ttytm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e244736 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c33bd99 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6a803a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c323ef9 View commit details
    Browse the repository at this point in the history
  15. ci: temporary use V app forks

    ttytm committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fbc69a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. error -> warn

    ttytm committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    021e9e9 View commit details
    Browse the repository at this point in the history
  2. update warning message

    ttytm committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    06b6b9a View commit details
    Browse the repository at this point in the history