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
We should remove the build script if possible, if not we should make sure that it is very robust. One very interesting problem would be related to the comment below:
Since that's a non-greedy capture, it might need to be anchored to the end of the string, otherwise ",\)\); appearing inside the abi source may end the match early:
let re = regex::Regex::new(r#"abigen!\(Contract\(name = "ProxyContract", abi = ".*?",\)\);$"#)
We should remove the build script if possible, if not we should make sure that it is very robust. One very interesting problem would be related to the comment below:
Since that's a non-greedy capture, it might need to be anchored to the end of the string, otherwise
",\)\);
appearing inside the abi source may end the match early:Originally posted by @alfiedotwtf in #6535 (comment)
The text was updated successfully, but these errors were encountered: