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

"GCString not installed" can be displayed in cells #23

Open
khwilliamson opened this issue Aug 6, 2024 · 2 comments
Open

"GCString not installed" can be displayed in cells #23

khwilliamson opened this issue Aug 6, 2024 · 2 comments

Comments

@khwilliamson
Copy link
Contributor

This is disconcerting when trying to figure out what went wrong, and this gets in the way

@exodist
Copy link
Owner

exodist commented Aug 6, 2024

Can you give me an example to reproduce the problem?

@khwilliamson
Copy link
Contributor Author

    # Failed test 'Got expected table'
    # at (eval in Test2::Tools::Defer) t/modules/Compare/Delta.t line 297. 
    # Unicode::GCString is not installed, table may not display all unicode characters properly
    # +------+-------------------------+---------+-------------------------+
    # | PATH | GOT                     | OP      | CHECK                   |    
    # +------+-------------------------+---------+-------------------------+
    # | [0]  | Unicode::GCString is no | eq      | +-------+------------+- |
    # |      | t installed, table may  |         | -----+-----+--------+-- |
    # |      | not display all unicode |         | ------------+           |    
    # |      |  characters properly    |         |                         |    
    # |      |                         |         |                         |    
    # | [1]  | +-------+------------+- | eq      | | PATH  | LNs        |  | 
    # |      | -----+-----+--------+-- |         | GOT  | OP  | CHECK  | L |
    # |      | ------------+           |         | Ns          |           |    
    # |      |                         |         |                         |    
    # | [2]  | | PATH  | LNs        |  | eq      | +-------+------------+- |
    # |      | GOT  | OP  | CHECK  | L |         | -----+-----+--------+-- |
    # |      | Ns          |           |         | ------------+           |    
    # |      |                         |         |                         |    
    # | [3]  | +-------+------------+- | eq      | | {foo} | GOT LINES! |  | 
    # |      | -----+-----+--------+-- |         | GOT! | OP! | CHECK! | C |
    # |      | ------------+           |         | HECK LINES! |           |    
    # |      |                         |         |                         |    
    # | [4]  | | {foo} | GOT LINES! |  | eq      | | {bar} | GOT LINES! |  | 
    # |      | GOT! | OP! | CHECK! | C |         | GOT! | OP! | CHECK! | C |
    # |      | HECK LINES! |           |         | HECK LINES! |           |    
    # |      |                         |         |                         |    
    # | [5]  | | {bar} | GOT LINES! |  | eq      | | {baz} | GOT LINES! |  | 
    # |      | GOT! | OP! | CHECK! | C |         | GOT! | OP! | CHECK! | C |
    # |      | HECK LINES! |           |         | HECK LINES! |           |
    # |      |                         |         |                         |
    # | [6]  | | {baz} | GOT LINES! |  | eq      | | {bat} | GOT LINES! |  |
    # |      | GOT! | OP! | CHECK! | C |         | GOT! | OP! | CHECK! | C |
    # |      | HECK LINES! |           |         | HECK LINES! |           |
    # |      |                         |         |                         |
    # | [7]  | | {bat} | GOT LINES! |  | eq      | +-------+------------+- |
    # |      | GOT! | OP! | CHECK! | C |         | -----+-----+--------+-- |
    # |      | HECK LINES! |           |         | ------------+           |
    # |      |                         |         |                         |
    # | [8]  | +-------+------------+- | !exists | <DOES NOT EXIST>        |
    # |      | -----+-----+--------+-- |         |                         |
    # |      | ------------+           |         |                         |
    # +------+-------------------------+---------+-------------------------+
    # Failed test 'Got expected table and warning'

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

2 participants