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

[REVIEW] Fixes bug in MJConfigDir #2490

Merged
merged 4 commits into from
Sep 22, 2020

Conversation

latenitefilms
Copy link
Contributor

- Reverts code so that `hs.configdir` works as it did back in
Hammerspoon 0.9.78 (5164) - specifically, we have changed
`[[MJConfigFile stringByStandardizingPath]
stringByResolvingSymlinksInPath]` back to `[MJConfigFile
stringByStandardizingPath]`. This reverts the changes made in Hammerspoon#2359.
- The code that checks for a Spoons path now uses `MJConfigDirAbsolute`
instead of `MJConfigDir` to work around an issue discussed in Hammerspoon#2357.
- Closes Hammerspoon#2478
@latenitefilms latenitefilms changed the title Fixes bug in MJConfigDir [REVIEW] Fixes bug in MJConfigDir Sep 22, 2020
@asmagill asmagill merged commit 8ed5c45 into Hammerspoon:master Sep 22, 2020
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.

hs.configdir resolution change in 0.9.79 breaks module loading for symlinked configs
2 participants