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

feat: implemented custom errors #186

Merged
merged 7 commits into from
Feb 25, 2024
Merged

feat: implemented custom errors #186

merged 7 commits into from
Feb 25, 2024

Conversation

lukapeschke
Copy link
Collaborator

This adds custom exception types, which should make error management by users easier

closes #45

This adds custom exception types, which should make error management by users easier

closes #45

Signed-off-by: Luka Peschke <[email protected]>
@lukapeschke lukapeschke added enhancement New feature or request ✋ need review ✋ 🐍 python 🐍 Pull requests that edit Python code 🦀 rust 🦀 Pull requests that edit Rust code labels Feb 23, 2024
@lukapeschke lukapeschke self-assigned this Feb 23, 2024
Copy link
Member

@PrettyWood PrettyWood left a comment

Choose a reason for hiding this comment

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

Overall looks great! Sorry I'm on my phone so short comments lol

python/fastexcel/__init__.py Show resolved Hide resolved
src/types/excelreader.rs Outdated Show resolved Hide resolved
src/types/excelreader.rs Show resolved Hide resolved
src/error.rs Show resolved Hide resolved
Copy link
Member

@PrettyWood PrettyWood left a comment

Choose a reason for hiding this comment

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

Finally on a computer. the make doc command doesn't work anymore on my machine. Same for you @lukapeschke ? If it's only on my side I'll git into it

@lukapeschke
Copy link
Collaborator Author

@PrettyWood yeah docs still work on my side, see attached artifact. But I added a CI check just in case: 0c67305

docs.zip

Copy link
Member

@PrettyWood PrettyWood left a comment

Choose a reason for hiding this comment

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

Perfect! I fixed the doc on my hand sorry for the false alarm

@PrettyWood PrettyWood merged commit 6d76a19 into main Feb 25, 2024
22 checks passed
@PrettyWood PrettyWood deleted the custom-error-types branch February 25, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦀 rust 🦀 Pull requests that edit Rust code enhancement New feature or request 🐍 python 🐍 Pull requests that edit Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement proper python exceptions for our different error cases
2 participants