jyn

Results 249 issues of jyn

https://github.com/rust-lang/rust/pull/96777 was necessary because a test used both -Zsave-analysis and run-pass. That generated an untracked `save-analysis-temp` file in the root directory. That behavior is not great - we shouldn't do...

E-easy
A-testsuite
E-mentor

Found this through a bug in my own code, I don't have stand-alone code to go with it right now since this came from a dev branch that's not public....

Right now, any user of the API has to remember to call [`Mock::assert`](https://docs.rs/mockito/0.28.0/mockito/struct.Mock.html#method.assert) at the end of each and every test. If they forget, the mock doesn't actually test anything....

``` $ git status -s A src/test/rustdoc/intra-doc/issue-66159.rs $ git absorb Aug 22 15:22:01.088 WARN No additions staged, try adding something to the index. ``` This is clearly not correct, I've...

help wanted

I've been trying to find this for ages, Slack will let you search chats for text. This and the official website only allow searching for the name of a group.

This query currently returns an `Option`. It would be nice to instead return `i64`, because `COUNT` is never nullable. ```rust async fn f() -> Result { sqlx::query!( "SELECT COUNT(*) FROM...

enhancement
db:postgres
macros
E-hard
macros:null-inference

In docs.rs I have a lot of code that looks like this: ```rust query!( "INSERT INTO queue (name, version, priority) VALUES ($1, $2, $3);", name, version, priority, ) .fetch_all(self.db.get()?) ```...

needs rust feature

Previously, programs trying to use winapi on other targets would see errors like this: ``` failed to resolve: could not find um in winapi ... many other related errors ......

Title pretty much says it all. Passwords, even long ones can be brute forced, and once they're gone, they're gone. I'd appreciate even a basic 2fa using [google auth](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en) (although...

This will mean all the logging from libraries that developers don't control will still show up in the JS console. We could implement it by registering a log handler which...

ecosystem-compat