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

context.h exceptions should be documented and caught #1727

Open
mwestphal opened this issue Nov 23, 2024 · 4 comments
Open

context.h exceptions should be documented and caught #1727

mwestphal opened this issue Nov 23, 2024 · 4 comments
Assignees
Labels
source:libf3d type:bug Something isn't working
Milestone

Comments

@mwestphal
Copy link
Contributor

mwestphal commented Nov 23, 2024

Describe the bug
context.h can throw exceptions, however they are not documented and not caugth, relying on main.cxx catch all to not segfault, this should be fixed.

To Reproduce
Steps to reproduce the behavior:

  1. comment main.cxx catch all
  2. ctest -R wgl
  3. segfault
@mwestphal mwestphal added type:bug Something isn't working source:libf3d labels Nov 23, 2024
@mwestphal mwestphal added this to the 3.1.0 milestone Nov 23, 2024
@mwestphal mwestphal added this to F3D Nov 23, 2024
@mwestphal mwestphal changed the title context.h exception should be documented and caugth context.h exception should be documented and caught Nov 23, 2024
@mwestphal mwestphal changed the title context.h exception should be documented and caught context.h exceptions should be documented and caught Nov 23, 2024
@saneck2150
Copy link

Hi, i would like to work on this issue, if is still relevant

@mwestphal
Copy link
Contributor Author

It is! Do you know guidance ?

@saneck2150
Copy link

saneck2150 commented Nov 23, 2024

No, I'm just starting to figure out the project, where can I get documentation? I thought it is a good issue to get started with

@mwestphal
Copy link
Contributor Author

where can I get documentation?

https://f3d.app

https://discord.f3d.app

I thought it is a good issue to get started with

It is! But I wrote it a bit fast, I can add more context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
source:libf3d type:bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants