google-code-export / la-pe

Automatically exported from code.google.com/p/la-pe
0 stars 0 forks source link

You cannot externally add sets #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What will reproduce the problem?
  Using addGlobalType to add a set like
    addGlobalType('(test1, test2)', 'TTest'); 

What is the expected output? What do you see instead?
  It should add the set, I get a exception on running a blank script.

Which version are you using?
  Revision 49

Please provide any additional information below.
  I can create types like that internally.

  type
    TTest = (test1, test2);

  This Works.

Original issue reported on code.google.com by Dgby...@gmail.com on 24 Mar 2011 at 9:24

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r52.

Original comment by niels....@gmail.com on 25 Mar 2011 at 4:32

GoogleCodeExporter commented 9 years ago
Fixed in #52. Thanks for testing :)

Original comment by niels....@gmail.com on 25 Mar 2011 at 4:35