Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings in doc build #6

Open
samth opened this issue Feb 12, 2014 · 4 comments
Open

Warnings in doc build #6

samth opened this issue Feb 12, 2014 · 4 comments

Comments

@samth
Copy link
Contributor

samth commented Feb 12, 2014

raco setup: 2 running: <pkgs>/metapict/metapict/scribblings/metapict.scrbl
raco setup: WARNING: undefined tag in <pkgs>/metapict/metapict/scribblings/metapict.scrbl:
raco setup:  ((lib "metapict/main.rkt") --)
raco setup:  ((lib "metapict/main.rkt") -pi/2)
raco setup:  ((lib "metapict/main.rkt") ..)
raco setup:  ((lib "metapict/main.rkt") ...)
raco setup:  ((lib "metapict/main.rkt") ahlength)
raco setup:  ((lib "metapict/main.rkt") beside)
raco setup:  ((lib "metapict/main.rkt") bot)
raco setup:  ((lib "metapict/main.rkt") curve)
raco setup:  ((lib "metapict/main.rkt") dot-label)
raco setup:  ((lib "metapict/main.rkt") draw)
raco setup:  ((lib "metapict/main.rkt") draw*)
raco setup:  ((lib "metapict/main.rkt") draw-arrow)
raco setup:  ((lib "metapict/main.rkt") fill)
raco setup:  ((lib "metapict/main.rkt") for/draw)
raco setup:  ((lib "metapict/main.rkt") penwidth)
raco setup:  ((lib "metapict/main.rkt") pi/2)
raco setup:  ((lib "metapict/main.rkt") px)
raco setup:  ((lib "metapict/main.rkt") set-curve-pict-size)
raco setup:  ((lib "metapict/main.rkt") top)
raco setup:  ((lib "metapict/main.rkt") trans?)
raco setup:  ((lib "metapict/main.rkt") unitsquare)
raco setup:  ((lib "metapict/main.rkt") window)
raco setup:  ((lib "metapict/main.rkt") with-window)
@soegaard
Copy link
Owner

Those are the functions used in examples that are not yet documented.
They will appear eventually.

@soegaard
Copy link
Owner

Fixed (I believe).

@benknoble
Copy link
Contributor

New installs (such as those in GH Actions) still produce

2023-01-25T16:05:33.3671109Z raco setup: WARNING: undefined tag in <pkgs>/metapict/metapict/scribblings/metapict.scrbl:
2023-01-25T16:05:33.3672134Z raco setup:  ((lib "metapict/main.rkt") -pi/2)
2023-01-25T16:05:33.3672575Z raco setup:  ((lib "metapict/main.rkt") ...)
2023-01-25T16:05:33.3672991Z raco setup:  ((lib "metapict/main.rkt") ahlength)
2023-01-25T16:05:33.3673411Z raco setup:  ((lib "metapict/main.rkt") angle)
2023-01-25T16:05:33.3673817Z raco setup:  ((lib "metapict/main.rkt") circle)
2023-01-25T16:05:33.3674349Z raco setup:  ((lib "metapict/main.rkt") direction-specifier?)
2023-01-25T16:05:33.3674862Z raco setup:  ((lib "metapict/main.rkt") draw-arrow)
2023-01-25T16:05:33.3675359Z raco setup:  ((lib "metapict/main.rkt") draw-dot)
2023-01-25T16:05:33.3675786Z raco setup:  ((lib "metapict/main.rkt") drawable?)
2023-01-25T16:05:33.3676276Z raco setup:  ((lib "metapict/main.rkt") label->pict)
2023-01-25T16:05:33.3676686Z raco setup:  ((lib "metapict/main.rkt") path?)
2023-01-25T16:05:33.3677097Z raco setup:  ((lib "metapict/main.rkt") pi/2)
2023-01-25T16:05:33.3678097Z raco setup:  ((lib "metapict/main.rkt") placement-or-vec?)
2023-01-25T16:05:33.3678680Z raco setup:  ((lib "metapict/main.rkt") set-transformation)
2023-01-25T16:05:33.3679201Z raco setup:  ((lib "metapict/main.rkt") string-or-pict?)
2023-01-25T16:05:33.3679645Z raco setup:  ((lib "metapict/main.rkt") unitcircle)
2023-01-25T16:05:33.3680062Z raco setup:  ((lib "metapict/main.rkt") unitsquare)
2023-01-25T16:05:33.3680549Z raco setup:  ((lib "metapict/main.rkt") with-window)
2023-01-25T16:05:33.3683150Z raco setup:  ((lib "metapict/main.rkt") π)

for me.

@soegaard
Copy link
Owner

I am not sure why I thought they were all gone.

The "problem" is that I used those functions/identifiers in the examples,
but they aren't documented yet.

@soegaard soegaard reopened this Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants