-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Deprecate trailing decimal. #233
base: master
Are you sure you want to change the base?
Conversation
Thanks for this submission and your other one. I plan to get the review queue moving again as soon as I have a DIP author who's ready to go. If no one else is ready and it comes down to yours as the most recent submissions, I want to give them each at least a couple of weeks in Draft Review before considering them ready. If you'd like some Draft Review feedback on them, please post about them in the forums. Thanks! |
Thanks, I did post these on the discord channel already. |
That's good, too. I saw your post in the Internals forum. That's not going to get a lot of eyes. A lot of regular forum users don't use the forum interface, but prefer the newsgroups or mailing list, and probably aren't subscribed to Internals (it's a fairly quiet forum). I posted in the Announce forum as well. |
Ping? |
See #234 (comment) |
Did you run any large scale (i.e. from github or dub) compilation tests, or just some grep on them to see how many things will break? Other than, definitively, +1 from me. I never used trailing decimal dot on floats, and always tough it is a bad idea in C. But I know of people who love them and use a lot, because Also any idea how long deprecation period will be? Considering this is really minor thing, and does not change that much in code, it should be really long. Another question. How does this affect functions like So, I think DIP should clarify that Also impact on third-party tools managing source code, like syntax highlighters, reformatters, should be discussed. I think there should be none (unless some reformatter converts |
No description provided.