Skip to content

add missing local_setup.zsh hook#27

Closed
mikaelarguedas wants to merge 1 commit intomasterfrom
add_missing_zsh_hook
Closed

add missing local_setup.zsh hook#27
mikaelarguedas wants to merge 1 commit intomasterfrom
add_missing_zsh_hook

Conversation

@mikaelarguedas
Copy link
Copy Markdown

possible fix for colcon/colcon-zsh#12.
Though there may be other things to change for zsh to work as expected

@wjwwood FYI

@mikaelarguedas mikaelarguedas added the review Waiting for review (Kanban column) label Jul 19, 2018
'share/{pkg.name}/local_setup.bat'.format_map(locals()),
'share/{pkg.name}/local_setup.ps1'.format_map(locals()),
'share/{pkg.name}/local_setup.sh'.format_map(locals()),
'share/{pkg.name}/local_setup.zsh'.format_map(locals()),
Copy link
Copy Markdown
Member

@dirk-thomas dirk-thomas Jul 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this package doesn't depend on zsh I would rather not hard code this here. The same problem is already the case for bash / powershell.

See #29 for an alternative approach.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I agree it didn't seem appropriate that this package was hard coding without depending on the shell specific packages (like colcon-powershell or colcon-zsh)

@mikaelarguedas
Copy link
Copy Markdown
Author

closing in favor of more generic logic from #29

@mikaelarguedas mikaelarguedas removed the review Waiting for review (Kanban column) label Jul 19, 2018
@mikaelarguedas mikaelarguedas deleted the add_missing_zsh_hook branch July 19, 2018 19:08
@dirk-thomas dirk-thomas added the duplicate This issue or pull request already exists label Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

duplicate This issue or pull request already exists

Development

Successfully merging this pull request may close these issues.

2 participants