Jose Calderon

Results 15 comments of Jose Calderon

Before. It seems that the following lines are relevant: [src/XMonad/Main.hs](https://github.com/xmonad/xmonad/blob/master/src/XMonad/Main.hs#L118-128) Replicated below (from `src/XMonad/Main.hs`): ```haskell buildLaunch :: IO () buildLaunch = do whoami

Okay, so after some code spelunking I think I found a good way forward. Currently [`buildLaunch`](https://github.com/xmonad/xmonad/blob/master/src/XMonad/Main.hs#L114) is being a bit indiscriminate about when it should recompile, doing so whenever the...

Hey Gagan, thanks for your quick response. To give you a bit more detail, we are actually already reaching these limits (i.e. we are getting the exception from [opt_pk_vector.c, line...

Hey again, Yeah, our use case is definitely not normal! I would definitely be willing to help or even lead the development of any such feature if you think it's...

Hello again, We're looking at this stuff again and I'm wondering if you can help us understand the line between where overflows are sound (i.e. where you can convert that...

I'm happy to make a pull-request. Just so that I'm super clear: * Is the flag set on 571 of `opt_pk_vector.c` always sound overflow? So silencing the warning won't mean...

Hey @jwiegley! Thanks for your fast response. I think I'm already starting to grasp it a bit more. Maybe what we can do is have me post things here when...

Hey @toothbrush, I did figure it out a bit, but then my PhD duties called and I had to switch away from it. My plan is to use my holiday...

This is a fair question, so I’ll answer point by point. > Have the contributors lost interest? No. As far as I can tell, all of us on the committee...

I also feel that tuples are an idiomatic part of Haskell. My personal view is that tuple sections are an important part of any future language standard. When the committee...