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

fix: pkg_manifest_minimal example #1458

Merged
merged 2 commits into from
Jan 28, 2025
Merged

fix: pkg_manifest_minimal example #1458

merged 2 commits into from
Jan 28, 2025

Conversation

cgrindel
Copy link
Owner

As pointed out #1429, the pkg_manifest_minimal example was calling ComplexClass.greet() and printing the result, but the function did not return anything. Instead, it was printing in greet() function. That was not the original intent. I updated ComplexClass.greet() to return the greeting so that the executable can print it. I also added a check in do_test to confirm that it was being output properly. All of this was a miss on my part.

Thanks to @0xLucasMarcal for pointing this.

@cgrindel
Copy link
Owner Author

@Mergifyio queue

Copy link
Contributor

mergify bot commented Jan 28, 2025

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at 94db58f

@mergify mergify bot merged commit 94db58f into main Jan 28, 2025
33 checks passed
@mergify mergify bot deleted the fix_pkg_manifest_example branch January 28, 2025 15:32
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