</code></pre><p>Then we wait for the friendly folks at <a href="https://github.com/JuliaPackaging">JuliaPackaging</a> to merge the pull request to Yggdrasil, triggering a new release of the <a href="https://github.com/JuliaBinaryWrappers/FastTransforms_jll.jl">FastTransforms_jll.jl</a> meta package that stores all precompiled binaries. With this release, we update the FastTransforms.jl <a href="https://github.com/JuliaApproximation/FastTransforms.jl/blob/master/Project.toml">Project.toml</a> to point to the latest release and register the new version.</p><p>Since development of Yggdrasil is quite rapid, a fork may easily become stale. Git permits the developer to forcibly make a master branch on a fork even with upstream master:</p><pre><code class="language-none">git fetch upstream
0 commit comments