Gurinder Singh

Results 63 comments of Gurinder Singh

Yes, given the inputs to `new` are growing, we will have to lean on prompts. For everything we prompt for we should also have an arg to support unattended runs/scripting.

> related to #303? @gurry could you also take a look at this and provide feedback :) Thanks @wmmc88. I will have a look.

> Just FYI that I edited the first comment of this PR thread so that this PR will close #303 on merge. Thanks. Yes, #303 should be closed. I am...

We could add a `Terminology` section in the README explaining how we use these terms and then ensure they are used consistently across the code base.

May I propose using the term "crate" for cargo packages? Some reasons to support that: - "crate" is already used interchangeably with "package" in the Rust community. It is in...

Those are valid points as well. Let's have a think when we implement this issue.

Thanks for the PR @yuvald-sweet-security. We will look into it soon.

> Minimized: > > ```rust > struct Thing; > > pub trait Every { > type Assoc; > } > impl Every for Thing { > type Assoc = T;...

> Variant with a different ICE (`index out of bounds: the len is 0 but the index is 0`) > > ```rust > struct Thing; > > pub trait Every...

> I have updated the description with more details. Please feel free to change the title if it does not reflect the intent fully. > > [@gurry](https://github.com/gurry) , [@krishnakumar4a4](https://github.com/krishnakumar4a4), could...