Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup of various things #283

Merged
merged 7 commits into from
Dec 11, 2024
Merged

Cleanup of various things #283

merged 7 commits into from
Dec 11, 2024

Conversation

lukewilliamboswell
Copy link
Collaborator

@lukewilliamboswell lukewilliamboswell commented Dec 11, 2024

This PR cleans up a number of things;

  • resolves comments from PI upgrade in Upgrade to purity inference #257
  • renames PlatformTasks to Host
  • complete the replacement of RocStr for error handling with proper glue types

@lukewilliamboswell lukewilliamboswell marked this pull request as ready for review December 11, 2024 22:48
@lukewilliamboswell lukewilliamboswell changed the title [WIP] Cleanup of various things Cleanup of various things Dec 11, 2024
Copy link
Collaborator

@bhansconnect bhansconnect left a comment

Choose a reason for hiding this comment

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

Out of curiosity, what do you think the long term plan for io error is? Feels like a case where lots of specific errors would be nicer in the long run. Those errors can always merge together to get these full io errors.

@lukewilliamboswell lukewilliamboswell merged commit 3f27059 into main Dec 11, 2024
5 checks passed
@lukewilliamboswell lukewilliamboswell deleted the cleanup branch December 11, 2024 23:46
@lukewilliamboswell
Copy link
Collaborator Author

Out of curiosity, what do you think the long term plan for io error is? Feels like a case where lots of specific errors would be nicer in the long run. Those errors can always merge together to get these full io errors.

I haven't really thought a lot about long term. I wanted to remove the fragile and hacky RocStr stuff. We did some analysis of the most relevant IO errors and have tags for those and the rest are in the Other bucket. It feels acceptable for now.

I'm open to improving it long term, but there's just higher priorities for now, so I'm not planning on digging much further soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants