-
Notifications
You must be signed in to change notification settings - Fork 94
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
Select filenames based on predicate instead of glob()
#365
Conversation
33ad984
to
8fdea69
Compare
Tested on Windows. |
Thank you for the detailed testing - that is very valuable; fix coming later today. |
@bjornjensen : Will you give it another spin? |
f7a312a
to
022a002
Compare
Assert fails on Windows. Here both list size is bigger than 1 and file_type is ECL_DATA_FILE: Call stack: |
022a002
to
2932884
Compare
There was also a typo in stringlist.c line 807. Capital N in cFileName. |
Hmmmm; a bit in the blind here. I have fixed the typo and added a printf() debug statement. Could you please rerun - and post the stdout message. |
I tried to modify code locally by using the predicate in the Windows code, like in the Linux code.
Test succeeded on Windows! |
Of course - what was I thinking? That was the whole point of the exercise .... fix coming a bit later today. |
361012f
to
1820fbf
Compare
Now my tests on Windows are successful. |
4cc9583
to
be2f6b1
Compare
@bjornjensen : could you give this another spin on Windows; it was surprisingly painful to get all tests green. |
b57e15c
to
d92136f
Compare
ping |
In function |
Thank you! |
d92136f
to
c668709
Compare
One more spin? |
Works nicely. |
Thank you - at last! |
Fixes: #364
Pre un-WIP checklist