JuliaLang/PackageCompiler.jl

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

Ouverte

#1 024 ouverte le 8 janv. 2025

 (0 commentaire) (0 réaction) (0 personne assignée)Julia (200 forks)batch import
buggood first issue

Métriques du dépôt

Stars
 (1 538 étoiles)
Métriques de merge PR
 (Merge moyen 19j 6h) (4 PRs mergées en 30 j)

Description

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?

Guide contributeur