`ideclImplicit` in compiler/GHC/Iface/Ext/Ast.hs?

2023-02-13 Thread Brandon Allbery
I'm researching a potential GHC proposal to allow "Prelude-like" imports, which in practice means silencing warnings about implicit use of symbols from them (-Wmissing-import-lists and similar). So far, it looks like `ideclImplicit` does almost exactly what I want and all I need is syntax to set

Getting Info Table Profiling to the finish line

2023-02-13 Thread Hécate
Hello fellow devs, I am indexing the work necessary to bring Info Table Profiling to the finish line: Seamless for the user to employ. Some of the tickets refer to external ticket trackers, they have been marked as FOREIGN. Their counterpart tickets will be opened there when the situation