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

Refactor : #30/export - 함수 인자 변경 #52

Merged
merged 2 commits into from
Jan 14, 2023
Merged

Conversation

wonyangs
Copy link
Collaborator

🚅 PR 한 줄 요약

ft_export의 함수 인자 처리 변경

🧑‍💻 PR 세부 내용

ft_export 변경사항

  • 환경변수 등록을 한번에 여러 개 할 수 있도록 변경
    ex) export a=hi b=hello c=wow
  • 키 유효성 검사 추가
    • 키가 빈문자열이거나 ', ", 공백을 포함한 문자열일 경우 not a valid identifier 에러 출력
  • 인자에 =이 없는 경우 key만 등록
    • 기존에 등록된 key가 없는 경우 value 없는 key만 등록
    • 기존에 등록된 key가 있는 경우 작업 무시
  • key=value 형태 파싱 기능 추가 (set_export 함수)
    • key=만 들어온 경우 value는 빈문자열("")

기타 변경사항

  • ds_envp/cast_list.c
    • export 함수에서 사용을 위해 get_key 함수를 static에서 public 함수로 변경

📸 스크린샷

스크린샷 2023-01-14 오후 6 48 48

@wonyangs wonyangs added the 🛠 Refactor 코드 리팩토링 label 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 9bea86e into main Jan 14, 2023
@mingxoxo mingxoxo deleted the refactor/#30/ft_export branch January 14, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 Refactor 코드 리팩토링
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Refactor] builtin - ft_export 함수 인자 변경
2 participants