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

Installation problems: Preceding context expects a term, but found infix #45

Closed
hakonhagland opened this issue Jan 7, 2018 · 1 comment

Comments

@hakonhagland
Copy link

I am trying to install Data::Dump::Tree:

$ zef install Data::Dump::Tree
[...]
===> Testing: Data::Dump::Tree:ver<1.8.0>:auth<github:nkh>
===SORRY!=== Error while compiling /home/hakon/.zef/store/P6-Data-Dump-Tree.git/a0374d5355253419a633151faa7e2
77172b570fc/lib/Data/Dump/Tree/MultiColumns.pm (Data::Dump::Tree::MultiColumns)
Preceding context expects a term, but found infix = instead
at /home/hakon/.zef/store/P6-Data-Dump-Tree.git/a0374d5355253419a633151faa7e277172b570fc/lib/Data/Dump/Tree/MultiCol
umns.pm (Data::Dump::Tree::MultiColumns):74
------> =SEE⏏-ALSO

  in method get_dump_lines at /home/hakon/.zef/store/P6-Data-Dump-Tree.git/a0374d5355253419a633151faa7e277172b570fc/lib/Data/Dump/Tree.pm (Data::Dump::Tree) line 150
  in sub get_dump_lines_integrated at /home/hakon/.zef/store/P6-Data-Dump-Tree.git/a0374d5355253419a633151faa7e277172b570fc/lib/Data/Dump/Tree.pm (Data::Dump::Tree) line 116
  in sub ddt at /home/hakon/.zef/store/P6-Data-Dump-Tree.git/a0374d5355253419a633151faa
7e277172b570fc/lib/Data/Dump/Tree.pm (Data::Dump::Tree) line 104
  in block <unit> at t/04_flat.t line 52
[...]

Here is the complete output from zef:
zef_out.txt

My Perl 6 version:

$ perl6 --version
This is Rakudo version 2017.09-458-gcf1673d9c built on MoarVM version 2017.09.1-608-ge051ee3c
implementing Perl 6.c.
@zoffixznet
Copy link
Contributor

This isn't a problem in the module but was a transient bug in Rakudo.

It's a good idea to use releases instead of random dev commits—this bug never made it into a release because releases get more thorough testing.

@nkh nkh closed this as completed Dec 22, 2018
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

No branches or pull requests

3 participants