| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix use of variadic generics with [Differentiable]. (#8736) | Yong He | 2025-10-16 |
| There was a bug that causes the compiler failing to treat a `no_diff TypePack` as a type pack, and thus diagnose an error when resolving the following call. The fix is to unwrap any ModifiedType wrappers in `IsTypePack()` check. | |||
