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

messaging #1067

Merged
merged 22 commits into from
Jun 3, 2024
Merged

messaging #1067

merged 22 commits into from
Jun 3, 2024

Commits on May 31, 2024

  1. wip

    Alexander Fedotov authored and feds01 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ba46115 View commit details
    Browse the repository at this point in the history
  2. messaging: add basic support for schemas

    Alexander Fedotov authored and feds01 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9a75081 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c965a4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e35e80f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b52b73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    850eb21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a04a85d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e9ecbe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e2735aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ed569c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    181381a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71e5c74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1ba9140 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    80bacc9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0162c62 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ce46e19 View commit details
    Browse the repository at this point in the history
  17. tests: setup CompilerLogger per test case

    This is needed in to support the new policy of using `log::info!`
    for logging and outputting useful compiler information to the user.
    During testing however, we don't capture the logger and don't initialise
    it with our custom logging interface. This commit changes that.
    
    Also, due to some of the format changes in information output, some tests
    are updated to reflect the new output.
    feds01 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    741b8a4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d4658c2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a6ab959 View commit details
    Browse the repository at this point in the history
  20. utils(profiling): fix typo

    feds01 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c09ad92 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    afc0008 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6b08428 View commit details
    Browse the repository at this point in the history