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

Forward non-positive arg keys #532

Merged
merged 2 commits into from
Aug 29, 2016

Conversation

o-lim
Copy link
Contributor

@o-lim o-lim commented Aug 29, 2016

This updates the helper loader and output handler loader to forward non-positive command-line argument keys, that are automatically inserted by the Lua interpreter, to the helper and output handler, respectively.

This addresses issue #526

@o-lim o-lim force-pushed the forward-cmdline-args branch from 98840f4 to bb9273d Compare August 29, 2016 18:58
o-lim added 2 commits August 29, 2016 12:01
This fixes failing unit tests after upgrading `penlight`. Apparently,
the new version of `penlight` uses `pl.List` internally when traversing
a directory. Hence, we cannot use `pl.List` in any of the insulation
tests.
This updates the helper loader and output handler loader to forward
non-positive command-line argument keys, that are automatically inserted
by the Lua interpreter, to the helper and output handler, respectively.
@o-lim o-lim force-pushed the forward-cmdline-args branch from bb9273d to 8ff1fc9 Compare August 29, 2016 19:02
@DorianGray DorianGray merged commit b0aa72c into lunarmodules:master Aug 29, 2016
@o-lim o-lim deleted the forward-cmdline-args branch August 29, 2016 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants