Re: re-engineering overloading and rebindable syntax

2019-12-05 Thread MarLinn
Hi, On 05/12/2019 10.53, Richard Eisenberg wrote: Con: - worse error messages, which would now refer to the desugared code instead of the user-written code. I can think of several major parts that seem useful to solve this. (Please excuse the very abstract and imprecise descriptions.)

Re: Treatment of unknown pragmas

2018-10-18 Thread MarLinn
ide the ghc source. Cheers, MarLinn PS: * Why would I want to annotate imports? Because many of my experiments aren't bigger than one file. It would be nice if I could make them self-contained and "portable" between development devices. In other words th

Re: Proposal: Professionalizing GHC Development

2018-04-01 Thread MarLinn
Could you clarify? I see two promising proposals in this: A) Redefining proof-of-work to mean one has to compile a GHC instead of computing some obscure hashes only nerds care about B) GHC will be compiled via contracts in the blockchain, to make sure all mistake remain attributable I like

Re: Long standing annoying issue in ghci

2017-12-08 Thread MarLinn
ening the issue and providing a buggy example? Amd alerting haskeline maintainers? How does it work on a 1 line prompt that is so long it wraps? On Thu, 7 Dec 2017 23:11 MarLinn, <monkle...@gmail.com <mailto:monkle...@gmail.com>> wrote: > Here's what I use: >

Re: Long standing annoying issue in ghci

2017-12-07 Thread MarLinn
ent again. I don't know what the rules are, but I found that if I put \STX on any but the last line of prompts I get weird characters. The same goes for any \SOH you might want to add for some reason. Cheers, MarLinn ___ ghc-devs mailing list ghc-dev

Re: Can I get the internal name of a package at runtime?

2017-10-15 Thread MarLinn
re's always some extra c code or something. I'm just glad my current goal is to just load object files, not compile user-supplied "scripts" into a running project or something. So thanks again to you all! Cheers, MarLinn On 2017-10-15 02:30, Daniel Gröber wrote: Hi, I think y

Re: Can I get the internal name of a package at runtime?

2017-10-14 Thread MarLinn
it. Good to know. Thanks for helping out! Cheers, MarLinn On 2017-10-14 20:11, Brandon Allbery wrote: On Sat, Oct 14, 2017 at 12:48 PM, MarLinn <monkle...@gmail.com <mailto:monkle...@gmail.com>> wrote: So the "actual" package name seems to be "Plugin-0.0

Re: Can I get the internal name of a package at runtime?

2017-10-14 Thread MarLinn
But at least now I can exploit the fact that a "libHSPlugin-0.0.0.0-2QaFQQzYhnKJSPRXA7VtPe.a" file is generated. So if I don't find the complete answer I still have a more portable way for discovery than inspecting headers. That's quite useful. Cheers, MarLinn On 2017-10-14

Can I get the internal name of a package at runtime?

2017-10-14 Thread MarLinn
asking this question here rather than on café as I feel that if there is a solution, it's probably buried in the details of GHC. Thanks for any suggestions, MarLinn ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: Operating on HsSyn

2017-07-28 Thread MarLinn
printer to the parser. Thus 4 looks like the best candidate for a criterion. Possibly with 3 as a secondary target. Cheers, MarLinn ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: Telemetry

2016-12-09 Thread MarLinn via ghc-devs
that idea, but I might just have proven it fruitless anyway. Cheers, MarLinn ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: Telemetry (WAS: Attempt at a real world benchmark)

2016-12-09 Thread MarLinn via ghc-devs
itectures, with sources that can be inspected and with an easy way to get diffs. In other words, projects that live on github and travis anyway. Their maintainers should be easy to convince to set that little switch to "on". Regards, MarLinn ___

Re: Separating typechecking and type error reporting in two passes?

2016-11-30 Thread MarLinn via ghc-devs
more conversational. Of course the benefits are debatable and this is not something that's going to be happening soon anyway. But for me the idea alone is an argument for the proposed new separation, because it would give us the flexibility to think of features like this. Cheers, MarLinn

Re: Making (useful subsets of) bytecode portable between targets

2016-11-25 Thread MarLinn via ghc-devs
doing for documents. And while Pandoc's architecture and history make it a bit static, GHC can still learn from it. Maybe, someday, there could even be a bigger, even more over-arching build language that describes the program, the documentation, and the deployment processes of the whole syste

Re: Request for feedback: deriving strategies syntax

2016-09-28 Thread MarLinn via ghc-devs
messages. ;) I agree that "stock" is an acceptable alternative. MarLinn ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs