Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Clean-up code in dataplane.gobra #60

@LinoTelschow

Description

@LinoTelschow

As Is:

  • The old parser required adding some parentheses such that the file could be parsed.
    a map look-up needs the form (map)[key] instead of the regular notation map[key]
  • The original scion comments are annotated with a "(tlino) original SCION comment" suffix
  • To detailed comments like:
 // (tlino) use getters to simplify verification, need to use float64 cast since gobra
// (tlino) cannot cast a numeric argument to float64

To Be:

  • The extra parentheses are removed
  • remove these suffixes in the original SCION comments
  • simplify comments

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions