Copilot-Language / copilot

A stream-based runtime-verification framework for generating hard real-time C code.
http://copilot-language.github.io
618 stars 49 forks source link

`copilot`: Typo in README (zephir vs zephyr) #459

Closed ivanperez-keera closed 8 months ago

ivanperez-keera commented 8 months ago

Description

copilot's README mentions a project zephir-copilot that is actually called zephyr-copilot.

This typo should be corrected.

Type

Additional context

None.

Requester

Method to check presence of bug

Running a search through the tree brings up the mention:

$ grep -niHre 'Zephir'
copilot/README.md:225:- [zephir-copilot](https://hackage.haskell.org/package/zephyr-copilot)

Expected result

The output of the above grep command should be empty, indicating that the incorrect spelling cannot be found.

Desired result

The output of the above grep command should be empty, indicating that the incorrect spelling cannot be found.

Proposed solution

Fix the above mentioned typo.

Further notes

None.

ivanperez-keera commented 8 months ago

Change Manager: Confirmed that the spelling zephir is present in the README and that it is a typo (the package name is indeed zephyr-copilot).

ivanperez-keera commented 8 months ago

Technical Lead: Confirmed that the issue should be addressed.

ivanperez-keera commented 8 months ago

Technical Lead: Bug scheduled for fixing in Copilot 3.17.

Fix assigned to: @ivanperez-keera.

ivanperez-keera commented 8 months ago

Implementor: Solution implemented, review requested.

ivanperez-keera commented 8 months ago

Change Manager: Verified that:

ivanperez-keera commented 8 months ago

Change Manager: Implementation ready to be merged.