Skip to content

Conversation

@MasloMaslane
Copy link
Member

No description provided.

@MasloMaslane MasloMaslane marked this pull request as ready for review April 5, 2025 12:44
@MasloMaslane MasloMaslane requested a review from Copilot April 5, 2025 12:49
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 12 out of 14 changed files in this pull request and generated 2 comments.

Files not reviewed (2)
  • example_workflows/example.json: Language not supported
  • example_workflows/simple_run.json: Language not supported
Comments suppressed due to low confidence (1)

src/sio3pack/workflow/execution/mount_namespace.py:36

  • [nitpick] The legacy conditional handling for 'data["source"]' is still present; consider removing this outdated code if all sources are now validated consistently.
        if isinstance(data["source"], str):  # TODO: delete this

"""

READ = "read"
READ_WRTIE = "read_write"
Copy link

Copilot AI Apr 5, 2025

Choose a reason for hiding this comment

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

The enum member 'READ_WRTIE' appears to be a typo; consider renaming it to 'READ_WRITE' to match standard naming conventions.

Suggested change
READ_WRTIE = "read_write"
READ_WRITE = "read_write"

Copilot uses AI. Check for mistakes.
}
)

# Mark observablr objects as inputs for output object storage
Copy link

Copilot AI Apr 5, 2025

Choose a reason for hiding this comment

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

The comment contains a spelling error ('observablr' should be 'observable'); please correct the typo.

Suggested change
# Mark observablr objects as inputs for output object storage
# Mark observable objects as inputs for output object storage

Copilot uses AI. Check for mistakes.
* Start of workflow creation

* Working outgen graph creation

* Inwer

* Running

* User out workflow

* Test run

* Run formatters

* Add compilation to workflows

* Add more examples

* Add proper limits handling

* Run formatters

* Fix tests

* Refactor

* Reformat
@MasloMaslane MasloMaslane merged commit 220ff1b into main May 4, 2025
6 checks passed
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