8000 refactor: use node input instead of input def and from by leavesster · Pull Request #184 · oomol/oocana-rust · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

refactor: use node input instead of input def and from #184

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

Merged
merged 33 commits into from
Jun 26, 2025
Merged

Conversation

leavesster
Copy link
Contributor
@leavesster leavesster commented Jun 23, 2025

fix #183

Merge inputs_def inputs_def_patch from field to NodeInput struct. And add input_def.value to NodeInput struct.

#[derive(Debug, Clone)]
pub struct NodeInput {
    pub def: InputHandle,
    pub patch: Option<Vec<InputDefPatch>>,
    pub value: Option<Option<JsonValue>>,
    pub from: Option<Vec<HandleFrom>>,
}

@leavesster leavesster closed this Jun 24, 2025
@leavesster leavesster reopened this Jun 24, 2025
@leavesster leavesster closed this Jun 24, 2025
@leavesster leavesster reopened this Jun 24, 2025
@leavesster leavesster force-pushed the node-input branch 2 times, most recently from 05f7981 to 20801ff Compare June 24, 2025 10:08
@leavesster leavesster changed the title refactor: use node input instead of input and from refactor: use node input instead of input def and from Jun 24, 2025
@leavesster leavesster force-pushed the node-input branch 4 times, most recently from e453d44 to bdca198 Compare June 25, 2025 11:00
@leavesster leavesster merged commit 7af1d6d into main Jun 26, 2025
12 checks passed
@leavesster leavesster deleted the node-input branch June 26, 2025 03:57
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.

Refactor: remove input def value usage
1 participant
0