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

Ignore json-readtable-errors #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dpassen
Copy link
Contributor

@dpassen dpassen commented Jan 10, 2025

  • mise will complain loudly when executed in a directory that doesn't exist. This throws a json-readtable-error which we would like to suppress.

- mise will complain loudly when executed in a
  directory that doesn't exist
@liuyinz
Copy link
Owner

liuyinz commented Jan 11, 2025

Could you elaborate on the issue you're encountering? The mise command is returning a configuration file path, but its parent directory doesn't exist. Is this the core problem you're facing, or is there something else at play? I suspect the missing directory is unrelated to JSON parsing. If that's the case, a check within the mise--detect-dirs function should suffice.

@dpassen
Copy link
Contributor Author

dpassen commented Jan 11, 2025

I'll verify on Monday. It seems to be related to using xref to jump into a dependency, loaded through bazel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants