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

Remove dependency on the official runtime #3

Merged
merged 9 commits into from
May 11, 2021
Merged

Conversation

miere
Copy link
Owner

@miere miere commented May 10, 2021

By the time of this writing, the official still lacking efficient support. I've been seen great names of the Rust community (e.g. softprops) trying to keep up with the demand, supporting the contributors with their questions and, occasionally, reviewing some Pull Requests here and there. Sadly, this is not enough. It still lacks support for a few official features, tickets still taking too long for being answered and introduced breaking compatibility hasn't been prioritized as expected.

Lucky enough, the Runtime API documentation contains enough information so we can write it by ourselves. Undocumented edge cases were easily tackled by reading the source code of the Go runtime.

@miere miere self-assigned this May 10, 2021
@miere miere force-pushed the standalone-runtime branch from dacefc0 to 49f0c4b Compare May 10, 2021 23:30
Miere Teixeira added 3 commits May 11, 2021 11:13
MacOS and Linux has different error codes, which makes the
error message comparison to fail.
@miere miere merged commit a549300 into main May 11, 2021
@miere miere deleted the standalone-runtime branch May 11, 2021 03:57
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

Successfully merging this pull request may close these issues.

1 participant