#745: Make `newclass <STR>` and `newclass <PMC>` consistent
--------------------------------+-------------------------------------------
 Reporter:  Austin_Hastings     |        Type:  bug  
   Status:  new                 |    Priority:  minor
Milestone:                      |   Component:  none 
  Version:  1.2.0               |    Severity:  low  
 Keywords:  newclass,pmc,class  |        Lang:       
    Patch:                      |    Platform:  linux
--------------------------------+-------------------------------------------

Comment(by Austin_Hastings):

 The cause here was a misunderstanding on my part of acceptable name
 formats. The "Foo;Bar;Dog" used when dumping names is not valid for
 creating new ones. (?!)

 Converting to `[ 'Foo' ; 'Bar' ; 'Dog' ]` produces a Class-Already-
 Registered error, and converting 'Dog' to 'Cat' (with a duplicated
 namespace) produces correct behavior.

 Closed.

 Thanks to Jonathan, NotFound on #parrot.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/745#comment:1>
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