rainlanguage / dotrain

.rain to rainlang composer and rain language server protocol services
3 stars 4 forks source link

elided binding problem should say the name of the binding that is elided #87

Closed thedavidmeister closed 7 months ago

thedavidmeister commented 7 months ago
Error: [Problem { msg: "The last time a trade cleared as unix timestamp in seconds", position: [2279, 2293], code: ElidedBinding }, Problem { msg: "The current time as unix timestamp in seconds", position: [2298, 2306], code: ElidedBinding }]

nowhere does it say the name of the binding that needs to be bound

#test-last-time !The last time a trade cleared as unix timestamp in seconds

the problem message should include test-last-time somewhere

rouzwelt commented 7 months ago

fixed in #89