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

chore(stdlib): Clean up runtime printing library #2180

Merged

Conversation

spotandjake
Copy link
Member

Small cleanup pr, I noticed we had an extra printing utility in runtime/utils/printing this pr removes it as we already provide debugPrint for this use case.

I also changed debugPrint to use @noPervasives which makes debugPrint usable in libraries without pervasive without any issues, this pr also just adds an ignore to the string to better help with the garbage collector.

stdlib/runtime/bigint.gr Outdated Show resolved Hide resolved
@ospencer ospencer changed the title chore: Cleanup unused runtime printing library chore(stdlib): Clean up runtime printing library Oct 30, 2024
@ospencer ospencer added this pull request to the merge queue Oct 30, 2024
Merged via the queue into grain-lang:main with commit 7e4ba22 Oct 30, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants