-
Notifications
You must be signed in to change notification settings - Fork 7
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
test/examples: various improvements #157
Conversation
G4Vi
commented
Feb 24, 2024
•
edited
Loading
edited
- Fix broken module kitchensink.c
- Add reactor module and example
- Add component reactor and example
- fix component build by pinning cli tool versions
- An example of running the reactor MODULE example: https://github.com/dylibso/observe-sdk/blob/test-examples-improvements/.github/workflows/ci.yml#L110-L113
- An example of running the reactor COMPONENT example: https://github.com/dylibso/observe-sdk/blob/test-examples-improvements/justfile#L27-L33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -0,0 +1,27 @@ | |||
package dylibso:observe; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be worth .gitignore
-ing this file since we generate it via the Makefile
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was needed for cargo test to pass. I reordered building wit / copying it to there so it doesn't need to be in source control.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!