One “bug” I recently found appears to differ between the packaged and released version of Julia and the one I compile from source.
Extra allocations associated with unused ArgumentError · Issue #37639 · JuliaLang/julia (github.com)
Are there extra optimizations turned on for the final build that aren’t used by default for development? And if so, should it affect the example there, or is it unintended and something to address?