Skip to content

Conversation

sbidoul
Copy link
Member

@sbidoul sbidoul commented Apr 25, 2018

Closes #245

@RonnyPfannschmidt
Copy link
Contributor

it seems this breaks the expectations of some tests which is ok,
part of it is pip 10.x breaking the world for bad code (and i had some of that, sorry)

@sbidoul sbidoul force-pushed the git_file_finder-sbi branch from eb33bfb to 3b83b3a Compare April 25, 2018 17:09
sbidoul added 3 commits April 25, 2018 19:10
Make the test compliant with file finder spec
(although integration.find_files is not spec compliant yet,
because it defaults to '.' with path is empty)
@sbidoul sbidoul force-pushed the git_file_finder-sbi branch from 3b83b3a to c42f7e2 Compare April 25, 2018 17:10
@sbidoul
Copy link
Member Author

sbidoul commented Apr 25, 2018

No need to be sorry about anything. The work behing done here is far from easy, with huge expectations from the world.

It's green now.

@@ -0,0 +1,67 @@
# -*- coding: utf-8 -*-
# Copyright © 2018 ACSONE SA/NV
# License LGPLv3 (http://www.gnu.org/licenses/lgpl-3.0-standalone.html)
Copy link
Contributor

Choose a reason for hiding this comment

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

i just noted the licence, is it acceptable for you to go to MIT?

Copy link
Member Author

Choose a reason for hiding this comment

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

yep, sorry, copy/paste error, I remove that

Copy link
Contributor

@RonnyPfannschmidt RonnyPfannschmidt left a comment

Choose a reason for hiding this comment

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

generally well done, this is how i like a change 😀 👍

please take a look at the licensing detail

@RonnyPfannschmidt
Copy link
Contributor

wow, that's quick ^^

@sbidoul
Copy link
Member Author

sbidoul commented Apr 25, 2018

Thanks.

Is appveyor running tests on windows? I don't find the link.

@sbidoul sbidoul changed the title [WIP] New git file finder that support symlinks. New git file finder that support symlinks. Apr 25, 2018
@RonnyPfannschmidt
Copy link
Contributor

i need to check to see why its not there

@RonnyPfannschmidt
Copy link
Contributor

it seems a configuration issue is preventing the ci run, it'll take a bit to investigate

@RonnyPfannschmidt
Copy link
Contributor

indeed, it got strangely messed up in a token cleanup and appveyor never told details until i recreated the project

@sbidoul sbidoul force-pushed the git_file_finder-sbi branch from 1e7f475 to 5dcae32 Compare April 26, 2018 10:34
@sbidoul sbidoul force-pushed the git_file_finder-sbi branch from 5dcae32 to b548b50 Compare April 26, 2018 10:39
@RonnyPfannschmidt
Copy link
Contributor

it seems like windows is giving and giving 😞

@sbidoul sbidoul force-pushed the git_file_finder-sbi branch from 226e5b8 to 2fbdcff Compare April 26, 2018 10:56
@sbidoul
Copy link
Member Author

sbidoul commented Apr 26, 2018

@RonnyPfannschmidt a bit of trial and error indeed :)

I think I nailed it now. Basically it boils down to using normcase everywhere when looking up in the git files list.

I chose to preserve case and separators in the finder output.

The last two failing tests also fail on master.

@sbidoul sbidoul force-pushed the git_file_finder-sbi branch from a8ccefb to 2fbdcff Compare April 26, 2018 11:09
@RonnyPfannschmidt
Copy link
Contributor

thanks for finalizing the details, i'll take a look at the rest

@sbidoul sbidoul force-pushed the git_file_finder-sbi branch from 4ad0fbe to 2fbdcff Compare April 26, 2018 12:50
@RonnyPfannschmidt
Copy link
Contributor

ok, as far as i understand this is merge-able and the tests that dont work in windows are my fault due to developing while windows ci was accidentally off

please ack then i'll merge

@sbidoul
Copy link
Member Author

sbidoul commented Apr 27, 2018

yes, this PR is ready to merge

@RonnyPfannschmidt RonnyPfannschmidt merged commit 60475bd into pypa:master Apr 27, 2018
@RonnyPfannschmidt
Copy link
Contributor

great job, thanks for jumping all the hops to iron that one out

@sbidoul sbidoul deleted the git_file_finder-sbi branch April 27, 2018 14:11
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.

2 participants