#2003: Configure.pl from tools/dev/create_language.pl doesn't play nice with git
----------------------+-----------------------------------------------------
 Reporter:  arnsholt  |        Type:  bug   
   Status:  new       |    Priority:  normal
Milestone:            |   Component:  none  
  Version:  3.0.0     |    Severity:  medium
 Keywords:            |        Lang:        
    Patch:            |    Platform:        
----------------------+-----------------------------------------------------
 The `Configure.pl` script generated by `tools/dev/create_language.pl`
 clones Parrot from GitHub, but it's not quite right. It still thinks
 `build/PARROT_REVISION` contains a numeric revision number, not a tag or
 checksum, which makes it emit this error:

 `Argument "RELEASE_3_0_0" isn't numeric in addition (+) at Configure.pl
 line 25, <$REQ> line 1.`

 The corresponding `build/gen_parrot.pl` has a similar problem:

 `Argument "RELEASE_3_0_0" isn't numeric in addition (+) at
 build/gen_parrot.pl line 31, <$REQ> line 1.`

 Perhaps the simplest way to fix this would be to adapt the solution used
 in Rakudo's `Configure.pl`.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/2003>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to