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

Feature loom #33

Merged
merged 21 commits into from
Oct 19, 2023
Merged

Feature loom #33

merged 21 commits into from
Oct 19, 2023

Conversation

jhidding
Copy link
Contributor

No description provided.

@jhidding jhidding marked this pull request as draft October 18, 2023 17:01
@jhidding jhidding requested a review from recap October 18, 2023 17:45
@jhidding jhidding marked this pull request as ready for review October 19, 2023 07:34


@dataclass
class Phony(Parsable):
Copy link
Contributor

Choose a reason for hiding this comment

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

Some inline documentation about the classes would help readability.

if self.language is None or (self.path is None and self.script is None):
return

runner = cfg.runners[self.language]
Copy link
Contributor

@recap recap Oct 19, 2023

Choose a reason for hiding this comment

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

can runner be null or is checked somewhere else? Raise error if runner is null?

Copy link
Contributor

@recap recap left a comment

Choose a reason for hiding this comment

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

nice little workflow system. It would do with a little more developer documentation.

@jhidding jhidding merged commit 4b408b0 into main Oct 19, 2023
1 check 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