-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
TOWARDS 3.1 BETA - Let the bug hunt begin! #21855
Comments
Hate to be that person, but isn't this a bit...Contradictory? |
eep, s/not/now. thanks for pointing it out! |
🪲 👌 🔫 😂 |
Any news on these reports?: And for the Godot to Blender exporter: |
On my browser, I see 3931 issues :/ even with solving 576, there will be 3355 remaining? which sounds a bit discouraging! :) Are there a lot of duplicates and non-issues in the list? if the issue list is cleaned up, would we expect to go under 1000 issues remaining after the hunt? In any case to solve these 576 issues would be a wonderful achievement; whatever remains in the list. |
Issues are not bugs. There are feature requests and enhancement suggestions there as well. There are 1800 reported bugs over all and yes some might be duplicates, some are not relevant anymore and some might be already resolved but nobody noticed. For a software this size with so many users (that are actually reporting bugs properly) and contributors it's actually not that many bugs. Other engines which I will not specify most likely have more bugs than Godot you just don't know. 😀 |
Most are feature/enhancement requests, we are thinking of moving those to the Roadmap repo, otherwise the issue tracker is growing too big. |
@novhack, yep, that's true that a lot of the issues are feature requests. We might need a regular cleaning of the issues, closing the irrelevant ones, and of the feature requests (we can't accumulate all of them forever). It is not because we are smaller and have less bugs than a big game engine that we don't need to make efforts to prevent us from reaching an unmanageable situation with bugs. |
I know it's fairly new but has anyone had a chance to confirm if #21739 would be considered a bug or feature (imported multi-material meshes that otherwise render correctly don't render correctly when used in CSGMesh) |
It sort of bothers me that some of the 3.1 bugs got sent to the 3.2 bug list. Wouldn't it be easier to just fix those now instead of moving them...? I understand some of the bugs won't matter after some feature X planned for 3.2 is added. But there's some that aren't even like that... Or that have existed since the 2.x days. |
@LikeLakers2 Make a list of that issues so we can check them |
If a bug is moved to a later milestone, it means that we can't reasonably spend time fixing it now, without pushing the current milestone further needlessly. Yeah, some bugs are old and get moved to the next milestone often, but that's how software development works. You can't fix all bugs that ever existed for a given release, and most importantly, you shouldn't. If we tried to do that, it would mean:
I doubt that's what the community would want :) If we are now moving issues to the 3.2 milestone (or removing them from a milestone altogether), it means that we don't consider them must-fix for 3.1 to be a good release. That's our call and users are welcome to challenge it if they think it's a wrong assessment, but you can't ask us to fix them in priority if we just decided that they're not so high priority. |
Now to pray to the gods of godot that my pet issues get fixed in time for release 😂 |
#18549 I haven't check this bug in master but if this still exist, shouldn't this also be on the list? |
Okay, now that I understand. Sorry if I sounded like I was complaining. |
Oh guys, I love you all. Too bad that I can't understand C/C++, I so badly wish to help you with it... |
@garrom Godot is a great way to learn C++ and to get into contributing to Open Source. I had a great experience with it. Don't be afraid, just start doing! There are a lot of helpful people around. That said, you can also contribute in other ways: by testing and triaging issues, improving the documentation, by spreading the word or even donating. See Ways to Contribute. |
make it easy to use |
making game easy and fast |
@islam1999h please, this is not the topic here. We're not here to discuss feature requests. |
Sorry but where can I discuss feature requests? @groud |
@islam1999h Create another issue on Github, and be specific on the feature you need. |
how is the bug hunt going? |
Superseded by #24822. |
Issue Tagging
I have gone through the entire 3.1 bug list. It is currently (September 7) at 576 open bugs.
I took the work of assigning issues to most contributors, so if you are tagged, you can easily check which issues are assigned to you.
Issues by Contributor
Here is a rough list of issues by contributor:
reduz - 207 issues
neikeq - 43 issues
vnen - 36 issues
hpvb - 32 issues
karroffel - 26 issues
odino - 26 issues
groud - 21 issues
MarianoGNU - 19 issues
paulb23 - 9 issues
faless - 9 issues
Hinsbart - 8 issues
RandomShaper - 8 issues
JFonS - 7 issues
ifire - 2 issues
bojidar_bg - 5 issues
eska014 - 5 issues
mux213 - 4 issues
(Not here and have issues assigned? let me know)
Yes, the amount of issues assigned to me is pretty high, but unlike the rest of the contributors, I work full time on Godot all seven days of the week :-P. Of course help is always appreciated.
If you believe an issue that I assigned does not belong to you, please let me or @akien-mga know, so we can re-assign it to the proper contributor. Don't just un-assign it yourself :)
Not listed?
If you believe yourself capable and are not on the list, but you still want to help. Or if you are done with your issues (or want to take a break), feel free to take issues from other contributors, starting by those who have the highest amount (the includes me of course! ).
If you have not done much Godot development and want to start getting into fixing issues (which is a great learning experience), we have re-introduced the Hero Wanted! tag, which are great bugs to get you started. They include a description and hints on how the bug could be approached.
Feature Freeze
Remember that we are now in Feature Freeze, so no new features will be added. Please focus your effort on fixing issues, so we can get 3.1 out of the door as soon as possible!
The text was updated successfully, but these errors were encountered: