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

Update index.md - fix bug in demo.jl #8

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Conversation

g-gundam
Copy link
Contributor

I believe cast was being called incorrectly. It was given both a Visor.Process and a String, but in this context, I think it should be just the string so that a message gets sent to "level_1_task".

The demo didn't work as described until I made this change.

I believe `cast` was being called incorrectly.  It was given both a `Visor.Process` and a `String`, but in this context, I think it should be just the string so that a message gets sent to "level_1_task".

The demo didn't work as described until I made this change.
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@attdona attdona merged commit a982a4c into cardo-org:main Jan 29, 2025
6 checks passed
@attdona
Copy link
Member

attdona commented Jan 29, 2025

Yes, the cast call was wrong.
Many thanks for the fix!

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.

3 participants