Implementing code ownership?

2019-11-09 Thread Ömer Sinan Ağacan
Hi, In the thread "Proposed changes to merge request workflow" I agree with Matt that expecting a contributor to find reviewers will not work. I'm wondering if we implemented code ownership better it would somewhat help with the problem. If we had at least one responsive owner for every file

Re: Quick Q: do all FFI (non-primop) calls involve State# and RealWorld?

2019-11-09 Thread Christopher Done
For anyone interested, here's a complete list of all foreign imports at the STG level from base and integer-simple: https://gist.github.com/chrisdone/24b476862b678a3665fbf9b833a9905f They all have type (# State# RealWorld #) or (# State# RealWorld, #). On Tue, 5 Nov 2019 at 15:18, Christopher