Skip to content

Commit 0bb0200

Browse files
committed
Issue #20: Start listing supported compiler version
1 parent 9706e11 commit 0bb0200

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

packaging/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Packaging
2+
3+
This folder lists which versions are supported in Redub.
4+
Currently I don't have an exhaustive list of which are supported, so, for clarity, the latest compilers are always tested with Redub and they will be listed inside this folder.
5+
6+
### Supported Compilers
7+
- [clang](clang_version)
8+
- [dmd](dmd_version)
9+
- [ldc2](ldc2_version)
10+
- OpenD: OpenD currently only uses 'latest', which means I can't pin its version. Since they don't plan on breaking anything, feel free to test it by using `redub use opend dmd` for example.

packaging/clang_version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.1.0

packaging/dmd_version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v2.111.0

packaging/ldc2_version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v1.41.0

0 commit comments

Comments
 (0)