-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fixed spelling mistakes #5
base: main
Are you sure you want to change the base?
Conversation
you disappear for weeks and come back for THIS?? |
Grammar is important, Ben. |
the British spelling is the right 😡 |
i think we merge this in solidarity |
i agree, this will be too iconic to just close |
i propose a preprocessor variable to maintain backwards compatibility as well, something like this: #ifdef BRITISH_MH7
#error cos8o says British people aren't allowed.
#else
class MH_DLL ColorPicker
{
typedef void (MH_CALL *Callback)(ColorPicker *, Color);
public:
ColorPicker() = delete;
ColorPicker(const ColorPicker &) = delete;
ColorPicker &operator=(const ColorPicker &) = delete;
~ColorPicker() = delete;
static ColorPicker *Create(Color color);
void setCallback(Callback callback);
void set(Color color, bool trigger_callback = true);
Color get() const;
};
#endif |
ew this pull request is littered with spelling mistakes |
any update on this? seems to me like this is ready to merge. |
sadly v7 has the colour in its exports already so you might have to #define your incorrect spellings instead |
Sometimes breaking changes are needed to fix important issues. |
when breaking changes can be avoided and important issues can be resolved sometimes, if non-breaking changes are made to the pull it may be merged! |
Thats where this proposed change comes in handy |
not backwards compatible with older versions! strike 1 |
I personally think we should follow the wisdom of semantic versioning and create Mega Hack v8. This will allow us to make the necessary breaking changes, while clearly communicating to extension developers that they are immensely British. |
also comes with the bonus of being easily marketable as a new version, so people will adopt the update quicker than usual, good idea |
merge this, its better and minified |
No description provided.