<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 1, 2015 at 3:58 PM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank" onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=bill.lorensen@gmail.com&cc=&bcc=&su=&body=','_blank');return false;">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Can you provide a list of the code to be removed? </blockquote><div><br></div><div>Here is the merge request.</div><div><br></div><div><a href="https://gitlab.kitware.com/vtk/vtk/merge_requests/235">https://gitlab.kitware.com/vtk/vtk/merge_requests/235</a><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Perhaps a notice to<br>
the users and developers lists on how to test for the removed code?<br></blockquote><div><br></div><div>Users who update VTK regularly are warned using the VTK_LEGACY_REPLACED_BODY</div><div>mechanism if they call a deprecated function. If they want, users can define VTK_LEGACY_REMOVE to</div><div>remove all deprecated code from VTK. Some code is only removed if VTK_LEGACY_REMOVE is defined,</div><div>so it may be harder to know if one uses it.</div><div><br></div><div>So, the best way to test for deprecated code seems to be to define VTK_LEGACY_REMOVE.</div><div><br></div><div>Users moving from old versions of VTK where the code was not deprecated to a new version where the</div><div>code has been removed will get a compiler error for functions that have changed name or have been removed.</div><div><br></div><div><br></div><div><br></div></div></div></div>