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

[bug] Starlark package appears to be broken #47

Closed
hulto opened this issue Sep 9, 2022 · 1 comment · Fixed by #48
Closed

[bug] Starlark package appears to be broken #47

hulto opened this issue Sep 9, 2022 · 1 comment · Fixed by #48
Assignees
Labels
bug Something isn't working

Comments

@hulto
Copy link
Collaborator

hulto commented Sep 9, 2022

Describe the bug
When compiling the eldritch package the build fails on compiling starlark v0.6.0

To Reproduce
Steps to reproduce the behavior:

  1. Clone prokect
  2. Open in development container
  3. run cargo build

Expected behavior
The package should compile without error.

Screenshots
image

Additional context
I've tried using starlark v0.7.1 and v0.8.0 with no luck.
Testing with a empty project a different seemingly related error occurs.
image

@hulto hulto added the bug Something isn't working label Sep 9, 2022
@hulto hulto assigned KCarretto and unassigned KCarretto Sep 9, 2022
@hulto
Copy link
Collaborator Author

hulto commented Sep 9, 2022

Following the starlark github test setup worked after minor modification of the src/syntax/ast.rs file

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants