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

Exfiltrate enhancements #96

Open
BeastyBlacksmith opened this issue Jul 2, 2023 · 4 comments
Open

Exfiltrate enhancements #96

BeastyBlacksmith opened this issue Jul 2, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@BeastyBlacksmith
Copy link

It would be nice to:

  • conditionally exfiltrate
  • selectively exfiltrate
  • accumulate exfiltrations (such that multiple calls to exfiltrate (e.g. in a loop) will not override the results, but provide all values in something like a vector)
@pfitzseb pfitzseb added the enhancement New feature or request label Jul 3, 2023
@BeastyBlacksmith
Copy link
Author

I'm missing it again today :D

@pfitzseb
Copy link
Member

pfitzseb commented Jun 7, 2024

Just some random thoughts:

conditionally exfiltrate

Probably not worth it, given that if foo; @exfiltrate; end is possible.

selectively exfiltrate

@exfiltrate foo bar? Yeah, I like it.

accumulate exfiltrations (such that multiple calls to exfiltrate (e.g. in a loop) will not override the results, but provide all values in something like a vector)

Probably a bit tricky, but should be solvable for selective exfiltrations.

@BeastyBlacksmith
Copy link
Author

Probably a bit tricky, but should be solvable for selective exfiltrations.

Yeah, could be something like @exfiltrate :accumulate foo

@pfitzseb
Copy link
Member

pfitzseb commented Jun 7, 2024

Or @exfiltrate [foo] maybe...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants