Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -euo pipefail

version=0.10.1
version=0.10.2

npm install -g "cowel@${version}"
6 changes: 3 additions & 3 deletions .github/skills/cowel-version-upgrade/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ user-invocable: true
Upgrade this repository from one COWEL version to another in a repeatable, low-risk way.

## When To Use
- Bumping COWEL from one release to another (for example 0.10.0 to 0.10.1)
- Bumping COWEL from one release to another (for example `0.9.0` to `0.10.0`)
- Updating paper headers in `src/*.cow`
- Updating workflow and script pins for COWEL
- Rebuilding docs and checking for bitwise-identical output

## Inputs
- Old version (currently in sources), for example `0.10.0`
- New version (target), for example `0.10.1`
- Old version (currently in sources), for example `0.9.0`
- New version (target), for example `0.10.0`
- Optional `--dry-run` to preview changed files

## Procedure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Install cowel
run: npm install -g cowel@0.10.1
run: npm install -g cowel@0.10.2

- name: Verify docs match sources
run: bash scripts/verify-docs.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ or if you have suggestions for improvement.

This repository includes a GitHub Codespaces/devcontainer setup
that installs Node.js,
`cowel@0.10.1`,
`cowel@0.10.2`,
and the COWEL VS Code extension automatically.
2 changes: 1 addition & 1 deletion scripts/rebuild-docs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Rebuild HTML files in docs/ for every COWEL 0.10.1 source file,
# Rebuild HTML files in docs/ for every COWEL 0.10.2 source file,
# but only when a corresponding HTML file already exists in docs/.
#
# Usage: scripts/rebuild-docs.sh
Expand Down
2 changes: 1 addition & 1 deletion src/array.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title = {\tcode{std::array} is a wrapper for an array!}){
Expand Down
2 changes: 1 addition & 1 deletion src/ascii.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")\
\
\cowel_macro("charset"){\tt{\hl("string"){[\cowel_put]}}}\
Expand Down
2 changes: 1 addition & 1 deletion src/better-shifting.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Better shifting}){
Expand Down
2 changes: 1 addition & 1 deletion src/big-int.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={\tcode{std::big_int}}){
Expand Down
2 changes: 1 addition & 1 deletion src/bit-cast-padding.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Fixing \tcode{std::bit_cast} of types\br{}with padding bits}){
Expand Down
2 changes: 1 addition & 1 deletion src/bit-permutations-simd.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={\tcode{std::simd} overloads for bit permutations}){
Expand Down
2 changes: 1 addition & 1 deletion src/bitint.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Bit-precise integers}){
Expand Down
2 changes: 1 addition & 1 deletion src/case-ranges.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Case ranges}){
Expand Down
2 changes: 1 addition & 1 deletion src/charconv-ext.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Extending \tcode{<charconv>} support to more character types}){
Expand Down
2 changes: 1 addition & 1 deletion src/clarify-fp-overflow.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Clarify the behavior of floating-point overflow}){
Expand Down
2 changes: 1 addition & 1 deletion src/clmul.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Carry-less product: \tt{std::clmul}}){
Expand Down
2 changes: 1 addition & 1 deletion src/cmath-c23.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Rebasing \tt{<cmath>} on C23}){
Expand Down
2 changes: 1 addition & 1 deletion src/concise-grammar.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Improve readability of the C++ grammar by adding a syntax for groups and repetitions}){
Expand Down
2 changes: 1 addition & 1 deletion src/correctly-rounded-math.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Correctly rounded floating-point maths functions}){
Expand Down
2 changes: 1 addition & 1 deletion src/deprecate-unicode-conversion.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Deprecate implicit conversions
Expand Down
2 changes: 1 addition & 1 deletion src/fix-declaration-font.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Fix inappropriate font choices for "declaration"}){
Expand Down
2 changes: 1 addition & 1 deletion src/fix-floating-from-chars.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Fix defects in floating-point \tcode{std::from_chars}\br
Expand Down
2 changes: 1 addition & 1 deletion src/floating-point-values.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Values of floating-point types}){
Expand Down
2 changes: 1 addition & 1 deletion src/intdiv.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Integer division}){
Expand Down
2 changes: 1 addition & 1 deletion src/libwg21-9.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_actions{

\cowel_macro("hl"){\cowel_paragraph_enter\cowel_highlight_as(...){\cowel_put}}
Expand Down
2 changes: 1 addition & 1 deletion src/more-bitset-operations.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={More bitset operations}){
Expand Down
2 changes: 1 addition & 1 deletion src/more-trailing-commas.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={More trailing commas}){
Expand Down
2 changes: 1 addition & 1 deletion src/more-unicode-escapes.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\cowel_macro("zwnbsp"){\'ZERO WIDTH NO-BREAK SPACE'}
Expand Down
2 changes: 1 addition & 1 deletion src/n-algorithms.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={\tcode{partial_sort_at_most}, \tcode{nth_element_at_most}}){
Expand Down
2 changes: 1 addition & 1 deletion src/named-args.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Named function arguments}){
Expand Down
2 changes: 1 addition & 1 deletion src/random-chars.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Supporting \tt{signed char} and \tt{unsigned char}\br in random number generation}){
Expand Down
2 changes: 1 addition & 1 deletion src/rename-sat.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Renaming saturation arithmetic functions}){
Expand Down
2 changes: 1 addition & 1 deletion src/replace-charconv.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Provide a better replacement for \tt{std::to_chars} and \tt{std::from_chars}}){
Expand Down
2 changes: 1 addition & 1 deletion src/sd-7-updates.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\cowel_macro("bolden"){\del{\cowel_put} \ins{\b{\cowel_put}}}
Expand Down
2 changes: 1 addition & 1 deletion src/sequential-hex-digits.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Sequential hexadecimal digits}){
Expand Down
2 changes: 1 addition & 1 deletion src/template-9.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(
Expand Down
2 changes: 1 addition & 1 deletion src/to-signed-unsigned.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={\tcode{std::to_signed} and \tcode{std::to_unsigned}}){
Expand Down
2 changes: 1 addition & 1 deletion src/trivially-copyable-optional-ref.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(title={Make \tcode{optional<T&>} trivially copyable\br{}(NB comment US 134-215)}){
Expand Down
2 changes: 1 addition & 1 deletion src/uabs.cow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\: cowel 0.10.1
\: cowel 0.10.2
\cowel_include("libwg21-9.cow")

\wg21_head(
Expand Down
Loading