[Swift-devel] First tests with swift faster
Mihael Hategan
hategan at mcs.anl.gov
Wed Feb 20 16:29:33 CST 2013
On Wed, 2013-02-20 at 16:12 -0600, Michael Wilde wrote:
> > Also, the job manager attribute should be "jobManager", not
> > jobmanager.
>
> I though in the past sites attributes were not case sensitive.
>
> Is this a change with the faster branch, or am I mistaken about prior behavior?
That's correct. Preciously the sites file was a karajan file. That was
case-insensitive.
In the faster branch the sites file is parsed with a DOM parser. This
will allow proper validation (which I'm working on right now).
There will be two versions of the sites file. The default (2.0), will be
case-sensitive and will allow app definitions in the sites file.
The backwards compatible one (<config version="1.0">), will be case
insensitive. But you will need to explicitly say version="1.0" in there
to get that.
This is tentative, so open to discussion.
Mihael
More information about the Swift-devel
mailing list