You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method #subexpression: was not found for the following arguments: {#(Matcher subexpressions: #(Dictionary ...). matchee: '127.0.0.1:61613'. regex: #(Expression ...). Fail: -1). 0}
Am I doing something wrong, or is there a bug there?
The text was updated successfully, but these errors were encountered:
But I think it's traced to @timmydo's work on the regex update, where the regex library was swapped out without updating the callers fully, here: 3b8a08b
Basically, it's calling the old library's subexpression: method, which wasn't ported to the new library per se, and it should be calling subexpressionAt: instead.
When creating a SocketAddress object with the code below, I am getting the following error:
Am I doing something wrong, or is there a bug there?
The text was updated successfully, but these errors were encountered: