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

refactor: move radio creation to yumako_jams #595

Draft
wants to merge 24 commits into
base: develop
Choose a base branch
from

Conversation

RustyNova016
Copy link
Owner

@RustyNova016 RustyNova016 commented Mar 4, 2025

Missing:

  • Bumps

@RustyNova016 RustyNova016 changed the base branch from RustyNova016/issue452 to develop March 4, 2025 09:52
@RustyNova016 RustyNova016 force-pushed the yumako_jams/init branch 4 times, most recently from f112e93 to 3ff33cc Compare March 10, 2025 08:40
OverdueDurationScorer::create(self.inputs, variables)?.create_stream(stream, client)
}
_ => {
panic!("Wrong type") // TODO: Proper error
Copy link
Owner Author

Choose a reason for hiding this comment

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

Actually output an error instead of panicking


// Look at all the variables provided
for (key, value) in &self.values {
let (domain, var_name) = key.split_once(".").expect("msg"); //TODO: Error
Copy link
Owner Author

Choose a reason for hiding this comment

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

Create proper error

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.

1 participant