diff options
author | cooldome <cdome@bk.ru> | 2018-10-12 07:49:33 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-10-12 08:49:33 +0200 |
commit | 9b002e0d4f631dfcae9aa75b8d52fc58a3e8b4ff (patch) | |
tree | 02fd04c8bb304d567240888975072e169a074d31 /doc | |
parent | fde4a086c5be2140b3b39014b302f681c87cb33c (diff) | |
download | Nim-9b002e0d4f631dfcae9aa75b8d52fc58a3e8b4ff.tar.gz |
Align to the actual experience (#9324)
* Align to the actual experience * add exception handling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/codeowners.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/codeowners.rst b/doc/codeowners.rst index 2f464a5cc..0758e3ffb 100644 --- a/doc/codeowners.rst +++ b/doc/codeowners.rst @@ -20,13 +20,13 @@ Parsing, Lexing araq Renderer cooldome, araq Order of passes cooldome Semantic Checking araq -Virtual machine jangko, cooldome, GULPF, araq -Sempass2: effects tracking araq +Virtual machine jangko, GULPF, araq +Sempass2: effects tracking cooldome, araq type system, concepts zahary -transf araq +transf cooldome, araq semfold constant folding araq template instantiation zahary, araq -term rewriting macros araq +term rewriting macros cooldome, araq closure interators yglukhov, araq lambda lifting yglukhov, araq c, cpp codegen lemonboy, araq @@ -36,6 +36,7 @@ dfa, writetracking araq parallel, multithreading araq incremental araq sizeof computations krux02 +Exception handling cooldome, araq ====================== ====================================================== @@ -53,7 +54,7 @@ times GULPF os, ospaths dom96, araq re araq nre flaviu -math krux02 +math, fenv krux02, cooldome io dom96 garbage collector araq Go garbage collector stefantalpalaru |