Hi Kevin

I am indeed using v0.4 and with a recompile the problem is fixed :-) 

Sorry about my late answer -- sleep was needed when I wrote the first post.
I suppose I'm still not used to using 'real' open source, where I can 
actually look into such a problem myself :-)

Thanks for your help!

Robert

On Saturday, March 7, 2015 at 2:52:39 AM UTC+1, Kevin Squire wrote:
>
> Hi Robert,
>
> You're using Julia v0.4, right?  This is actually a bug introduced 
> recently, by https://github.com/JuliaLang/julia/commit/42b3d905 (which 
> itself was trying to fix a deprecation warning).  It should be an easy 
> fix--are you up for it?  If not, could you submit a bug report?
>
> Cheers,
>    Kevin
>
> On Fri, Mar 6, 2015 at 3:32 PM, Robert DJ <[email protected] 
> <javascript:>> wrote:
>
>> Hi,
>>
>> I've run into a weird problem: When making a new package with
>>
>> Pkg.generate("name", "license")
>>
>> the first non-empty Git commit writes my name with commas between every 
>> character:
>>
>> authors:  R, o, b, e, r, t
>>
>> My Git user name has been specified as
>>
>> git config --global user.name Robert
>>
>> I've tried writing replacing this with "Robert" (adding surrounding 
>> quotes) in my ~/.gitconfig, but that doesn't fix the problem.
>>
>> Is there a way to fix this (that doesn't involve rebasing Git history)?
>>
>> Thanks,
>>
>> Robert
>>
>>
>

Reply via email to