sgasho

Results 6 issues of sgasho

## Explain your user case and expected results ### DB * mysql ### How To Reproduce 1. AutoMigrate structA without primary key specification 2. add primary key to some existing...

**Describe the bug** I tried to open shell via "s" command on a pod but immediately shutdown.(this behavior is expected because sh is not available for the pod but I...

I'm currently working on the issue #2762 and I found this typo.

related: https://github.com/denoland/deno/issues/29281 enabled gzip decoder to accept an empty gzip. I added some test cases for this fix at tests/gzip.rs ### reproduction 1. clone deno 2. cargo build --config 'patch.crates-io.async-compression.path="../async-compression"'...

A-semver-patch

related issue: rust-lang/rust#145899 related pr: rust-lang/rust#146623 This PR is a continuation of rust-lang/rust#146623 I refactored some code for rust-lang/rust#146623 and added the functions shown in rust-lang/rust#144197 r? @bjorn3 cc: @ZuseZ4...

A-LLVM
T-compiler
T-bootstrap
S-waiting-on-review
F-autodiff

related pr: https://github.com/rust-lang/rust/pull/149271#issuecomment-3575989722 When using Enzyme via dlopen in rustc(std::autodiff), we get this assertion failure: ``` Assertion failed: (AnalysisPasses.count(PassT::ID()) && "This analysis pass was not registered prior to being queried")...