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

docs.to-html doesn’t support tilde expansion #5112

Open
sellout opened this issue Jun 20, 2024 · 0 comments
Open

docs.to-html doesn’t support tilde expansion #5112

sellout opened this issue Jun 20, 2024 · 0 comments
Labels

Comments

@sellout
Copy link
Contributor

sellout commented Jun 20, 2024

Describe and demonstrate the bug

transcript:

.> project.create test-4402
test-4402/main> builtins.merge
{{A doc directly in the namespace.}}
some.ns.direct = 1

{{A doc pretty deeply nested in the namespace.}}
some.ns.pretty.deeply.nested = 2

{{A doc outside the namespace.}}
some.outside = 3
test-4402/main> add

Now, running this command will create a directory named ~ in whatever directory you ran ucm in, rather than expanding ~ to be the value of $HOME.

test-4402/main> docs.to-html some.ns ~/test-4402

Environment (please complete the following information):

  • ucm --version: trunk on 2024-06-20
  • OS/Architecture: macOS 14.5, M1

Additional context
This is extracted from #4402, since that report covered two separate issues.

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

No branches or pull requests

1 participant