* [bug#62167] Fwd: [PATCH] Noweb+icon and a new package for Unicon [not found] <a19172b7-2aeb-664a-17b2-d27a5c95e5c5@xs4all.nl> @ 2023-03-13 13:03 ` Peter Kourzanov 2023-03-13 14:23 ` [bug#62168] " Peter Kourzanov 2023-03-14 7:51 ` bug#62167: closing Peter Kourzanov 0 siblings, 2 replies; 3+ messages in thread From: Peter Kourzanov @ 2023-03-13 13:03 UTC (permalink / raw) To: 62167 [-- Attachment #1.1: Type: text/plain, Size: 2222 bytes --] Hi all, I would like to contribute a patch for noweb package spec, together with a new package for Unicon language (interpreter, compiler). The latter builds a compiler for the former's Icon-based tools, which - as a result - run much faster. Unicon is useful to have in its own right, I guess. Kind regards, Peter P.S. commit 842de66e4083d21c254b81e640a94ae009cbb41a Merge: b57f2eabe3 1ed227d795 Author: Peter Kourzanov <peter.kourzanov@gmail.com> <peter.kourzanov@gmail.com> Date: Mon Mar 13 11:49:23 2023 +0000 Merge branch 'master' into wip-unicon commit b57f2eabe3d0505428ef76c52af808a79f181c8a Merge: fea1b38edf 9584b1daa6 Author: Peter Kourzanov <peter.kourzanov@gmail.com> <peter.kourzanov@gmail.com> Date: Sun Mar 12 13:07:24 2023 +0000 Merge branch 'master' into wip-unicon commit fea1b38edfd0f12ec95b12fcbe545b1c71deec13 Merge: 1c7d2dc64d 8186dc2224 Author: Peter Kourzanov <peter.kourzanov@gmail.com> <peter.kourzanov@gmail.com> Date: Fri Mar 10 20:38:08 2023 +0000 Merge branch 'master' into wip-unicon commit 1c7d2dc64d84378e6c99968feddc67c965b849a1 Author: Peter Kourzanov <peter.kourzanov@gmail.com> <peter.kourzanov@gmail.com> Date: Fri Mar 10 20:35:47 2023 +0000 improved compliance commit fba2be9f76dc5a15a24dbc1af3fe02d2b898603f Merge: 44964e200b 4f4e4abd3a Author: Peter Kourzanov <peter.kourzanov@gmail.com> <peter.kourzanov@gmail.com> Date: Thu Mar 9 15:16:46 2023 +0000 Merge branch 'master' into wip-unicon commit 44964e200b54e2d391651d023d88d86884046c0b Author: Peter Kourzanov <peter.kourzanov@gmail.com> <peter.kourzanov@gmail.com> Date: Thu Mar 9 10:23:29 2023 +0000 cleanup commit ded829a06b969c83713c841e9a946048d4afe68d Author: Peter Kourzanov <peter.kourzanov@gmail.com> <peter.kourzanov@gmail.com> Date: Wed Mar 8 23:18:59 2023 +0000 initial versions --- gnu/packages/noweb.scm | 91 ++++++++++++++++- gnu/packages/patches/noweb-icon-master.patch | 32 ++++++ gnu/packages/patches/unicon-13.2.patch | 15 +++ gnu/packages/unicon.scm | 100 +++++++++++++++++++ 4 files changed, 236 insertions(+), 2 deletions(-) create mode 100644 gnu/packages/patches/noweb-icon-master.patch create mode 100644 gnu/packages/patches/unicon-13.2.patch create mode 100644 gnu/packages/unicon.scm [-- Attachment #1.2: Type: text/html, Size: 3387 bytes --] [-- Attachment #2: 0001-Squashed-commit-of-the-following.patch --] [-- Type: application/x-patch, Size: 11630 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#62168] [PATCH] Noweb+icon and a new package for Unicon 2023-03-13 13:03 ` [bug#62167] Fwd: [PATCH] Noweb+icon and a new package for Unicon Peter Kourzanov @ 2023-03-13 14:23 ` Peter Kourzanov 2023-03-14 7:51 ` bug#62167: closing Peter Kourzanov 1 sibling, 0 replies; 3+ messages in thread From: Peter Kourzanov @ 2023-03-13 14:23 UTC (permalink / raw) To: 62168 [-- Attachment #1: Type: text/plain, Size: 2026 bytes --] Hi all, I would like to contribute a patch for noweb package spec, together with a new package for Unicon language (interpreter, compiler). The latter builds a compiler for the former's Icon-based tools, which - as a result - run much faster. Unicon is useful to have in its own right, I guess. Kind regards, Peter P.S. commit 842de66e4083d21c254b81e640a94ae009cbb41a Merge: b57f2eabe3 1ed227d795 Author: Peter Kourzanov <peter.kourzanov@gmail.com> Date: Mon Mar 13 11:49:23 2023 +0000 Merge branch 'master' into wip-unicon commit b57f2eabe3d0505428ef76c52af808a79f181c8a Merge: fea1b38edf 9584b1daa6 Author: Peter Kourzanov <peter.kourzanov@gmail.com> Date: Sun Mar 12 13:07:24 2023 +0000 Merge branch 'master' into wip-unicon commit fea1b38edfd0f12ec95b12fcbe545b1c71deec13 Merge: 1c7d2dc64d 8186dc2224 Author: Peter Kourzanov <peter.kourzanov@gmail.com> Date: Fri Mar 10 20:38:08 2023 +0000 Merge branch 'master' into wip-unicon commit 1c7d2dc64d84378e6c99968feddc67c965b849a1 Author: Peter Kourzanov <peter.kourzanov@gmail.com> Date: Fri Mar 10 20:35:47 2023 +0000 improved compliance commit fba2be9f76dc5a15a24dbc1af3fe02d2b898603f Merge: 44964e200b 4f4e4abd3a Author: Peter Kourzanov <peter.kourzanov@gmail.com> Date: Thu Mar 9 15:16:46 2023 +0000 Merge branch 'master' into wip-unicon commit 44964e200b54e2d391651d023d88d86884046c0b Author: Peter Kourzanov <peter.kourzanov@gmail.com> Date: Thu Mar 9 10:23:29 2023 +0000 cleanup commit ded829a06b969c83713c841e9a946048d4afe68d Author: Peter Kourzanov <peter.kourzanov@gmail.com> Date: Wed Mar 8 23:18:59 2023 +0000 initial versions --- gnu/packages/noweb.scm | 91 ++++++++++++++++- gnu/packages/patches/noweb-icon-master.patch | 32 ++++++ gnu/packages/patches/unicon-13.2.patch | 15 +++ gnu/packages/unicon.scm | 100 +++++++++++++++++++ 4 files changed, 236 insertions(+), 2 deletions(-) create mode 100644 gnu/packages/patches/noweb-icon-master.patch create mode 100644 gnu/packages/patches/unicon-13.2.patch create mode 100644 gnu/packages/unicon.scm [-- Attachment #2: 0001-Squashed-commit-of-the-following.patch --] [-- Type: application/x-patch, Size: 11630 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#62167: closing 2023-03-13 13:03 ` [bug#62167] Fwd: [PATCH] Noweb+icon and a new package for Unicon Peter Kourzanov 2023-03-13 14:23 ` [bug#62168] " Peter Kourzanov @ 2023-03-14 7:51 ` Peter Kourzanov 1 sibling, 0 replies; 3+ messages in thread From: Peter Kourzanov @ 2023-03-14 7:51 UTC (permalink / raw) To: 62167-done Duplicate ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-14 11:37 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <a19172b7-2aeb-664a-17b2-d27a5c95e5c5@xs4all.nl> 2023-03-13 13:03 ` [bug#62167] Fwd: [PATCH] Noweb+icon and a new package for Unicon Peter Kourzanov 2023-03-13 14:23 ` [bug#62168] " Peter Kourzanov 2023-03-14 7:51 ` bug#62167: closing Peter Kourzanov
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.