stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
322 stars 33 forks source link

Add string descriptions for all LocalizedErrors (#23) #140

Closed japanese-goblinn closed 1 year ago

japanese-goblinn commented 1 year ago

Description

Add string descriptions for all LocalizedErrors

Type of change

Checklist:

japanese-goblinn commented 1 year ago

Looking good so far! Thanks for taking up this task, it'll really improve the overall user experience of the client when things go wrong. There are also a bunch more error types in the Core package that get displayed to users (if you're using Xcode I think it might display it in the dependencies section even though it's all part of the same repository which is a bit confusing). Would you be able to add descriptions for those too please?

yep, of course. i have a small vacation for a couple of days, after it i'll fix everything and add descriptions to errors you mentioned. thanks for contribution possibility, looking forward to make some more after finishing this one!

stackotter commented 1 year ago

yep, of course. i have a small vacation for a couple of days, after it i'll fix everything and add descriptions to errors you mentioned. thanks for contribution possibility, looking forward to make some more after finishing this one!

Awesome, have fun on your vacation!

japanese-goblinn commented 1 year ago

Hey, @stackotter. I've finished PR. Changes listed below:

stackotter commented 1 year ago

I think there are around 350 occurrences of me using Id in the codebase, and most of the dependencies that I use have also gone with Id instead of ID, so I think it's best that we stick to just using Id for consistency. I also personally prefer Id over ID.

japanese-goblinn commented 1 year ago

@stackotter I fixed the ID's and also noticed that protobuf is prefering ID instead of Id. I guess that can't be fixed for now, because i don't see any configuration of this.

japanese-goblinn commented 1 year ago

@stackotter here you go

stackotter commented 1 year ago

Just going to wait for the build to succeed before I merge. It hopefully should within 10 minutes or so.

japanese-goblinn commented 1 year ago

@stackotter thanks for the possibility to contribute. Looking forward to create new exiting (or not) PR's 😅

stackotter commented 1 year ago

thanks for the possibility to contribute

No, thank you for contributing! :) It's always good to have another contributor on board