Skip to content

Commit e0cf3e1

Browse files
committed
Shorten a few ~80+ column descriptions
--- Signed-off-by: Brad Chamberlain <[email protected]>
1 parent 677f18e commit e0cf3e1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGES.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Prerequisite Updates
3535
(see https://chapel-lang.org/docs/2.1/usingchapel/prereqs.html#readme-prereqs)
3636
* updated the Python package versions used by `chpldoc`
3737
(see `$CHPL_HOME/third-party/chpl-venv/chpldoc-requirements*.txt` for details)
38-
* added sample installation commands for Ubuntu Noble to the prerequisites doc
38+
* added sample installation commands for Ubuntu Noble to the prereqs doc
3939
(see https://chapel-lang.org/docs/2.1/usingchapel/prereqs.html#installation)
4040

4141
Syntactic / Naming Changes
@@ -50,7 +50,7 @@ New Language Features
5050

5151
Language Feature Improvements
5252
-----------------------------
53-
* made `in` intent copying behavior for `foreach` loops consistent with `forall`
53+
* made `in` intent copy behavior for `foreach` loops consistent with `forall`
5454
* enabled support for assigning between sparse arrays with matching indices
5555
(e.g., `mySpsArr = mySpsArr2;` now works if the arrays' domains are equal)
5656
* extended local vars that persist across calls to support per-locale copies
@@ -144,7 +144,7 @@ Tool Improvements
144144
(see https://chapel-lang.org/docs/2.1/tools/chpl-language-server/chpl-language-server.html#using-chplcheck-from-cls)
145145
- added a `--[no]-show-instantiations` flag to control CLS code lenses
146146
(see https://chapel-lang.org/docs/2.1/tools/chpl-language-server/chpl-language-server.html#experimental-resolver-features)
147-
* improved error messages when Python versions don't match for `chapel-py` tools
147+
* improved error messages when Python versions don't match in `chapel-py` tools
148148
* added the Sphinx and chapeldomain versions to `chpldoc --version` output
149149
* updated `c2chapel` to map `FILE` to `c_FILE`
150150
* updated script for anonymizing unstable warnings w.r.t. Chapel 2.1 behavior
@@ -165,7 +165,7 @@ Performance Optimizations / Improvements
165165
(enable by compiling with `-slocalizeConstDomains=true`)
166166
* enabled bulk assignment between sparse arrays whose index sets match
167167
* applied LLVM inlining to reduce overheads for remote data transfers
168-
* improved the performance of several 'IO' `fileReader` methods like `readAll()`
168+
* improved performance for several 'IO' `fileReader` methods like `readAll()`
169169
* improved the performance of `regex.replace*()` methods in the 'Regex' module
170170
* improved code-generation of `complex` math functions for better performance
171171

@@ -177,7 +177,7 @@ Documentation Improvements
177177
(see https://chapel-lang.org/docs/2.1/usingchapel/portability.html)
178178
* refreshed the 'Chapel Quick Reference' document for 2.x versions
179179
(see https://chapel-lang.org/docs/2.1/language/reference.html)
180-
* updated the Quickstart instructions to show commands for setting `CHPL_LLVM`
180+
* updated Quickstart instructions to show commands for setting `CHPL_LLVM`
181181
(see https://chapel-lang.org/docs/2.1/usingchapel/QUICKSTART.html#using-chapel-in-its-preferred-configuration)
182182
* added a mention of expected memory requirements for building Chapel
183183
(see https://chapel-lang.org/docs/2.1/usingchapel/prereqs.html)
@@ -249,8 +249,8 @@ Documentation Improvements to the 'man' Pages
249249
Example Codes
250250
-------------
251251
* updated example codes to avoid deprecated `dmapped` clause patterns
252-
* updated `revcomp-fast.chpl` to reflect `advanceThrough()` thrown error changes
253-
* fixed an inconsistency in the 'distributions' primer between the docs and code
252+
* updated `revcomp-fast.chpl` to reflect changes in thrown errors
253+
* fixed a docs/code inconsistency in the 'distributions' primer
254254
* added index entries to some primers to aid in documentation search results
255255

256256
Generated Code Improvements
@@ -281,7 +281,7 @@ Portability / Platform-specific Improvements
281281
Compiler Improvements
282282
---------------------
283283
* updated `chpl` to support LLVM 18
284-
* improved information generated by `--explain-call` for return intent overloads
284+
* improved `--explain-call` output in the presence of return intent overloads
285285

286286
Compiler Flags
287287
--------------
@@ -308,7 +308,7 @@ Launchers
308308

309309
Runtime Library Changes
310310
-----------------------
311-
* updated the runtime to use the GASNet-EX API by default for `CHPL_COMM=gasnet`
311+
* updated runtime to use the GASNet-EX API by default for `CHPL_COMM=gasnet`
312312
* enabled GASNet's `hwloc` support, using the same copy of `hwloc` as Chapel
313313
* added support for transparent huge pages with OFI
314314
(see https://chapel-lang.org/docs/2.1/platforms/libfabric.html#transparent-hugepages)
@@ -357,7 +357,7 @@ Bug Fixes for Libraries
357357

358358
Bug Fixes for Tools
359359
-------------------
360-
* enabled `chplcheck` and `chpl-language-server` to be built without `CHPL_HOME`
360+
* enabled `chplcheck` and `chpl-language-server` to be built w/out `CHPL_HOME`
361361
* fixed various visual bugs and crashes in `chpl-language-server`
362362
* fixed `chapel-py` failing to build with some compilers
363363
* fixed the `chapel-py` build config to not warn with `CHPL_LLVM=none`
@@ -404,7 +404,7 @@ Developer-oriented changes: 'dyno' Compiler improvements / changes
404404
- added support for resolving if-variables as non-nilable classes
405405
- added support for compiler-generated initializers for basic generic types
406406
- added support for user-provided initializers for generic classes
407-
- added support for resolving calls to `this.init()` from other `init` methods
407+
- added support for resolving `this.init()` calls from other `init` methods
408408
- added support for initializers on inheriting, non-generic classes
409409
- added support for `init=` from types other than the one that was declared
410410
- added support for initializing a nilable class from a `new` non-nilable one

0 commit comments

Comments
 (0)