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

Support server version flag passed down the pipe, rather than hardcoded #248

Open
github-actions bot opened this issue Feb 10, 2024 · 0 comments
Open
Labels

Comments

@github-actions
Copy link

This is a placeholder for now, should be set by the server on startup. But right now

there isn't a good place to stash this other than WorldState. I intend on refactoring the

signature for BF invocations, and when I do this, I'll get additional metadata on there.

// TODO: Support server version flag passed down the pipe, rather than hardcoded

    if !bf_args.args.is_empty() {
        return Err(E_INVARG);
    }
    // TODO: Support server version flag passed down the pipe, rather than hardcoded
    //   This is a placeholder for now, should be set by the server on startup. But right now
    //   there isn't a good place to stash this other than WorldState. I intend on refactoring the
    //   signature for BF invocations, and when I do this, I'll get additional metadata on there.
@github-actions github-actions bot added the todo label Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants