[Dune] Removal of deprecated VTKOptions
Christian Engwer
christian.engwer at uni-muenster.de
Thu Jun 14 16:05:41 CEST 2012
Hi Markus,
I do agree with you. Bigger changes should be announced and have been
announced in the past.
On the other hand, it seems that these things weren't discussed with
Christoph. I don't care about the reasons, I just want to encourage
Christoph and (his mentor) Robert to coordinate such changes better.
Christian
On Thu, Jun 14, 2012 at 02:46:35PM +0200, Markus Blatt wrote:
> Dear fellow developers and contributors,
>
> it seems like unimportant DUNE developments are currently carried out
> at high speed. Some of us simply remove deprecated features without
> further prior notice rendering dependent modules unusable. Previously
> there were at least notifcations about such changes in the nature of
> "I will remove this in a week unless there are complaints". I would
> appreciate going back to such a policy ASAP.
>
> A good example is the removal of VTKOptions. Even with Christoph's
> patch it breaks most module depending on dune-grid
> (e.g. dune-pdelab-howto).
>
> Fixing it needs some more changes than expected:
>
> for i in `find . -name \*.[ch][ch] | xargs grep VTKOption | cut \
> --delimiter=":" -f 1`; do
> sed "s/VTKOptions/Options/g" $i > tmp && mv tmp $i
> done
>
> for i in `find . -name \*.[ch][ch] | xargs grep binaryappended | cut \
> --delimiter=":" -f 1`; do
> sed "s/VTK::binaryappended/VTK::appendedraw/g" $i > tmp && mv tmp $i
> done
>
> BTW: Why VTK::appendedraw and not VTK::appendeddraw ?
>
> Cheers,
>
> Markus
> --
> Do you need more support with DUNE or HPC in general?
>
> Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
> Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany
> Tel.: +49 (0) 160 97590858 Fax: +49 (0)322 1108991658
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
>
--
Prof. Dr. Christian Engwer
Institut für Numerische und Angewandte Mathematik
Fachbereich Mathematik und Informatik der Universität Münster
Einsteinstrasse 62
48149 Münster
E-Mail christian.engwer at uni-muenster.de
Telefon +49 251 83-35067
FAX +49 251 83-32729
More information about the Dune
mailing list