urlyy

Results 14 issues of urlyy

### Feature Request The Python CI workflow sometimes experiences flaky failures. PR #2733 added retry logic to mitigate the issue, but the root cause is that the workflow downloads Bazel...

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fory/issues) and found no similar issues. ### Version Latest ### Component(s) Java ### Minimal reproduce step Here is the...

bug

# Description of the current issue: We need to remind developers : 1. After defining and register a custom serializer for a type, the `type_mapping` of that type corresponds to...

看到了对几个钩子的源码讲解,没想明白哪里实现了有序迭代,即尾插新节点。然后看了下源码发现重写了newNode(),在创建节点后还多了一步`linkNodeLast()`,而这些在文档里都没提到。不然钩子只做了 移动被访问的entry到尾部 和 淘汰节点,看起来总感觉少了东西。 大概在 https://javaguide.cn/java/collection/linkedhashmap-source-code.html#get-%E6%96%B9%E6%B3%95 的前面加上?