summaryrefslogtreecommitdiff
path: root/tests/current-bugs/generic/README.md
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2021-12-21 16:35:34 -0500
committerGitHub <noreply@github.com>2021-12-21 16:35:34 -0500
commit447b7e0e2be031409b1421b49c81f020353bf7c5 (patch)
tree721a1e892b4dc0bcc8c62d7b7e3f9dbb843bf958 /tests/current-bugs/generic/README.md
parentd7ed829c3f85514fc08a12a5701d64390b31040c (diff)
Language experiments (#2068)
* #include an absolute path didn't work - because paths were taken to always be relative. * Moved to experiments. Added some more tests. * More tests around associated types. * Return interface tests. * More tests.
Diffstat (limited to 'tests/current-bugs/generic/README.md')
-rw-r--r--tests/current-bugs/generic/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/current-bugs/generic/README.md b/tests/current-bugs/generic/README.md
deleted file mode 100644
index 202606979..000000000
--- a/tests/current-bugs/generic/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-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.