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

Implements List Input + Error Cleanup #11

Merged
merged 3 commits into from
Aug 30, 2024

Conversation

LemonInTheDark
Copy link
Collaborator

It is not inconcievable to want to cut more then one directory in one go, particulary in the case of downstreams.

I'm not 100% that we should be avoiding just targeting the whole project in cases like ss13, but a list input is pretty easy to implement so may as well.

I am considering doing the same thing to the templates string but that is mildly more complex.

It is not inconcievable to want to cut more then one directory in one
go, particulary in the case of downstreams.

I'm not 100% that we should be avoiding just targeting the whole project
in cases like ss13, but a list input is pretty easy to implement so may
as well.

I am considering doing the same thing to the templates string but that
is mildly more complex.
We were defining a new error type and then casting it to another,
different error type immediately.

There's no reason to do this because we have an existing error type
system that handles this kind of casting better. Should just be usin
that
@LemonInTheDark LemonInTheDark changed the title Implements List Input Implements List Input + Error Cleanup Aug 30, 2024
@LemonInTheDark LemonInTheDark merged commit 495405b into spacestation13:master Aug 30, 2024
3 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.

1 participant