poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[COMMITTED 2/2] etc/poke.rec: Remove done items


From: Mohammad-Reza Nabipoor
Subject: [COMMITTED 2/2] etc/poke.rec: Remove done items
Date: Fri, 28 Jan 2022 03:31:52 +0330

2022-01-28  Mohammad-Reza Nabipoor  <mnabipoor@gnu.org>

        * etc/poke.rec (Unions can be completed): Remove (done).
        (.info type TYPENAME): Remove (done).
---
 ChangeLog    |  5 +++++
 etc/poke.rec | 39 ---------------------------------------
 2 files changed, 5 insertions(+), 39 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bb1187b0..3a5a8486 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-01-28  Mohammad-Reza Nabipoor  <mnabipoor@gnu.org>
+
+       * etc/poke.rec (Unions can be completed): Remove (done).
+       (.info type TYPENAME): Remove (done).
+
 2022-01-28  Mohammad-Reza Nabipoor  <mnabipoor@gnu.org>
 
        * poke/pk-cmd-misc.c (pk_cmd_jmd): Add new quote.
diff --git a/etc/poke.rec b/etc/poke.rec
index e85542a9..3c956846 100644
--- a/etc/poke.rec
+++ b/etc/poke.rec
@@ -789,25 +789,6 @@ Description:
 + non-strict values.
 RFC: yes
 
-Summary: Unions can be completed
-Component: Compiler
-Kind: OPT
-Priority: 3
-Description:
-+ If all the alternatives in the union are complete and they have the
-+ same size, then the union is complete too with that size.
-+
-+ Example:
-+
-+   union
-+   {
-+      uint<32> foo : n == 10;
-+      byte[32] bar;
-+   }
-+
-+ The type above is complete, with size 32#b known at compile time.
-Target: 2.0
-
 Summary: Save a nton instruction in pkl_asm_while
 Component: Compiler
 Kind: OPT
@@ -1347,26 +1328,6 @@ Description: uniquify.el
 + For this we need auto-completion to work well.
 RFC: yes
 
-Summary: .info type TYPENAME
-Component: CLI
-Kind: ENH
-Priority: 3
-Description:
-+ This command, given the name of a type, should print an informative
-+ description on the fields and methods that the type defines:
-+
-+   Fields:
-+     f1, f2, f3, f4...
-+   Methods:
-+     m1, m2, m3, ...
-+
-+ The implementation should use the libpoke services in order to get the
-+ declaration of TYPE, and then to inspect the returned ``pk_type``.
-+
-+ Once we support docstrings in both fields and methods, the output of
-+ ``.info type`` can be expanded to use them.
-Target: 2.0
-
 Summary: .vm time
 Component: CLI
 Kind: ENH
-- 
2.34.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]