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

addToLibraryHeaderSearchPaths - handle non-inherited single values #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grabbou
Copy link

@grabbou grabbou commented May 29, 2016

Fixes #94. Locally all tests are green, meaning that the change is at least backwards compatible. Not sure if we need any extra test-case for that as the conversion to an array already happens for all $(inherited) values, which is covered.

@grabbou grabbou changed the title Fixes #94 addToLibraryHeaderSearchPaths - handle non-inherited single values May 29, 2016
@Kureev
Copy link

Kureev commented May 31, 2016

Any chance you can take a look on it soon, @alunny? 🙏

@imhotep
Copy link
Collaborator

imhotep commented May 31, 2016

@grabbou any chance you could add a test for single values please ?

@grabbou
Copy link
Author

grabbou commented May 31, 2016

Will do later today. BTW, isn't that already covered by all values = "$(inherited)" ?

@imhotep
Copy link
Collaborator

imhotep commented Jun 1, 2016

@grabbou is there a test for .push is undefined ?

@imhotep imhotep mentioned this pull request Jun 5, 2016
@grabbou
Copy link
Author

grabbou commented Jun 9, 2016

Nope since we don't use it anywhere in that method (the error was coming from our code). Now that we convert all string values to an array (not just inherited) https://github.com/alunny/node-xcode/pull/96/files#diff-35bc421794193e73d972308b4f2f3598R1175 it's not going to happen :)

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.

3 participants