eric-hawthorne / relish

Automatically exported from code.google.com/p/relish
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Maps as attribute values are not working #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
req.data = {"test"=>5.0}String > Float

gives error: 
panic: I don't handle map attributes yet.
relish/runtime/data.(*RuntimeEnv).EnsureMultiValuedAttributeCollection(0xf840115
000, 0xf840374180, 0xf840279930, 0xf84020a700, 0x0, ...)
    /home/janet/relish/src/relish/runtime/data/runtime.go:686 +0x5bb

Original issue reported on code.google.com by bcitg...@gmail.com on 19 Mar 2013 at 8:55