Changes between Version 17 and Version 18 of GSoC/2018/FullSupportPython3


Ignore:
Timestamp:
Jul 8, 2018, 8:26:05 AM (6 years ago)
Author:
sanjeet
Comment:

Week 8 report added

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018/FullSupportPython3

    v17 v18  
    353353  Will discuss more about the upcoming milestones and how ctypes handling is to be done so as not to interfare too much with the pending work.
    354354
     355=== Week 8 ===
     356'''What did I complete this week?'''\\
     357- Updated 'pygrass' library (https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/lib-python-pygrass/patch_pygrass.diff) fixed failing errors
     358- Updated 'pydispatch' to deal with dict iterator (https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/lib-python-pydispatch/patch_pydispatch.diff)
     359- Fixed 'ctypes' patch (https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/lib-python-ctypes/patch_ctypes_changes_from_fork.diff), was failing to apply
     360- Fixed import issues in GUI library (https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/gui/patch_gui.diff)
     361- Fixed gconsole, goutput and gcmd errors to run the wxpython4 on Py3
     362- Updated all dict iterators (keys, values, items) in GUI library
     363
     364'''What am I going to achieve for the next week?'''\\
     365- Fix deprecated code in GUI library
     366- Keep working on ctypes-pygrass-temporal libraries
     367- Write tests for trunk/scripts
     368
     369'''Is there any blocking issue?'''\\
     370  Not at the moment.