Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Rewrite HaLVM3 base library to stop using 'unsafe' so many places #121

Open
acw opened this issue Jun 26, 2017 · 0 comments
Open

Rewrite HaLVM3 base library to stop using 'unsafe' so many places #121

acw opened this issue Jun 26, 2017 · 0 comments
Labels
Milestone

Comments

@acw
Copy link
Contributor

acw commented Jun 26, 2017

By calling back into GHC for a bunch of critical POSIX functions, we break the "unsafe" assumption in the base library. So HaLVM GHCs will need to revoke those unsafe declarations. In particular, the ones in System/Posix/Internals.hs definitely need to be re-evaluated.

@acw acw added the bug label Jun 26, 2017
@acw acw added this to the HaLVM 3.0 milestone Jun 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant