Yang, Bo

Results 299 issues of Yang, Bo

## About this PR πŸ“¦ Updates [com.github.sbt:sbt-unidoc](https://github.com/sbt/sbt-unidoc) from `0.5.0` to `0.6.0` πŸ“œ [GitHub Release Notes](https://github.com/sbt/sbt-unidoc/releases/tag/v0.6.0) - [Version Diff](https://github.com/sbt/sbt-unidoc/compare/v0.5.0...v0.6.0) ## Usage βœ… **Please merge!** I'll automatically update this PR to resolve...

## About this PR πŸ“¦ Updates [com.github.sbt:sbt-dynver](https://github.com/sbt/sbt-dynver) from `5.1.0` to `5.1.1` πŸ“œ [GitHub Release Notes](https://github.com/sbt/sbt-dynver/releases/tag/v5.1.1) - [Version Diff](https://github.com/sbt/sbt-dynver/compare/v5.1.0...v5.1.1) ## Usage βœ… **Please merge!** I'll automatically update this PR to resolve...

## About this PR πŸ“¦ Updates org.eclipse.jgit:org.eclipse.jgit from `6.10.0.202406032230-r` to `6.10.1.202505221210-r` ## Usage βœ… **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

## About this PR πŸ“¦ Updates org.eclipse.jgit:org.eclipse.jgit from `6.10.0.202406032230-r` to `7.2.1.202505142326-r` ## Usage βœ… **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

Handle exceptions in message reader and notify pending control requests.

``` $ python Python 3.13.8 (main, Oct 7 2025, 12:01:51) [GCC 14.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. Ctrl click to launch VS Code Native...

## Change Summary Add `_unary_weak_cache` decorator to cache `DecoratorInfos.build()` results using weak references, eliminating redundant recursive calls during MRO traversal. **Problem:** `DecoratorInfos.build()` currently has **O(nΒ² Β· m)** time complexity due...

ready for review
relnotes-fix

### Initial Checks - [x] I confirm that I'm using Pydantic V2 ### Description ```python # nested_models_1.py from pydantic import BaseModel class Outer1(BaseModel): class Inner1(BaseModel): outer: "Outer1" ``` ```python #...

bug V2

This PR fixes #160 ## Design Overview (link.py) `link.py` implements the new layer around two small internal abstractions: ### 1) `_FileVersion` – β€œphysical” file instances `_FileVersion` binds an underlying `MountSource`...

Currently, given the following union mount layout: --- - source1/ - outer/ - inner1/ - file1 - inner -> inner1 --- - source2/ - outer/ - inner2/ - file2 -...

enhancement