iSuperCoder

Results 7 comments of iSuperCoder

I'd like to challenge it!/ 挑战一下!

@zaunist I have provided information in issue's Environment.

@slowmoon 有没有兴趣debug找下原因并修复?😄

babel-polyfill

gomonkey can stub non-exported private functions, but the prerequisite is to have a struct instance. Due to the aforementioned issue with getty.Connection, it's not possible to create a getty.Session interface...

@georgehao 你是基于什么原因想要重构getty模块的?我这里也发现了getty模块的一点问题,可能需要重构来解决。 问题如下: getty模块所依赖的getty.Session接口中,定义了小写开头的私有方法。这导致我们无法在seata-go中对Session接口进行mock,不方便单元测试,影响测试覆盖率。