Changes between Version 19 and Version 20 of GSoC/2018/FullSupportPython3
- Timestamp:
- 07/22/18 10:58:43 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2018/FullSupportPython3
v19 v20 339 339 '''What did I complete this week?'''\\ 340 340 - 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 encountered341 - 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 342 342 - Looked into issues for 'pygrass' testsuites which were failing too 343 343 - Created a spreadsheet(https://docs.google.com/spreadsheets/d/1eAIJtegNWSbBscFChhQzMTl0vmbGPjmrW_013hSw9bI/edit#gid=408919374) detailing errors and information regarding the temporal testsuites … … 350 350 351 351 '''Is there any blocking issue?'''\\ 352 Ctypes are not fully compatible with the Python3 even if they are compiling without any issues. Discussed wit bmentors 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 interf are 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. 354 354 355 355 === Week 8 ===