[Swift-devel] Re: simple_mapper auto-padding of "."
    Allan Espinosa 
    aespinosa at cs.uchicago.edu
       
    Fri Mar 19 12:51:36 CDT 2010
    
    
  
Never mind.
I found the code that does the padding.  I'll just comment it out in
my Swift build
AbstractFileMapper.java:
    82                          if (!suffix.startsWith(".")) {
    83                                  PARAM_SUFFIX.setValue(this,
"." + suffix);
    84                          }
-Allan
2010/3/19 Allan Espinosa <aespinosa at cs.uchicago.edu>:
> Hi,
>
> Do we have a swift parameter to remove padding of "." in the suffix in
> the test tests/language-behavior/073-simplemapper.swift so that
> instead of having an expected output of
>
> 073-simplemapper.out
>
> I'll have
>
> 073-simplemapperout
>
> instead?
>
> Thanks,
> -Allan
>
-- 
Allan M. Espinosa <http://amespinosa.wordpress.com>
PhD student, Computer Science
University of Chicago <http://people.cs.uchicago.edu/~aespinosa>
    
    
More information about the Swift-devel
mailing list