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
Fix#99: Using woven `==` or `!=` operator results in build failure (#……100)
* repro for #99
* fix the repro...
* fix#99 by replacing existing operator method body instructions instead of removing and then re-adding the operator method.
* increasing version to 3.0.1
* Update readme.md
Document #99 and inform to update to v 3.0.1 or above.
* moved repro to type where operator is actually verified to work by unit tests