Skip to content

Commit 923a876

Browse files
committed
Merge branch 'maint'
2 parents a6bc894 + ea4a9ba commit 923a876

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

erts/doc/notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This document describes the changes made to the ERTS application.
8686

8787
- The `erl -man example` has been corrected to not consider values set in `ERL_ZFLAGS` and stop parsing arguments when a `--` is encountered.
8888

89-
Own Id: OTP-19098 Aux Id: [PR-8478] [GH-8477]
89+
Own Id: OTP-19098 Aux Id: [PR-8478], [GH-8477]
9090

9191
- Compiler warnings for Windows I/O back-end have been silenced.
9292

@@ -159,7 +159,7 @@ This document describes the changes made to the ERTS application.
159159
'The I/O operation has been aborted because of either a thread exit or an application request.'}.
160160
```
161161

162-
Own Id: OTP-19220 Aux Id: [PR-8774] [GH-7621]
162+
Own Id: OTP-19220 Aux Id: [PR-8774], [GH-7621]
163163

164164
[PR-8478]: https://github.com/erlang/otp/pull/8478
165165
[GH-8477]: https://github.com/erlang/otp/issues/8477

lib/compiler/doc/notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This document describes the changes made to the Compiler application.
4646

4747
- Fix `+deterministic` to work properly with documentation attributes.
4848

49-
Own Id: OTP-19142 Aux Id: [PR-8585] [GH-8579]
49+
Own Id: OTP-19142 Aux Id: [PR-8585], [GH-8579]
5050

5151
[PR-8567]: https://github.com/erlang/otp/pull/8567
5252
[PR-8585]: https://github.com/erlang/otp/pull/8585

lib/kernel/doc/notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ This document describes the changes made to the Kernel application.
148148

149149
- Fix reading a line when reading from `t:io:user/0` to not consider `\r` without `\n` to be a new line when `erl` is started with `-noshell`.
150150

151-
Own Id: OTP-19088 Aux Id: [PR-8396] [GH-8360]
151+
Own Id: OTP-19088 Aux Id: [PR-8396], [GH-8360]
152152

153153
[PR-7220]: https://github.com/erlang/otp/pull/7220
154154
[GH-7718]: https://github.com/erlang/otp/issues/7718

lib/ssl/doc/notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ This document describes the changes made to the SSL application.
147147

148148
- Improved error checking on the API functions.
149149

150-
Own Id: OTP-18992 Aux Id: [GH-8066] [PR-8156]
150+
Own Id: OTP-18992 Aux Id: [GH-8066], [PR-8156]
151151

152152
[GH-7493]: https://github.com/erlang/otp/issues/7493
153153
[PR-7918]: https://github.com/erlang/otp/pull/7918

lib/stdlib/doc/notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This document describes the changes made to the STDLIB application.
6363

6464
- The help printout for incorrect `t:io:format/0` strings now handles the `k` modifier correctly.
6565

66-
Own Id: OTP-19146 Aux Id: [PR-8611] [GH-8568]
66+
Own Id: OTP-19146 Aux Id: [PR-8611], [GH-8568]
6767

6868
- Fixed a bug that caused the shell completion to crash when keyword and tuple appeared on the same line.
6969

@@ -161,7 +161,7 @@ This document describes the changes made to the STDLIB application.
161161

162162
- Fixed `m:json` bugs, `json:encode_key_value_list/2` did not generate arrays and `json:decode/3` did not invoke the user callback for `0`.
163163

164-
Own Id: OTP-19106 Aux Id: [PR-8581] [GH-8580] [PR-8519]
164+
Own Id: OTP-19106 Aux Id: [PR-8581], [GH-8580], [PR-8519]
165165

166166
[PR-8542]: https://github.com/erlang/otp/pull/8542
167167
[PR-8581]: https://github.com/erlang/otp/pull/8581
@@ -210,7 +210,7 @@ This document describes the changes made to the STDLIB application.
210210

211211
- Fix shell expansion to not crash when expanding a map with non-atom keys and to not list zero arity functions when an argument has been given.
212212

213-
Own Id: OTP-19073 Aux Id: [PR-8375] [GH-8366] [GH-8365] [GH-8364]
213+
Own Id: OTP-19073 Aux Id: [PR-8375], [GH-8366], [GH-8365], [GH-8364]
214214

215215
[PR-7481]: https://github.com/erlang/otp/pull/7481
216216
[PR-7607]: https://github.com/erlang/otp/pull/7607
@@ -357,7 +357,7 @@ This document describes the changes made to the STDLIB application.
357357
- Functions `shell:default_multiline_prompt/1`, `shell:inverted_space_prompt/1`, and
358358
`shell:prompt_width/1` have been exported to help with custom prompt implementations.
359359

360-
Own Id: OTP-18834 Aux Id: [PR-7675] [PR-7816]
360+
Own Id: OTP-18834 Aux Id: [PR-7675], [PR-7816]
361361

362362
- The shell now pages long output from the documentation help command ([`h(Module)`](`c:h/1`)), auto completions and the search command.
363363

lib/tools/doc/notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This document describes the changes made to the Tools application.
2727

2828
- `m:tprof` no longer crashes when using pause/restart/continue when profiling all modules.
2929

30-
Own Id: OTP-19136 Aux Id: [GH-8472] [PR-8472] [PR-8541]
30+
Own Id: OTP-19136 Aux Id: [GH-8472], [PR-8472], [PR-8541]
3131

3232
- On systems supporting native coverage, calls to `m:cover` could hang or crash if cover-compiled module had been reloaded from outside `cover`. This has been corrected so that `cover` now recovers from the error and and sends a report to the logger about the failure to retrieve coverage information.
3333

0 commit comments

Comments
 (0)