Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Fix percentage of success when testing the parser against stdlib. #28

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

hugopl
Copy link
Contributor

@hugopl hugopl commented Dec 6, 2024

Current number is 1.47%

Situation for https://github.com/keidax/tree-sitter-crystal is 26.33%

I started taking a look on this shard because keidax one doesn't compile to wasm due to some calls to fprintf and use of stderr, i.e. should be easy to make it wasm friendly.

Not sure how active is the shard of the delay to accept contributions, but for sure we must find the faster path to have a working parser.

@hugopl
Copy link
Contributor Author

hugopl commented Dec 6, 2024

image

was really easy, just added a preprocessor macro to check for wasm target.

@nobodywasishere
Copy link
Member

Do you have discord? If so devnote and I tend to discuss this (and other tooling projects) in a more synchronous format. I can add you to the server we use if that'd be helpful

@nobodywasishere
Copy link
Member

nobodywasishere commented Dec 6, 2024

  • I've moved this repository to crystal-lang-tools/tree-sitter-archive
  • I've cloned keidax's repository to crystal-lang-tools/tree-sitter-crystal
    • Didn't do a public fork as we need access to issues
  • I'll give contributor access to @hugopl and @devnote-dev (if they don't have it already)
    • This will allow you to manage issues / review PRs / create branches in the repo itself

@nobodywasishere nobodywasishere merged commit 3360d9e into crystal-lang-tools:main Dec 6, 2024
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants