File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,10 @@ Deprecated or removed
120
120
* The ` corrected ` positional argument to ` cov ` has been deprecated in favor of
121
121
a keyword argument with the same name (#21709 ).
122
122
123
+ * Omitting a space between the condition and ` ? ` in a ternary expression has been deprecated.
124
+ Ternaries must now include some amount of whitespace, e.g. ` x ? a : b ` rather than
125
+ ` x? a : b ` ([ #22523 ] ).
126
+
123
127
124
128
Julia v0.6.0 Release Notes
125
129
==========================
@@ -919,3 +923,4 @@ Command-line option changes
919
923
[#22228]: https://github.com/JuliaLang/julia/issues/22228
920
924
[#22245]: https://github.com/JuliaLang/julia/issues/22245
921
925
[#22310]: https://github.com/JuliaLang/julia/issues/22310
926
+ [#22523]: https://github.com/JuliaLang/julia/issues/22523
You can’t perform that action at this time.
2 commit comments
nanosoldier commentedon Jun 30, 2017
Executing the daily benchmark build, I will reply here when finished:
@nanosoldier
runbenchmarks(ALL, isdaily = true)
nanosoldier commentedon Jun 30, 2017
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels