zgenom update zcompile error #121
-
I recently noticed that whenever I run
I'm guessing this comes from the It seems like the referenced .zwc file exists, so it may be created elsewhere anyway, but is there anything I can do to remove the error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for reporting. There have been similar reports with the default name of macs where a I haven't gotten around to it but I plan to move the zcompdump generated by zgenom to For now you could use |
Beta Was this translation helpful? Give feedback.
Thanks for reporting.
The issue is that you have an invalid character in your computer name:
–
.While it looks like a
-
it is a bit longer and cannot be passed tozcompile
as output name.There have been similar reports with the default name of macs where a
’
is contained. See #100I haven't gotten around to it but I plan to move the zcompdump generated by zgenom to
zgenom/sources
so this issue won't happen again.For now you could use
$ZGEN_CUSTOM_COMPDUMP
to overwrite the default name. Ideally you'd remove this variable when I add the fix.