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

[mksh] examples/simple.PS1 failure on perl 5.10 - 5.14 #4

Open
dolmen opened this issue Dec 4, 2013 · 0 comments
Open

[mksh] examples/simple.PS1 failure on perl 5.10 - 5.14 #4

dolmen opened this issue Dec 4, 2013 · 0 comments
Assignees

Comments

@dolmen
Copy link
Owner

dolmen commented Dec 4, 2013

With perl 5.10 to 5.14 (perl 5.8.3, 5.8.9, 5.18.1 are ok), the mksh shell implementation fails:

/home/dolmen/Code/angel-PS1 $ mksh
/home/dolmen/Code/angel-PS1 $ eval $(perl -Ilib bin/angel-PS1 -c examples/simple.PS1 )                                     
Loading examples/simple.PS1...
angel installed.
angel PS1 eval: Not a CODE reference at lib/AngelPS1/Compiler.pm line 27.
[angel sick!!] /home/dolmen/Code/angel-PS1$ 

The test t/70-examples.t reproduces the issue. Travis-CI shows it.

This looks like a dirty perl bug fixed for 5.16.

@ghost ghost assigned dolmen Dec 4, 2013
dolmen added a commit that referenced this issue Dec 4, 2013
This failure is hard to diagnose, and in the mean time makes Travis-CI
failures less useful. So the selected failure cases (perl 5.10-5.14) are
marked as TODO.
See #4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant