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

extend ulyssa/shielding-stubs by removing the Unsupported error, and returning _something_. #446

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

lewiscowper
Copy link

This allows for calls that use the shielding APIs, as they are, not to crash. I've no idea how correct, useful, or otherwise relevant the output is, but I went from my tests failing to passing after making these adjustments locally.


let mut shield_config = name.split('-');

let first = shield_config.next().expect("first is required");
Copy link
Author

Choose a reason for hiding this comment

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

I leave it up to your discretion to rename these as makes sense, I'm not 100% sure what the blocks refer to.

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