Skip to content
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

Implement: #50/내장함수 적용 #51

Merged
merged 15 commits into from
Jan 14, 2023
Merged

Conversation

wonyangs
Copy link
Collaborator

🚅 PR 한 줄 요약

기존에 제작해둔 내장함수를 실행파트에 적용

🧑‍💻 PR 세부 내용

내장함수 개선내용

  • 공통파트
    • 내장함수의 실행조건 : 트리의 첫번째 노드가 내장함수명인 경우
    • 모든 함수의 반환값을 t_error에서 종료 상태코드로 수정
    • 부모 프로세스의 경우 내장함수의 반환값을 마지막 종료 코드로 설정
    • 자식 프로세스의 경우 내장함수의 반환값으로 종료(exit)하도록 설정
    • norminette 수정
    • 내장함수를 판별하는 함수(is_builtin_cmd) 코드 개선
  • ft_cd
    • cd ~ 가 들어오는 경우 처리
    • cd로 권한이 없는 폴더에 들어가려고 시도하는 경우 permission denied 에러 출력
    • OLDPWD가 갱신이 안되는 오류 수정
    • 메모리 누수 수정
  • ft_export
    • 동적할당을 바보같이 받던 오류 수정
  • ft_exit
    • 함수 인자로 부모 프로세스에서 실행됐는지, 자식 프로세스에서 실행됐는지 받게됨
    • 부모 프로세스에서 실행되는 경우 exit 메세지 출력
    • 자식 프로세스에서 실행되는 경우 exit 메세지 출력 x
    • exit에 아무 인자도 주어지지 않은 경우 마지막 상태코드로 종료하도록 수정

기타 개선내용

  • 프롬프트 문구 변경 및 색상 추가

해야할 작업

📸 스크린샷

스크린샷 2023-01-14 오후 1 15 51

@wonyangs wonyangs added 🛠 Refactor 코드 리팩토링 💻 Implement 기능 구현 labels Jan 14, 2023
@wonyangs wonyangs self-assigned this Jan 14, 2023
@wonyangs wonyangs linked an issue Jan 14, 2023 that may be closed by this pull request
Copy link
Owner

@mingxoxo mingxoxo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 😎

@mingxoxo mingxoxo merged commit 41be4b0 into main Jan 14, 2023
@mingxoxo mingxoxo deleted the implement/#50/builtin_execute branch January 14, 2023 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 Implement 기능 구현 🛠 Refactor 코드 리팩토링
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Implement] 실행파트 빌트인 함수 적용
2 participants