[Swift-devel] Path.parse(path.toString())
    Mihael Hategan 
    hategan at mcs.anl.gov
       
    Fri Sep  9 00:28:38 CDT 2011
    
    
  
That bit of code was in AppStageouts and it caused a failure in a
script.
The failure would manifest itself through some error message complaining
about an invalid double-dotted path:
Application exception: org.griphyn.vdl.mapping.InvalidPathException:
Invalid path (..index) for modelData:LoopModelData - Open
It's fixed in swift r5099.
But it does bring the question of why it wasn't being caught by tests,
since it should be triggered in all instances when a simple struct is
being staged out (which perhaps we're not testing).
    
    
More information about the Swift-devel
mailing list