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 error is surfaced when madlib.json is not valid JSON #180

Open
brekk opened this issue Jun 17, 2024 · 0 comments
Open

No error is surfaced when madlib.json is not valid JSON #180

brekk opened this issue Jun 17, 2024 · 0 comments

Comments

@brekk
Copy link
Contributor

brekk commented Jun 17, 2024

{
  "name": "pickaxe",
  "version": "0.0.1",
  "main": "src/Main.mad",
  "importAliases": {
    ".": "src"
  },
  "staticLibs": [
    "./lib/build/libpickaxe.a",
  ]
}

The trailing comma in the staticLibs entry means that this is not valid JSON, but the compiler does not yell about it

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

1 participant