runtimeverification / runtimeverification/kontrol

Support remaining assert methods

Open
#562 0 comments 0 reactions 1 assignee View on GitHub

@jinxinglim is already working on this.

Since May 27, 2024.

enhancement good first issue
Dominant language
Python
Stars
122
Forks
16
PR merge metrics
No merged PRs in 30d

Description

After https://github.com/runtimeverification/kontrol/pull/558, here is a list with the remaining assertions that should be implemented:

  1. dynamic types string bytes uint256[] int256[] bool[] bytes32[] address[] for assertEq and assertNotEq.
  2. assertApproxEqAbs and assertApproxEqRel: take an additional maxDelta argument.
  3. assert*Decimals : take an additional decimals value used to format the values in error messages.

Related links:

Progress

Above tasks are completed modulo the following two issues:

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.