Changes between Version 19 and Version 20 of GSoC/2018/FullSupportPython3


Ignore:
Timestamp:
Jul 22, 2018, 10:58:43 AM (6 years ago)
Author:
sanjeet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018/FullSupportPython3

    v19 v20  
    339339'''What did I complete this week?'''\\
    340340- Updated ctypes to deal with bytes(https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/lib-python-ctypes/patch_ctypes_changes_from_fork.diff)
    341 - Worked on 'temporal' library(https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/lib-python-temporal/patch_temporal.diff), lot of errors were encountered
     341- Worked on 'temporal' library(https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/lib-python-temporal/patch_temporal.diff), a lot of errors were encountered
    342342- Looked into issues for 'pygrass' testsuites which were failing too
    343343- Created a spreadsheet(https://docs.google.com/spreadsheets/d/1eAIJtegNWSbBscFChhQzMTl0vmbGPjmrW_013hSw9bI/edit#gid=408919374) detailing errors and information regarding the temporal testsuites
     
    350350
    351351'''Is there any blocking issue?'''\\
    352   Ctypes are not fully compatible with the Python3 even if they are compiling without any issues. Discussed witb mentors about the next steps and how to deal with ctypes.
    353   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.
     352  Ctypes are not fully compatible with the Python3 even if they are compiling without any issues. Discussed with mentors about the next steps and how to deal with ctypes.
     353  Will discuss more about the upcoming milestones and how ctypes handling is to be done so as not to interfere too much with the pending work.
    354354
    355355=== Week 8 ===