Precedence and library path ordering. #429

Merged
merged 5 commits into from Apr 6, 2016

Conversation

Projects
None yet
2 participants
Collaborator

sergiusens commented Apr 5, 2016

LP: #1548232

Signed-off-by: Sergio Schvezov sergio.schvezov@ubuntu.com

Test include and library path ordering.
LP: #1548232

Signed-off-by: Sergio Schvezov <sergio.schvezov@ubuntu.com>
+ os.makedirs(path)
+
+ config = snapcraft.yaml.Config()
+ part2 = [part for part in config.all_parts if part.name == 'part2'][0]
@kyrofa

kyrofa Apr 5, 2016

Member

Nice 😛

sergiusens added some commits Apr 5, 2016

User provided flags take precedence
Signed-off-by: Sergio Schvezov <sergio.schvezov@ubuntu.com>
Merge branch 'bugfix/1548232/include-path-ordering' of github.com:ser…
…giusens/snapcraft into bugfix/1548232/include-path-ordering

@sergiusens sergiusens changed the title from Test include and library path ordering. to Precedence and library path ordering. Apr 6, 2016

Member

kyrofa commented Apr 6, 2016

Yeah I like it 👍

@sergiusens sergiusens merged commit a117bd2 into snapcore:master Apr 6, 2016

2 of 4 checks passed

Examples tests 15 tests run, 0 skipped, 1 failed.
Details
autopkgtest No test results found.
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls First build on master at 95.718%
Details

@sergiusens sergiusens deleted the sergiusens:bugfix/1548232/include-path-ordering branch Apr 6, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment