Austin Seipp
Austin Seipp
> What does `otool -L` on the `jj` binary say? I suspect if it's been broken on Rosetta, it's probably just broken on ordinary x86 machines as well, right? I...
The official 0.14 macOS binaries have mysteriously and magically fixed themselves: ``` aseipp@navi tmp % otool -L jj-0.13 jj-0.13: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1856.105.0) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration (compatibility version 1.0.0,...
> You are currently using your system malloc, which is the very opposite of that, and it works... just fine? "Absolute reproducibility" may be very important for specific libraries that...
Some random performance notes from earlier, dumping them here so they aren't forgotten. With the 0.14.0 release as a basis of comparison, and `gecko-dev` as of "roughly today" as the...
Windows gives a ~4-9% difference, when compared on the 0.14 release: ``` PS C:\code\gecko-dev> hyperfine --warmup 5 "C:\MiscApps\jj-builds\jj-0.14.0.exe st" "C:\MiscApps\jj-builds\jj-0.14.0-mimalloc.exe st" Benchmark 1: C:\MiscApps\jj-builds\jj-0.14.0.exe st Time (mean ± σ): 1.477...
So I will say that after I filed this I "fixed" it by doing simply giving the empty merge commit a description, then `new` again. So my tree now looks...
Would it be acceptable to put the first line in the *body* of the message, rather than in the title? Or do you want it in the title? I ask...
By "git-like" editor UI you mean the flat file UX? I wouldn't mind just having the file equivalent of `git rebase -i`, it can be kind of fast if you...
I went ahead and gave a slight rework of this page since I didn't want us to go through a bunch of review cycles for small things. Let me know...
I've done a big rework and added a bunch of quotes. There are a number of guiding ideas here behind some of the tweaks I've made. - Some clarical and...