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

build -f with relative path fails with "no locale in path" #98

Closed
caugner opened this issue Jan 24, 2025 · 0 comments · Fixed by #102 · May be fixed by #117
Closed

build -f with relative path fails with "no locale in path" #98

caugner opened this issue Jan 24, 2025 · 0 comments · Fixed by #102 · May be fixed by #117
Labels
needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@caugner
Copy link
Contributor

caugner commented Jan 24, 2025

What information was incorrect, unhelpful, or incomplete?

I tried to run this command:

% cargo run -- build --no-basic --json-issues --data-issues -f ../content/files/en-us/web/http/headers/x-frame-options/index.md 
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s
     Running `target/debug/rari build --no-basic --json-issues --data-issues -f ../content/files/en-us/web/http/headers/x-frame-options/index.md`
Building everything 🛠️
ERROR rari_doc::reader: no locale in path
Took:    5.906ms for reading 0 docs
Took:  533.708µs to build content docs (0)

What did you expect to see?

I expected the command to build the file.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

@caugner caugner added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jan 24, 2025
@caugner caugner changed the title build -f doesn't support relative paths build -f with relative path fails with "no locale in path" Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant