8000 Porting based on Python 3 by ppdha82 · Pull Request #1 · jangson/maze · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Porting based on Python 3 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Porting based on Python 3 #1

wants to merge 23 commits into from

Conversation

ppdha82
Copy 8000 link
@ppdha82 ppdha82 commented Aug 24, 2022

기존 python 2 기반으로 동작하던 것을 python 3 기반으로 동작하게 끔 Porting 작업 진행함.

박득현 (Alex Park) and others added 23 commits July 14, 2022 17:07
- caution: 프로그램 실행되지만, maze load 오동작함
- SetPyData => SetItemData
- thread module 을 threading 으로 변경
- BeginDrawing, EndDrawing 함수 deprecated 되어 사용 안함
- inspect 와 logging 모듈을 이용한 디버그 로그 기능 추가
- load Maze list 실행할 때마다 directory 가 결과 창에 지속적으로 증가하는 문제 수정
- 좌표 값 을 float 일 경우에 강제로 int 형으로 좌표 값을 사용하도록 수정. 코드 재수정 필요.
- 파일 이동: edit.png, erase.png, fit.png
- 파일 삭제: mouse.png
- wxPython 설치 방법 추가 (README.md)
- python 버전이 다른 경우 설치 안되는 로그 추가 (README.md)
- 실행 오류 발생했을 때 해결 방법 추가 (README.md)
- 코드 분석 자료 업로드 (maze_analysis.drawio)
- threading 모듈에서 _start_new_thread 함수가 _thread 모듈에서 정의되어 _thread 로 변경됨 (maze.py, mouse.py)
- 코드 분석 내용 업로드 (maze_analysis.drawio)
- 주석 코드를 조건문으로 실행 안되도록 수정함 (maze.py)
- 디버그 코드에 class 이름과 라인 넘버 출력되도록 수정함 (maze.py)
- 코드 분석 내용 업로드 (maze_analysis.drawio)
- Mouse 클래스와 MazePanel 클래스 간 함수 호출 분석 내용 추가 (maze_analysis.drawio)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0