question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Actually useful 'unsolved meta' error message

See original GitHub issue

I guess we’re gonna add a stack to Zonker

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
ice1000commented, Nov 4, 2021
    ----------------------------------------
      In file D:\git-repos\aya-prover\base\src\test\resources\success\refparo\refparo2.aya:34:40 ->

      32 |   => unit
      33 |
      34 | def bar : Unit => foo getValue setValue value-inv
                                                   ^-------^

    Error: Unsolved meta t'
           in `t'`
           in `value-inv {t'}`
           in `value-inv {t'} {_}`
           in `λ {_} ? value-inv {t'} {_}`
           in `λ {_} ? λ {_} ? value-inv {t'} {_}`
           in `foo {Unit} (λ t ? getValue t) (λ x ? λ t ? setValue x t) (λ {_} ? λ {_}
           ? value-inv {t'} {_})`

    1 error(s), 0 warning(s).
    What are you doing?

Do you like what you see?

0reactions
ice1000commented, Nov 5, 2021

I think we can only show these instead of all:

Error: Unsolved meta t'
           in `t'`
           in `value-inv {t'}`
           in `value-inv {t'} {_}`

What’s the exact criteria?

Users can know how to make the code pass IMO

Well, it might be that the meta is the last argument of a huge application. There will be many edge cases I believe

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compute unsolved meta-variable warnings even if an error is ...
Tried to figure out why the yellow was overriding the red and not the other way around, but failed miserably. Fixed by cutting...
Read more >
Understanding unsolved metavariables and yellow ...
In the agda docs, I read that when "some meta-variable other than the goals cannot be solved the code will be highlighted in...
Read more >
John Carmack issues some words of warning for Meta and its ...
Crafting a metaverse that actually works, Carmack said, is more of an optimization problem than a pie-in-the-sky space for unrestricted design.
Read more >
SCORCHERS ARE THE WAY! *WOW* NEW META ... - YouTube
BoomBeach #BoomBeachWarships #Season41 #ChickenBoomBeachLooking for Tips & Tricks for Boom Beach Warships Season 41?
Read more >
“This Content Isn't Available Right Now” Error On Facebook
Some Facebook users say that they frequently get the error message "This content isn't available right now." If you are one of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found