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

update 'assume-no-moving-gc' dependency #149

Merged
merged 1 commit into from Aug 27, 2023
Merged

update 'assume-no-moving-gc' dependency #149

merged 1 commit into from Aug 27, 2023

Conversation

ghost
Copy link

@ghost ghost commented Aug 27, 2023

to fix error

panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's safe against the go1.21 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH="go1.21" set. Notably, if go1.21 adds a moving garbage collector, this program is unsafe to use.

goroutine 1 [running]:
go4.org/unsafe/assume-no-moving-gc.init.0()
	/run/build/gtkcord4/vendor/go4.org/unsafe/assume-no-moving-gc/untested.go:25 +0x1da

@diamondburned diamondburned merged commit 64044f1 into diamondburned:main Aug 27, 2023
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