Skip to content

SeaQuery 1.0 blog #150

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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

SeaQuery 1.0 blog #150

wants to merge 12 commits into from

Conversation

tyt2y3
Copy link
Member

@tyt2y3 tyt2y3 commented Aug 17, 2025

I am slowly writing it now

@tyt2y3
Copy link
Member Author

tyt2y3 commented Aug 17, 2025

@Huliiiiii @Expurple

Copy link

github-actions bot commented Aug 17, 2025

PR Preview Action v1.6.2

🚀 View preview at
https://www.sea-ql.org/preview/pr-150/

Built to branch gh-pages at 2025-08-25 00:22 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Comment on lines 16 to 22
## Architectural changes

There are a few architectural changes that can only be made by breaking the API, so let's go through them one by one:

### Forbid unsafe code

#![forbid(unsafe_code)] has been added to all workspace crates, ensuring that SeaQuery no longer contains any unsafe code. While only one instance of unsafe was previously used, and has now been removed, this change reinforces our commitment to maintaining code quality.
Copy link
Member

Choose a reason for hiding this comment

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

This reads a little weird because #![forbid(unsafe_code)] isn't a breaking change for the users (or a big internal architectural change, really). But it's still good to advertize in front of the list. Maybe do it like this?

Suggested change
## Architectural changes
There are a few architectural changes that can only be made by breaking the API, so let's go through them one by one:
### Forbid unsafe code
#![forbid(unsafe_code)] has been added to all workspace crates, ensuring that SeaQuery no longer contains any unsafe code. While only one instance of unsafe was previously used, and has now been removed, this change reinforces our commitment to maintaining code quality.
## Forbid unsafe code
#![forbid(unsafe_code)] has been added to all workspace crates, ensuring that SeaQuery no longer contains any unsafe code. While only one instance of unsafe was previously used, and has now been removed, this change reinforces our commitment to maintaining code quality.
## Architectural changes
There are a few architectural changes that can only be made by breaking the API, so let's go through them one by one:

Or we can just keep it as is.

@tyt2y3 tyt2y3 marked this pull request as ready for review August 24, 2025 23:36
@tyt2y3
Copy link
Member Author

tyt2y3 commented Aug 24, 2025

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