Skip to content

Commit 710b068

Browse files
authored
Typos
Signed-off-by: Will Tebbutt <[email protected]>
1 parent ac43af4 commit 710b068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SUPPORT_POLICY.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
At any given point in time, `Mooncake.jl` supports the current Long Term Support (LTS) release of Julia, and the latest release version of Julia 1.
44
Consequently, the versions of Julia which are officially supported by `Mooncake.jl` will change (almost) _immediately_ whenever a new Julia LTS version is declared, or a minor release of Julia is made.
55

6-
For example, the LTS is 1.10 and the latest release is 1.11 at the time of writing. When 1.12 is released, we will
6+
For example, the LTS is 1.10 and the latest release is 1.11, at the time of writing. When 1.12 is released, we will
77
1. bump the Julia compat bounds in `Mooncake.jl` to require either 1.10 or 1.12,
88
1. cease to run CI on 1.11,
99
1. cease to provide bug fixes for 1.11,
1010
1. cease to accept 1.11-specific bug fixes, as we will not be running CI for 1.11 and therefore will not be able to test that they have worked.
1111

12-
In short: as far as `Mooncake.jl`'s future releases, 1.11 ceases to exist the moment 1.12 is released.
12+
In short: as far as `Mooncake.jl`'s future releases are concerned, 1.11 ceases to exist the moment 1.12 is released.
1313

1414
Note that these changes are not applied retrospectively to existing releases of `Mooncake.jl`.
1515
Suppose that `Mooncake.jl` is at `v0.4.50` when 1.12 is released.
@@ -32,7 +32,7 @@ In order to support a particular version of Julia, we must
3232
1. accept and proactively produce fixes for that version,
3333
1. maintain version-specific code in the `Mooncake.jl` codebase.
3434

35-
This requires a surprisingly amount of overhead to the development of `Mooncake.jl`, and has the potential to substantially increase the complexity of the codebase.
35+
All of this adds a surprising amount of overhead to the development of `Mooncake.jl`, and tends to substantially increase the complexity of the codebase.
3636
All of this makes it harder to improve `Mooncake.jl`.
3737
Consequently, this policy represents a decision to tradeoff support for a range of minor Julia versions in exchange for easing the development burden associated to `Mooncake.jl`.
3838

0 commit comments

Comments
 (0)