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

Integrate starlib and bazel-skylib #5

Open
jordemort opened this issue Apr 14, 2022 · 1 comment
Open

Integrate starlib and bazel-skylib #5

jordemort opened this issue Apr 14, 2022 · 1 comment

Comments

@jordemort
Copy link
Contributor

Extend the API to allow extra parameters to be passed to the Starlark() constructor that specify additional Starlark libraries to make available in the interpreter.

starlib

https://github.com/qri-io/starlib

These look to be written in Go and will need to be compiled into the extension.

bazel-skylib

https://github.com/bazelbuild/bazel-skylib/tree/main/lib

Some of this is bazel-specific and won't be useful, but the path manipulation and type introspection stuff is ❇️

This stuff is in Starlark, so we probably just want to vendor the files we want and exec them upon request.

@seperman
Copy link

Hello, any updates on integrating Starlib? Thanks.

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

No branches or pull requests

2 participants