Cody Allen

Results 250 comments of Cody Allen

Thanks @aryairani. For now `merge.old.squash` is doing what I need. The ambiguity between local and remote paths does seem problematic. I wonder what other situations it could come up. But...

I just used @runarorama's [timers library](https://share.unison-lang.org/@runarorama/timers) to run a little experiment related to this. Here is my not-very-scientific benchmark code: ``` main = do n = 1 Scope.run do i...

I was running this example in a project that had all of the relevant names available, so it sounds more likely that this code path is building up the combined...

The situation has improved on this one, but not to the point that I think that this ticket should be closed out. The difference seems to be that now only...

I have not experienced this at all since #5041. I'm going to close this out and can reopen if it happens again.

Notably `delete.namespace` is significantly faster. Though it is also known to have a bug in which it can lead to unnamed dependencies, so maybe it's taking a shortcut that it...

I haven't noticed any slowness recently (probably since #5041). I consider this to be resolved.

This has come up a few times as a useful thing that we'll want to do. As far as I know GitHub Actions don't support building as an M1 Mac,...

It would be nice to provide arm64 binaries independent of homebrew. For example it would be cool to be able to run Unison programs on Raspberry Pi and similar ARM...

@aryairani at a minimum I think that `fork` should issue a warning if the result adds items to `namespace.dependencies`.