JuliaLang/PackageCompiler.jl

Link to example App.jl file in docs/src/app.md is broken

开放

#1,024 创建于 2025年1月8日

 (0 条评论) (0 个反应) (0 位负责人)Julia (200 个派生)batch import
buggood first issue

仓库指标

星标
 (1,538 个星标)
PR 合并指标
 (平均合并 19天 6小时) (30 天内合并 4 个 PR)

描述

The link at https://github.com/JuliaLang/PackageCompiler.jl/blob/1c35331d8ef81494f054bbc71214811253101993/docs/src/apps.md?plain=1#L203 is broken

The example app uses the artifact system to depend on a very simple toy binary
that does some simple arithmetic. It is instructive to see how the [artifact
file](https://github.com/JuliaLang/PackageCompiler.jl/blob/master/examples/MyApp/Artifacts.toml)
is [used in the source](https://github.com/JuliaLang/PackageCompiler.jl/blob/d722a3d91abe328ebd239e2f45660be35263ebe1/examples/MyApp/src/MyApp.jl#L7-L8).

What version is this supposed to point to?

贡献者指南