summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/TODO
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-25 19:22:25 +0000
committerKarl Berry <karl@freefriends.org>2021-02-25 19:22:25 +0000
commitad547a6b5986815fda458221149728d9d9ab1d87 (patch)
tree16296910eb3eca724371474ea9aea3994dc69614 /Build/source/utils/asymptote/TODO
parent947b43de3dd21d58ccc2ffadefc4441ea1c2a813 (diff)
restore Build,TODO from r57911
git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/TODO')
-rw-r--r--Build/source/utils/asymptote/TODO37
1 files changed, 37 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/TODO b/Build/source/utils/asymptote/TODO
new file mode 100644
index 00000000000..f9e98d426c3
--- /dev/null
+++ b/Build/source/utils/asymptote/TODO
@@ -0,0 +1,37 @@
+Andy: add keyword-only arguments
+
+Andy: Arbitrary depth copying of arrays.
+
+Andy: Investigate bbox error in uofa-talk Shadowing slide
+
+Andy: change label in coder to a class not an Int
+
+Andy: look at label alignment in rotvenn
+
+Andy: possible optimizations:
+ eliminate frame copying in picture.add(picture pic, ...)
+ varpush+popcall --> varcall?
+ fieldpush+popcall --> fieldcall?
+ overloaded::simplify copies
+ straight guide which references a subset of a pair vector.
+ Is it cheaper to import a bltin module than to call base_venv again?
+ varpush+pop --> no op
+ varsave+pop --> one op
+ closure+pushfunc+varsave+pop --> savefunc
+ stack::popWithoutReturningValue
+ look at position information saved in program, maybe save separately
+ formal::addOps calls trans
+ only hash first 3 or 4 args of signature
+ rm transToType from varinitArg::trans
+ change camp.y to flag arglists with named args
+
+Andy: testing in errortest.asy for packing versus casting, default argument
+ambiguities, and whatever else you can think of
+
+Andy: operator tuple, to let people define their own tuples
+
+Andy: Decide if we should change vm::error to em in application.cc
+
+John or Andy: Add unit test for AddOps.
+
+Jamie: Finish environment texture & other PBR refinements.