Skip to content

Commit

Permalink
Add validation to Haskell implementation of typeid (#86)
Browse files Browse the repository at this point in the history
The test spec is adapted from the [original test in
Go](https://github.com/jetpack-io/typeid-go/blob/main/typeid_test.go).

Here's the successful CI:
https://github.com/MMZK1526/mmzk-typeid/actions/runs/5490979657/jobs/10007064981

Signed-off-by: Yitang Chen <[email protected]>
Co-authored-by: Daniel Loreto <[email protected]>
  • Loading branch information
MMZK1526 and loreto committed Jul 7, 2023
1 parent 62eefc0 commit a1fb9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Implementations should adhere to the formal [specification](./spec).
| [C# (.Net)](https://github.com/TenCoKaciStromy/typeid-dotnet) | [@TenCoKaciStromy](https://github.com/TenCoKaciStromy) | Yes, on 2023-06-30 |
| [C# (.Net Standard 2.1)](https://github.com/cbuctok/typeId) | [@cbuctok](https://github.com/cbuctok) | Yes, on 2023-07-03 |
| [Elixir](https://github.com/sloanelybutsurely/typeid-elixir) | [@sloanelybutsurely](https://github.com/sloanelybutsurely) | Yes, on 2023-07-02 |
| [Haskell](https://github.com/MMZK1526/mmzk-typeid) | [@MMZK1526](https://github.com/MMZK1526) | No |
| [Haskell](https://github.com/MMZK1526/mmzk-typeid) | [@MMZK1526](https://github.com/MMZK1526) | Yes, on 2023-07-07 |
| [Java](https://github.com/fxlae/typeid-java) | [@fxlae](https://github.com/fxlae) | Yes, on 2023-07-02 |
| [Java](https://github.com/softprops/typeid-java) | [@softprops](https://github.com/softprops) | Yes, on 2023-07-04 |
| [PHP](https://github.com/BombenProdukt/typeid) | [@BombenProdukt](https://github.com/BombenProdukt) | Yes, on 2023-07-03 |
Expand Down

0 comments on commit a1fb9f0

Please sign in to comment.