-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[os] fix #10017 regression, fix #10025 regression #10018
Conversation
But then what does "" mean? And why does "" not compare equal to "."? |
try:
it will be a source of endless, possibly dangerous, bugs otherwise. yet another example: in python:
liekwise with D:
etc... |
14c8d31
to
d2f92a5
Compare
d2f92a5
to
175225f
Compare
Ok, sometimes it's easy to convince me. Thanks a lot! |
/cc @Araq @krux02 @dom96
""
, should be"."
like before + in almost all other languages #10017 regression