Om Prakaash

Results 24 comments of Om Prakaash

Hey, I changed the logic for annotation generation based on the earlier review and added some comments as well. I am still a bit unclear on how the current use...

```c import mod1.{Value as V1} import mod2.{Value as V2} pub fn main() { let x: V1 = mod1.v() let y: V2 = mod2.v() #(x, y) } ``` I am a...

Hi, Yes. Sorry, progress has been slow for a while due to college. I believe, I am close to putting this up for review by this week.

Hey yes. Wanted to get this reviewed before potentially going further. Felt like this was getting too large for a single PR.

Hey, yes I think it is better if we split this up into separate PRs. What order do you think works best? I think the order you mentioned is good(LSP...

Yeah, I could not find that in the change-log too. The change was done in this PR: https://github.com/nix-rust/nix/pull/2100. Sorry, it seems that only write() has been changed. Close() still takes...

Oh sorry about that, should have fixed the linting issues now.

Hey sorry for the late reply. I did not have the chance to look at this and missed your comment. Would be great if you could that. Thank you !

Hey can I take up this issue ?