Skip to content

Conversation

@apskhem
Copy link
Collaborator

@apskhem apskhem commented Jan 3, 2025

Description

This new crate is to better fix the dependency tree and maximize reusability of our code using inside this repo.

Related Issue(s)

Closes #136

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

@apskhem apskhem added the do not merge yet PR is not ready to be merged yet label Jan 3, 2025
@apskhem apskhem self-assigned this Jan 3, 2025
@apskhem apskhem marked this pull request as draft January 3, 2025 14:36
stevenj and others added 2 commits January 6, 2025 11:23
* feat(rust): Add uniform problem report type

* fix(docs): spelling

* fix(rust): catalyst-types ci build
@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2025

Test Report | ${\color{lightgreen}Pass: 254/254}$ | ${\color{red}Fail: 0/254}$ |

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2025

Test Report | ${\color{lightgreen}Pass: 254/254}$ | ${\color{red}Fail: 0/254}$ |

@apskhem apskhem added review me PR is ready for review and removed do not merge yet PR is not ready to be merged yet labels Jan 6, 2025
@apskhem apskhem marked this pull request as ready for review January 6, 2025 07:05
@apskhem apskhem added the do not merge yet PR is not ready to be merged yet label Jan 6, 2025
@apskhem apskhem removed the review me PR is ready for review label Jan 6, 2025
apskhem and others added 3 commits January 6, 2025 14:29
* feat(catalyst-types): add duplicate data error report

Signed-off-by: bkioshn <[email protected]>

* fix(catalyst-types): format

Signed-off-by: bkioshn <[email protected]>

* fix(catalyst-types): add duplicate field description and change name

Signed-off-by: bkioshn <[email protected]>

* Update rust/catalyst-types/src/problem_report.rs

---------

Signed-off-by: bkioshn <[email protected]>
Co-authored-by: Steven Johnson <[email protected]>
@apskhem apskhem added review me PR is ready for review and removed do not merge yet PR is not ready to be merged yet labels Jan 6, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2025

Test Report | ${\color{lightgreen}Pass: 269/269}$ | ${\color{red}Fail: 0/269}$ |

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2025

Test Report | ${\color{lightgreen}Pass: 269/269}$ | ${\color{red}Fail: 0/269}$ |

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2025

Test Report | ${\color{lightgreen}Pass: 269/269}$ | ${\color{red}Fail: 0/269}$ |

@apskhem apskhem requested a review from bkioshn January 6, 2025 14:20
@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2025

Test Report | ${\color{lightgreen}Pass: 269/269}$ | ${\color{red}Fail: 0/269}$ |

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2025

Test Report | ${\color{lightgreen}Pass: 269/269}$ | ${\color{red}Fail: 0/269}$ |

Copy link
Contributor

@bkioshn bkioshn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 💫

@apskhem apskhem added the do not merge yet PR is not ready to be merged yet label Jan 7, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2025

Test Report | ${\color{lightgreen}Pass: 269/269}$ | ${\color{red}Fail: 0/269}$ |

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2025

Test Report | ${\color{lightgreen}Pass: 269/269}$ | ${\color{red}Fail: 0/269}$ |

@apskhem apskhem requested a review from bkioshn January 7, 2025 08:58
@apskhem apskhem removed the do not merge yet PR is not ready to be merged yet label Jan 7, 2025
Copy link
Collaborator

@stevenj stevenj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stevenj stevenj merged commit 768ecd5 into main Jan 7, 2025
21 checks passed
@stevenj stevenj deleted the feat/catalyst-types branch January 7, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request review me PR is ready for review

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : Create a catalyst-types crate for our types which are not specific to any particular subsystem

5 participants