Skip to content
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

NEWS: some improvements and additions #17585

Merged
merged 1 commit into from
Jul 25, 2016
Merged

NEWS: some improvements and additions #17585

merged 1 commit into from
Jul 25, 2016

Conversation

StefanKarpinski
Copy link
Sponsor Member

No description provided.

@@ -68,7 +60,8 @@ Language changes
* `using` and `import` are now case-sensitive even on case-insensitive filesystems
(common on Mac and Windows) ([#13542]).

* Relational symbols are now allowed as infix operators ([#8036]).
* Relational algebra symbols are now allowed as infix operators ([#8036]):
`⨝`, `⟕`, `⟖`, `⟗` a for joins and `▷` for anti-join.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"a" extraneous in "a for"?

@tkelman
Copy link
Contributor

tkelman commented Jul 24, 2016

NEWS also needed for #16024

`utf32` converter functions have been removed from the standard library.
If you need these types, they have been moved to the `LegacyStrings`
package. In the future, more robust Unicode string support will be provided
by the `StringEncodings` package. If you only need these types to call wide
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice if the referenced packages were linked to.

* miscellaneous copy improvements
* note that open now respects umask on UNIX
* note deprecation of integer-character comparisons

[ci skip]
@@ -157,6 +175,14 @@ Library improvements
* A `transcode(T, src)` function is now exported for converting data
between UTF-xx Unicode encodings ([#17323]).

* Comparisons between `Char`s and `Integer`s are now deprecated ([#16024]):
`'x' == 120` now produces a warning but still evaluates to `true`. In the
future it may evalaute to `false` or the comparison may be an error. To
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

evaluate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants