Hamish ha scritto:
> in devbr6 and relbr6_4 I have added backwards compatibility aliases
> for the removed options. so all should be ok again.
Paolo wrote:
Thanks for this.
Same thing happens for r.surf.fractal (option d=float has been changed
in option dimension=float). Could this also be fixed?
it shouldn't need to be. the parser will accept shortened names as long
as they do not conflict. Therefore a call to 'r.surf.fractal d=' will
work the same in grass 6.3 as it will in 6.4.
So names can be lengthened without worry.
Does it not work??
More generally: is there a list of changed options, so we
can try and fix them all?
I don't know of an automatic way of testing for that, but there should
not be any.
maybe r.terraflow's STREAM_DIR option?, but we should fix whatever the
new caps option bug is in the parser and leave that in caps for 6.x.
Hamish