Closed muxueqz closed 11 years ago
因为 dpark.broadcast 有歧义, 可能是一个函数, 也可能是一个模块, 所以就把函数去掉了.
嗯,理解,对了,以后这种重大改变能不能加个Changelog中?git commit中的无关信息太多了。。。
恩, 涉及到接口的改变, 确实应该注明比较好. 多谢提醒.
On Sun, Aug 4, 2013 at 12:13 PM, muxueqz notifications@github.com wrote:
嗯,理解,对了,以后这种重大改变能不能加个Changelog中?git commit中的无关信息太多了。。。
— Reply to this email directly or view it on GitHubhttps://github.com/douban/dpark/issues/28#issuecomment-22066537 .
客气,看来最近文档也多了一点儿,可喜的变化^_^
2013/8/4 Davies Liu notifications@github.com
恩, 涉及到接口的改变, 确实应该注明比较好. 多谢提醒.
On Sun, Aug 4, 2013 at 12:13 PM, muxueqz notifications@github.com wrote:
嗯,理解,对了,以后这种重大改变能不能加个Changelog中?git commit中的无关信息太多了。。。
— Reply to this email directly or view it on GitHub< https://github.com/douban/dpark/issues/28#issuecomment-22066537> .
- Davies
— Reply to this email directly or view it on GitHubhttps://github.com/douban/dpark/issues/28#issuecomment-22066815 .
明源 http://muxueqz.laou.me Twitter: @muxueqz https://twitter.com/muxueqz
另外,就是
bcast_test = dpark.broadcast(1)
bcast_2 = dpark.broadcast(2)
第一个broadcast其实是正常用的,到第二个才报错,建议直接去掉
内部的代码已经去掉了, 还没push.
On Sun, Aug 4, 2013 at 1:10 PM, muxueqz notifications@github.com wrote:
另外,就是
bcast_test = dpark.broadcast(1) bcast_2 = dpark.broadcast(2)
第一个broadcast其实是正常用的,到第二个才报错,建议直接去掉
— Reply to this email directly or view it on GitHubhttps://github.com/douban/dpark/issues/28#issuecomment-22066970 .
以前的版本是可以的,现在的版本会报:
改为
就OK