Skip to content

Commit a37851c

Browse files
Update this-month-in-julia-world.md to clarify Unicode, not Julia, limitation. (#2242)
1 parent 07b3f63 commit a37851c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025/02/this-month-in-julia-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The deadline for [submitting a proposal to JuliaCon 2025 is extended to Feb 14th
1515
* [PR #57049](https://github.com/JuliaLang/julia/pull/57049) introduces LLVM-based feature detection for CPU parsing.
1616
* The difficulty of writing multithreaded code, and footguns related to the difference between thread and task, the danger of moving tasks between threads, and the subleties of properly setting up thread- or task-local storage come up often. This is [a recent good discussion of the topic](https://discourse.julialang.org/t/sharp-edge-with-threads-threadid-and-task-migration/124550). It reminds me also of the [recently merged](https://github.com/JuliaLang/julia/pull/55793) `perprocess` / `perthread` / `pertask` constructs which help manage some of these subtleties.
1717
* An interesting suggestion for having [julia automatically logging to the terminal to current state of progress through a script](https://github.com/JuliaLang/julia/pull/57137).
18-
* [Unicode v16 is now supported](https://github.com/JuliaLang/julia/pull/56925) in Julia source files. We get access to "face with bags under eyes" but there is still no superscript “q”.
18+
* [Unicode v16 is now supported](https://github.com/JuliaLang/julia/pull/56925) in Julia source files. We get access to the new "face with bags under eyes" emoji but Unicode still doesn't have superscript “q”.
1919

2020
In search of contributors and new maintainers (specify novice/moderate/expert and internals/domain background necessary):
2121

0 commit comments

Comments
 (0)