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

no graceful or informative error handling with unknown files #281

Open
maxandersen opened this issue Nov 16, 2024 · 0 comments
Open

no graceful or informative error handling with unknown files #281

maxandersen opened this issue Nov 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@maxandersen
Copy link
Member

In trying to migrate jbang.dev I have some .java files in my _posts folder (to allow asciidoc includes to work) and that screws up quarkus roq.

Screenshot 2024-11-16 at 18 38 01

If I delete the .java file things start working again.

2 issues here:

  1. no where in the error info is it possible to deduce this is caused while processing the file content/posts/myapp.java. It should otherwise roq just looks broken rather than pointing to the input files having issues.
  2. why is roq trying to treat files with no frontmatter in the posts folder?
@melloware melloware added the bug Something isn't working label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants