[commit: ghc] master: Update email addresses (cbe3dba)

Gabor Greif ggreif at gmail.com
Sat Aug 24 17:06:30 CEST 2013


On 8/24/13, Herbert Valerio Riedel <hvr at gnu.org> wrote:
> Hello Gabor,
>
> On 2013-08-22 at 22:51:31 +0200, git at git.haskell.org wrote:
>> Link       :
>> http://ghc.haskell.org/trac/ghc/changeset/cbe3dba89c085f7556fe32126381dac68d93dd8b/ghc
>
>> commit cbe3dba89c085f7556fe32126381dac68d93dd8b
>> Author: Gabor Greif <ggreif at gmail.com>
>> Date:   Mon Aug 19 11:31:15 2013 +0200
>>
>>     Update email addresses
>
> in the diff chunks below, shouldn't mail be rather sent to the
> ghc-devs at haskell.org list?

Well, I was torn on this, and actually had it your way in one of my
commits, earlier.
I thought that these highly specialized areas are surely done by committers, so
I opted for the narrower audience.

What do others think? Especially the code owners of DPH?

Anyway, feel free to change this if you think my (second) guess was wrong!

Cheers,

    Gabor

>
> [...]
>
>> diff --git a/compiler/vectorise/Vectorise/Builtins/Base.hs
>> b/compiler/vectorise/Vectorise/Builtins/Base.hs
>> index 0cb4bbb..bcd85cb 100644
>> --- a/compiler/vectorise/Vectorise/Builtins/Base.hs
>> +++ b/compiler/vectorise/Vectorise/Builtins/Base.hs
>> @@ -194,7 +194,7 @@ indexBuiltin fn f i bi
>>        text "' is not yet implemented."
>>      , text "This function does not appear in your source program, but it
>> is needed"
>>      , text "to compile your code in the backend. This is a known, current
>> limitation"
>> -    , text "of DPH. If you want it to work, you should send mail to
>> cvs-ghc at haskell.org"
>> +    , text "of DPH. If you want it to work, you should send mail to
>> ghc-commits at haskell.org"
>>      , text "and ask what you can do to help (it might involve some GHC
>> hacking)."])
>>    where xs = f bi
>>
>> @@ -213,5 +213,5 @@ lookupEnvBuiltin fn env n
>>        text "' is not yet implemented."
>>      , text "This function does not appear in your source program, but it
>> is needed"
>>      , text "to compile your code in the backend. This is a known, current
>> limitation"
>> -    , text "of DPH. If you want it to work, you should send mail to
>> cvs-ghc at haskell.org"
>> +    , text "of DPH. If you want it to work, you should send mail to
>> ghc-commits at haskell.org"
>>      , text "and ask what you can do to help (it might involve some GHC
>> hacking)."])
>
> [...]
>
>




More information about the ghc-devs mailing list