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

[Merged by Bors] - fix: disable unsafe closed term extraction #3509

Closed
wants to merge 1 commit into from

Conversation

gebner
Copy link
Member

@gebner gebner commented Apr 18, 2023

The compiler extracts the closed term Option.get none ◾ here, which causes a segfault in compiled code depending on mathlib, like e.g. mathport.


This is currently breaking mathport updates.

Open in Gitpod

@gebner gebner added the awaiting-review The author would like community review of the PR label Apr 18, 2023
@semorrison
Copy link
Contributor

bors p=10

@semorrison
Copy link
Contributor

bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Apr 19, 2023
bors bot pushed a commit that referenced this pull request Apr 19, 2023
The compiler extracts the closed term `Option.get none ◾` here, which causes a segfault in compiled code depending on mathlib, like e.g. mathport.
@bors
Copy link

bors bot commented Apr 19, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title fix: disable unsafe closed term extraction [Merged by Bors] - fix: disable unsafe closed term extraction Apr 19, 2023
@bors bors bot closed this Apr 19, 2023
@bors bors bot deleted the fixsegfault branch April 19, 2023 00:32
semorrison pushed a commit that referenced this pull request May 10, 2023
The compiler extracts the closed term `Option.get none ◾` here, which causes a segfault in compiled code depending on mathlib, like e.g. mathport.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants