When I use podName: "fan.examples.types.poda" in build.fan, it compiled and installed successfully, but then ofcourse I can't use it because it crashes with pod::type.slot naming convention. Why not have BuildPod fail with pod name validation?
Also, I have another question in regard to pod naming conflict. If we ever want to use two pod libraries that have the same name, would fantom have a way to resolve that?
Thanks,
~ Zemian
brianMon 2 Jan 2012
I think that is a regression bug, must have lost that check somewhere along the way. I pushed a fix. Thanks for reporting.
saltnlight5 Wed 28 Dec 2011
Hi,
When I use
podName: "fan.examples.types.poda"
inbuild.fan
, it compiled and installed successfully, but then ofcourse I can't use it because it crashes withpod::type.slot
naming convention. Why not have BuildPod fail with pod name validation?Also, I have another question in regard to pod naming conflict. If we ever want to use two pod libraries that have the same name, would fantom have a way to resolve that?
Thanks,
~ Zemian
brian Mon 2 Jan 2012
I think that is a regression bug, must have lost that check somewhere along the way. I pushed a fix. Thanks for reporting.