[vtk-developers] tracking VTK changes

Aashish Chaudhary aashish.chaudhary at kitware.com
Wed Feb 11 09:43:58 EST 2015


Thanks Dave. I was hoping that someone who has been actively working or
worked on the wrapping can provide a
quick summary of the changes that could possibly cause the __doc__ slot to
be missing before I dig down deep into the individual commits (which I was
planning to do later today).

- Aashish

On Wed, Feb 11, 2015 at 9:38 AM, David Cole <DLRdave at aol.com> wrote:

> We took a snapshot of VTK on Oct. 30, 2014 - the git hash for
> nightly-master that day was ea28caf4.
>
> This command shows more than 1100 commits made since then:
>     gitk ea28caf4.. &
>
> This command shows ~400 merge commits made since then:
>     gitk --merges ea28caf4.. &
>
> This command shows the less than 30 commits made since then that touch
> any files in CMake or Wrapping or the CMakeLists.txt file:
>     gitk --merges ea28caf4.. -- Wrapping CMake CMakeLists.txt &
>
> You can probably find any change affecting wrapping in this last set of
> commits.
>
>
> HTH,
> David C.
>
>
> On Wed, Feb 11, 2015 at 9:11 AM, Aashish Chaudhary
> <aashish.chaudhary at kitware.com> wrote:
> > Hi all,
> >
> > I am trying to figure out some changes that resulted in problems parsing
> the
> > VTK packages (Please see the message below). Is it possible that wrapping
> > has changed in the last 4-5 weeks?
> >
> > Thanks,
> >
> >
> >     signatures = get_method_signature(method)
> >   File
> >
> "/Users/aashish/tools/uvcdat/build_debug/install/vistrails/vistrails/packages/vtk/init.py",
> > line 161, in get_method_signature
> >     tmptmp = doc.split('\n')
> > AttributeError: 'NoneType' object has no attribute 'split'
> >
> > --
> > | Aashish Chaudhary
> > | Technical Leader
> > | Kitware Inc.
> > | http://www.kitware.com/company/team/chaudhary.html
> >
> > _______________________________________________
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at
> > http://www.kitware.com/opensource/opensource.html
> >
> > Search the list archives at:
> http://markmail.org/search/?q=vtk-developers
> >
> > Follow this link to subscribe/unsubscribe:
> > http://public.kitware.com/mailman/listinfo/vtk-developers
> >
> >
>



-- 



*| Aashish Chaudhary | Technical Leader         | Kitware Inc.            *
*| http://www.kitware.com/company/team/chaudhary.html
<http://www.kitware.com/company/team/chaudhary.html>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20150211/3781eef3/attachment.html>


More information about the vtk-developers mailing list