Post AleDc1oGygAtjJR6EC by [email protected] | |
More posts by [email protected] | |
Post #AleDc0a3Y3CzuvmEQi by [email protected] | |
0 likes, 0 repeats | |
Is #swifttesting not able to understand actor isolation? Here it's complain… | |
Post #AleDc0jGzma6NW5anQ by [email protected] | |
0 likes, 0 repeats | |
@dandylyons I don’t see enough to understand, but the testing framework works… | |
Post #AleDc0pIdNOygCuPBo by [email protected] | |
0 likes, 0 repeats | |
@mattiem Thanks. Well I'm not sure what I'm doing wrong. The Regex work… | |
Post #AleDc0w2EKn1163mgi by [email protected] | |
0 likes, 0 repeats | |
@dandylyons What’s the relationship between any RegexComponent and the phone … | |
Post #AleDc11htFKJIgiJWq by [email protected] | |
0 likes, 0 repeats | |
@mattiem Literals.phoneNumber is a literal Regex<Substring>. RegexBuilder… | |
Post #AleDc17jWq9BbNX7vE by [email protected] | |
0 likes, 0 repeats | |
@dandylyons I’m just poking around because I’ve never used this stuff befor… | |
Post #AleDc1DPBkgTsyBelM by [email protected] | |
0 likes, 0 repeats | |
@mattiem Yup. Regex is not Sendable. That's the reason why I isolated it to… | |
Post #AleDc1K8mi4WDrL2GG by [email protected] | |
0 likes, 0 repeats | |
@dandylyons Did you try isolating the test? | |
Post #AleDc1QWOzAyXeK8Cu by [email protected] | |
0 likes, 0 repeats | |
@mattiem All of the tests are isolated to that same `@RegexActor` | |
Post #AleDc1Vq5DQgo8oNUm by [email protected] | |
0 likes, 0 repeats | |
@dandylyons Ok I’m starting to figure it out I think. The isolation of the te… | |
Post #AleDc1cDhUX97vnTRQ by [email protected] | |
0 likes, 0 repeats | |
@mattiem I just don't understand why the value needs to be Sendable if it i… | |
Post #AleDc1htMP4RPWS0HY by [email protected] | |
0 likes, 0 repeats | |
@dandylyons The test takes an “any RegexComponent”. You control that type? | |
Post #AleDc1oGygAtjJR6EC by [email protected] | |
0 likes, 0 repeats | |
@mattiem RegexComponent is a part of the standard library. It also doesn't … | |
Post #AleDc1twdaiC0u5d4K by [email protected] | |
0 likes, 0 repeats | |
@dandylyons So that’s the problem. That type isn’t sendable. Can you change… | |
Post #AleDc1zcIVFUIUk9uS by [email protected] | |
0 likes, 0 repeats | |
@mattiem My isolated type would be what... Could I make it? @.RegexActor any Re… | |
Post #AleDc25HxPmma5Ogka by [email protected] | |
0 likes, 0 repeats | |
@dandylyons You cannot declare a type that way. You have to change “any Regex… | |
Post #AleDc2BJb0besmDV8y by [email protected] | |
0 likes, 0 repeats | |
@mattiem Perhaps I could make my own AnyRegexComponent type. I'll have to t… | |
Post #AleDc2I3BxzhDfMsds by [email protected] | |
0 likes, 1 repeats | |
@dandylyons @mattiem The arguments to Swift Testing test functions need to be S… | |
Post #AleDc3jNppS5gjADsu by [email protected] | |
0 likes, 0 repeats | |
@mattiem From what I've seen in forums, the reason why Regex is not Sendabl… |