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

Conversation

feds01
Copy link
Contributor

@feds01 feds01 commented May 21, 2024

  • setup hash-messaging crate for input/output messages
  • messaging: add basic support for schemas
  • hashc: use correct tracy feature name
  • driver: implement --schema option
  • driver: implement --configure flag for configuring the compiler

This is a huge step towards #1038

@feds01 feds01 self-assigned this May 21, 2024
@feds01 feds01 requested a review from kontheocharis May 21, 2024 18:36
pub mod stream;

use hash_pipeline::settings::CompilerSettings;
use hash_reporting::report::Report;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to figure out how to not expose compiler internals here...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, we definitely need to decide what to keep internal or external!

feds01 added 11 commits May 31, 2024 15:56
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 feds01 merged commit 4698c10 into main Jun 3, 2024
1 check passed
@feds01 feds01 deleted the messaging branch June 7, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants