From 447b7e0e2be031409b1421b49c81f020353bf7c5 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Tue, 21 Dec 2021 16:35:34 -0500 Subject: 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. --- tests/experiments/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/experiments/README.md (limited to 'tests/experiments/README.md') diff --git a/tests/experiments/README.md b/tests/experiments/README.md new file mode 100644 index 000000000..2fb7398c2 --- /dev/null +++ b/tests/experiments/README.md @@ -0,0 +1,18 @@ +Experiments +=========== + +The tests in this directory are all disabled. This set of tests is probably only temporary, and exists to document attempts to use certain language features. + +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. + +Surprising Observations +======================= + +* let is needed for int generic parameter. + -- cgit v1.2.3