Re: Roadmap to compacting ModIface

2020-03-25 Thread Ömer Sinan Ağacan
How is ModIface used by IDEs exactly? I'd expect IDEs to use ModDetails, not ModIface. They're basically two different representations of the same thing (a module interface), but ModIface is more focused on serialization and deseriazliation (the type is designed to make that easy) and ModDetails i

Re: Roadmap to compacting ModIface

2020-03-25 Thread Matthew Pickering
Omer, In particular the EPS contains the PackageIfaceTable which contains a map of modules to ModIface for external packages. This can end up containing a lot of ModIfaces in a big project. In every `HomeModInfo` there is also a `ModIface` which can be compacted in order to save GC traversal. Mo

Re: intent to enable 2fa requirement for github.com/haskell org

2020-03-25 Thread Carter Schonwald
Duncan, David, please figure out 2fa tools that work for you and enable them, https://github.com/tadfisher/pass-otp https://github.com/solokeys/solo https://github.com/herrjemand/awesome-webauthn#hardware-authenticators https://1password.com/ https://keepass.info/download.html if you are h

Re: intent to enable 2fa requirement for github.com/haskell org

2020-03-25 Thread Giorgio Marinelli
I use the following 2fa tools. They offer also import/export functionalities. - andOTP (Android) https://github.com/andOTP/andOTP - OTPClient (Linux) https://github.com/paolostivanin/OTPClient Regards, Giorgio On Wed, 25 Mar 2020 at 17:48, Carter Schonwald wrote: > > Duncan, David, please fig

Re: intent to enable 2fa requirement for github.com/haskell org

2020-03-25 Thread Carter Schonwald
Yeah, there’s def an incredible diversity of tools that are great in this space. And there’s at this point decent tools for almost every platform constraint imaginable. On Wed, Mar 25, 2020 at 1:30 PM Giorgio Marinelli wrote: > I use the following 2fa tools. They offer also import/export > func