krypt-lx
krypt-lx
> describe an expected library behaviour and business features you're trying to achieve The task: > The mask contains some blanks and the value contains only characters for those blanks...
fillInBlanksOnly? wildcardsOnly? matchOnlyWildcards? I guess some combination of "blank" or "wildcard" or how you call those wildcards (`[0]`,`{A}`, etc) internally and of the fact it limits matching to it? Also,...
Will create an example project, once I have the time
Interestingly, adding ``` #ifndef __AMAArrayIterator_h #define __AMAArrayIterator_h #endif ``` does nothing and message ``` #warning ("test from AMAArrayIterator.h") ``` in this file echoes only once
Ok, I see some weird behaviour during tests in xcode project generated by rules_xcodeproj: The file in question: https://github.com/appmetrica/appmetrica-sdk-ios/blob/608024e089590dfdebd88a857df331a0bf0ac97d/AppMetricaCoreUtils/Sources/include/AppMetricaCoreUtils/AMAArrayIterator.h - If I comment line 7 (without it behaviour is unstable)...
https://github.com/cgrindel/rules_swift_package_manager/issues/987 This one might be related, actually? It also looks like a file conflicting with itself