intel / rohd

The Rapid Open Hardware Development (ROHD) framework is a framework for describing and verifying hardware in the Dart programming language.
https://intel.github.io/rohd-website
BSD 3-Clause "New" or "Revised" License
374 stars 67 forks source link

Fix long comment lines not caught by lint #306

Closed mkorbel1 closed 1 year ago

mkorbel1 commented 1 year ago

Description & Motivation

There are some comment lines in logic_value.dart which are longer than 80 characters. They were not caught by the lint. Filed this issue on the linter (https://github.com/dart-lang/linter/issues/4126), but for now just fix these ones.

Also, fixing a race condition in the FSM tests that happened to fail in this PR that had to do with tmp_test directory creation.

Related Issue(s)

Linter bug: https://github.com/dart-lang/linter/issues/4126

Testing

No, just comment changes, and linter doesn't work.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

Changes doc slightly since comment was reformatted.