<d1b2>
<azonenberg> can you confirm if this is fixed or not?
<d1b2>
<azonenberg> ok so, quick summary of where we stand on the v0.1 release prep
<d1b2>
<azonenberg> there are three open issues on scopehal and 11 on scopehal-apps
<d1b2>
<azonenberg> on the scopehal side: one is a PR i need to review and merge for haasoscope support
<d1b2>
<azonenberg> two are filter/shader refactorings that are straightforward i just havent got to yet
<d1b2>
<azonenberg> on the -apps side: one is a crash from 2023 that i think is fixed, OP never responded when i asked in February if the problem was still happening. So I'm gonna close that one right now
<d1b2>
<azonenberg> nobody else has complained about it since
<d1b2>
<azonenberg> So that leaves ten tickets. Five of the ten are MacOS issues that I think have been fixed and am waiting on confirmation from other mac users/devs
<d1b2>
<azonenberg> Two are packaging/build related
<d1b2>
<azonenberg> one is a window scaling bug i havent had time to look at
<d1b2>
<azonenberg> one is the issues i've seen with workspaces not saving/loading right sometimes and need to poke at
<d1b2>
<azonenberg> and one is the sidebar sample rate and memory depth box occasionally getting out of sync
<d1b2>
<azonenberg> Does that seem accurate? Anybody else have any other issues that you consider release blockers?
<d1b2>
<vipqualitypost> @azonenberg sorry for dragging my feet, but the issue didn't seem resolved yet.
<d1b2>
<azonenberg> Good to know
<d1b2>
<azonenberg> Can you give as much detail in the ticket as possible about your setup so we can try to reproduce?
<d1b2>
<azonenberg> macos version, compiler version, homebrew version
<d1b2>
<azonenberg> did you follow the build instructions in the manual (latex version, not the web version which may be lagging slightly) and install everything it called for?
<d1b2>
<azonenberg> notably "brew install libomp"
<d1b2>
<azonenberg> and is homebrew installed in /opt/homebrew?
<d1b2>
<david.rysk> @vipqualitypost lmk if that helps
<d1b2>
<vipqualitypost> Will try after work!
<d1b2>
<vipqualitypost> I should probably just reset my PC lol I have a bunch of cruft floating around.
<d1b2>
<azonenberg> @david.rysk want to maybe add a section to scopehal-docs to caution about x86 homebrew on apple silicon or something? is this an issue we expect other people to hit?
<d1b2>
<azonenberg> is there a way we can detect this in the build flow and give a more useful error message?
<tnt>
btw, usually when I use a CMAKE_INSTALL_PREFIX to build apps, the binaries end up with a rpath in the elf so they find their library on their own without me needed to set LD_LIBRARY_PATH or anything like that. But that's not the case with ngscopeclient.
<tnt>
Not a big deal, but I thought I'd mention it.
<azonenberg>
tnt: hmm, i thought all the rpath stuff was fixed but we're going to be testing installation in preparation for release and flagging anything that doesn't work then