aiken-lang / aiken

A modern smart contract platform for Cardano
https://aiken-lang.org
Apache License 2.0
454 stars 84 forks source link

Improve warning message help for unused fields #894

Closed rvcas closed 4 months ago

rvcas commented 5 months ago

What is your idea? Provide a use case.

The help for unused record field gives instructions that are useful for unused let bindings but it could show the user how to ignore a field with either

.. or y: _thing

Why is it a good idea?

It will be more helpful

What is the current alternative and why is it not good enough?

CleanShot 2024-03-20 at 17 19 15@2x