summaryrefslogtreecommitdiff
path: root/tests/current-bugs/generic/README.md
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2021-12-21 12:11:08 -0500
committerGitHub <noreply@github.com>2021-12-21 12:11:08 -0500
commitd7ed829c3f85514fc08a12a5701d64390b31040c (patch)
tree4df957344ad0d5285359a2df541d69f76196b731 /tests/current-bugs/generic/README.md
parent48530f4c3505d1ab6269a5c21881492f059538d6 (diff)
Assorted disabled tests around generics (#2062)
* #include an absolute path didn't work - because paths were taken to always be relative. * Some generic experiments. * Add some more generic tests. * More generic experiments/issues. * Some more generic tests. * Remove erroneous test. * Small improvements. * Disable test that was accidentally enabled. * Add equality-2.slang. * Some more generic tests. * Issues around type inference. * Some more generic tests. * Tuple experiment. * Generic interfaces don't seem to be supported. * Add inheritance test. * Alternative array type issue.
Diffstat (limited to 'tests/current-bugs/generic/README.md')
-rw-r--r--tests/current-bugs/generic/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/current-bugs/generic/README.md b/tests/current-bugs/generic/README.md
new file mode 100644
index 000000000..202606979
--- /dev/null
+++ b/tests/current-bugs/generic/README.md
@@ -0,0 +1,12 @@
+Generic Tests
+=============
+
+The following tests are currently disabled.
+
+They are a series of attempts to use generics for a variety of scenarios. There may be multiple versions of an attempt, when this is the case a number will be added to the suffix. In general tests like this can be considered to have been attempts in that order.
+
+Some of these tests do compile, but are kept because they provide the end of a train of thought. The solution may not be ideal, or the best way to implement in Slang. So they are kept here for completeness.
+
+Some of the issues may be due to a bug, or unimplemented feature in the compiler.
+
+Others may not work because it is not the appropriate way to achieve the desired effect.