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

No support for bytes #4

Open
ndmitchell opened this issue Mar 1, 2021 · 1 comment
Open

No support for bytes #4

ndmitchell opened this issue Mar 1, 2021 · 1 comment
Labels
good first issue Good for newcomers spec Violations from the Starlark spec

Comments

@ndmitchell
Copy link
Contributor

From the spec:

A bytes is an immutable sequence of values in the range 0-255. The type of a bytes is "bytes".

We don't yet support bytes.

@ndmitchell ndmitchell added good first issue Good for newcomers spec Violations from the Starlark spec labels Mar 1, 2021
@nataliejameson
Copy link

Probably good to double check with this that we support byte string literals with this as well, then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers spec Violations from the Starlark spec
Projects
None yet
Development

No branches or pull requests

2 participants