Skip to content

Conversation

@debadree25
Copy link
Member

Have attempted to replace commander to parseArgs as per #56

@debadree25debadree25 changed the title Ft/replace comander parse argssrc: replace commander with parseArgsDec 18, 2022
@debadree25
Copy link
MemberAuthor

debadree25 commented Dec 18, 2022

I have tried running tests locally but the build seem to be failing with this error

/Users/debadreechatterjee/Documents/Personal/postject/test/../dist/postject-api.h:68:11: error: 'getsectdatafromFramework' is deprecated: first deprecated in macOS 13.0 - No longer supported [-Werror,-Wdeprecated-declarations]``` 

@RaisinTen
Copy link
Member

Thanks a lot for sending the PR! 🙏 CI is blocked on #62, so I'll take a look after that gets resolved.

Could you also open an issue for the compilation failure? Seems like Apple deprecated getsectdatafromFramework() and getsectdata() in macOS Ventura.

@RaisinTenRaisinTen linked an issue Dec 19, 2022 that may be closed by this pull request
@debadree25
Copy link
MemberAuthor

Thanks a lot for sending the PR! 🙏 CI is blocked on #62, so I'll take a look after that gets resolved.

Could you also open an issue for the compilation failure? Seems like Apple deprecated getsectdatafromFramework() and getsectdata() in macOS Ventura.

Yes creating an issue for that!

@debadree25debadree25 changed the title src: replace commander with parseArgsrefactor: replace commander with parseArgsDec 23, 2022
Sign up for freeto 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.

Replace commander with parseArgs

2 participants

@debadree25@RaisinTen