Secluded

Results 10 comments of Secluded

关于@JackShang94和@XiaoyuZhou-hub的疑问,我认为出现这样的疑问的原因是:代码的枝剪部分规定只有当`curDistFromStart distTo[curNodeID]) { // 已经有一条更短的路径到达 curNode 节点了 continue; } // 将 curNode 的相邻节点装入队列 for (int nextNodeID : adj(curNodeID)) { // 看看从 curNode 达到 nextNode 的距离是否会更短 int distToNextNode = distTo[curNodeID] +...

作者你好,我人在海外观看国内频道时也遇到了这个问题,EPG节目单使用的是app自带的,节目单内容是对的,但是观看内地节目时,当前播放节目与节目单上列出的节目不对应,观察了下,节目单是国内时区的,但是显示当前播放的节目是按照本地时区来的,这同时也导致了节目回放失败。 希望作者能尽快修复这个问题,谢谢!

@jdmpapin Hey Devin, this is the OpenJ9 part of BenefitInliner phase 3 and the OMR part (https://github.com/eclipse/omr/pull/5509) has already been merged, so I think this PR is also ready to...

@jdmpapin Hey Devin, I'm sorry for disturbing you, but I'm afraid you has missed my last comment. I just would like to kindly ask you if you mind to assign...

Hi @jdmpapin, could you please take a look for this PR? Thank you! I think most comments are resolved. BTW, we've decided to merge the changes for handling loops to...

Hey @jdmpapin, I'm sorry to ping you again. I just would like to kindly remind you that if you have some time to spare, would you mind providing a review...

Hey @jdmpapin, sorry for disturbing you again. Would you mind to resume this PR review recently? Thank you very much!

> I've verified that the new revision [643741b](https://github.com/eclipse-openj9/openj9/commit/643741b043045c9797da69e4c4fe39b5f44f2a1f) is a clean squash and rebase of the preexisting series [994ae3b](https://github.com/eclipse-openj9/openj9/commit/994ae3b615c3c4644b54debe547549c2cf422703) onto [011aecc](https://github.com/eclipse-openj9/openj9/commit/011aeccebe821306f195558b99cd65bbd1749784). (Thankfully I had already fetched [994ae3b](https://github.com/eclipse-openj9/openj9/commit/994ae3b615c3c4644b54debe547549c2cf422703), so I was...