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

Combine server_variables? #24

Open
jonthegeek opened this issue Sep 1, 2023 · 1 comment
Open

Combine server_variables? #24

jonthegeek opened this issue Sep 1, 2023 · 1 comment
Milestone

Comments

@jonthegeek
Copy link
Owner

c() and list() are primitives, so we can't use those, but it would be nice to combine server_variable objects easily. They can combine in two ways:

  • Merge them into a single server_variable object (ie, add another variable for a single server).
  • Combine several server_variable objects into a server_variable_list. That's what server_variable_list does, but see if we can find a more Rtistic way to do it.
@jonthegeek
Copy link
Owner Author

As far as I can tell, you can totally write your own c.class.

@jonthegeek jonthegeek added this to the 1.0 milestone Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant