Dan King

Results 218 comments of Dan King

@tpoterba, I assigned to you in light of John C's departure.

It seems like this is realistically delayed until after the native compiler sprint. Is that a fair assessment, @patrick-schultz ?

I think I'm roughly OK with this, but maybe we should use explicit major version pins? This just feels very Wild West.

I'm good with this, shall we convert from draft?

Oh, woah, that test does look wrong. It's concerning that its suddenly failing. I'm not sure I care too much about tracking down exactly which dependency change caused this. We...

I have no particular reservations. It seems to me that this change doesn't include the actual change to resources, is that right? Is there a follow up PR that will...

It looks like you're running `make -C docker generate-pip-lockfile` which is rewriting linux-pinned-requirements.txt, but you modified `hail/python/dev/requirements.txt` which is linked to `hail/python/dev/pinned-requirements.txt` which is regenerated by `make -C hail generate-pip-lockfile`....