Fanr :: Inconsistent case sensitivity
brian
7 Aug 2012
Everything about pods (and Fantom) is case sensitive.
In this case though the pod lookup on the file system will be dependent on the file system case sensitivity. In some places where it might matter to code, I explicitly check that (such as Pod.find). But in this case I don't think it really hurts anything
SlimerDude
7 Aug 2012
Compare the following using all lowercase
afutils:Publish is case insensitive (hurray!)
Install is case sensitive (boo!)