[GRASS-dev] Re: [GRASS GIS] #1444: g.parser does not filter for
duplicate output map statements
GRASS GIS
trac at osgeo.org
Fri Sep 9 18:45:28 EDT 2011
#1444: g.parser does not filter for duplicate output map statements
----------------------+-----------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: reopened
Priority: minor | Milestone: 6.4.2
Component: LibGIS | Version: 6.4.1
Resolution: | Keywords: parser
Platform: All | Cpu: All
----------------------+-----------------------------------------------------
Comment(by glynn):
Replying to [comment:5 martinl]:
> Milestone: 6.4.2. I would expect backport to devbr6 and relbr64, or not?
Probably. Aside from the "enhancement", r48205 also contains a bug fix;
appending answers to the default argument would discard any values
specified without the option=. IOW:
{{{
r.series map1,map2 input=map3,map4
}}}
was treated as:
{{{
r.series input=map3,map4
}}}
rather than:
{{{
r.series input=map1,map2,map3,map4
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1444#comment:6>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list