GNU bug report logs - #54827
[PATCH 0/1] gnu: Add emacs-cpreproc.

Previous Next

Package: guix-patches;

Reported by: Fredrik Salomonsson <plattfot <at> posteo.net>

Date: Sat, 9 Apr 2022 20:40:02 UTC

Severity: normal

Tags: patch

Done: Fredrik Salomonsson <plattfot <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54827 in the body.
You can then email your comments to 54827 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54827; Package guix-patches. (Sat, 09 Apr 2022 20:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Fredrik Salomonsson <plattfot <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 09 Apr 2022 20:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH 0/1] gnu: Add emacs-cpreproc.
Date: Sat,  9 Apr 2022 20:39:34 +0000
It's a simple helper tool for mostly C++ development, that I developed a few
years ago but finally got around to move out of my config. More info here
[0]. Thought I should share in case someone else might find it useful.

[0] https://git.sr.ht/~plattfot/cpreproc

Fredrik Salomonsson (1):
  gnu: Add emacs-cpreproc.

 gnu/packages/emacs-xyz.scm | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)


base-commit: 975966ba09e24d813cf94a794c4bd6375777372a
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#54827; Package guix-patches. (Sat, 09 Apr 2022 20:43:01 GMT) Full text and rfc822 format available.

Message #8 received at 54827 <at> debbugs.gnu.org (full text, mbox):

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: 54827 <at> debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH 1/1] gnu: Add emacs-cpreproc.
Date: Sat,  9 Apr 2022 20:42:10 +0000
* gnu/packages/emacs-xyz.scm (emacs-cpreproc): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 005f34e569..761dc64144 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -74,7 +74,7 @@
 ;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego <at> posteo.net>
 ;;; Copyright © 2020 Ryan Desfosses <rdes <at> protonmail.com>
 ;;; Copyright © 2020 Marcin Karpezo <sirmacik <at> wioo.waw.pl>
-;;; Copyright © 2020 Fredrik Salomonsson <plattfot <at> gmail.com>
+;;; Copyright © 2020, 2022 Fredrik Salomonsson <plattfot <at> posteo.net>
 ;;; Copyright © 2020 Eric Bavier <bavier <at> posteo.net>
 ;;; Copyright © 2020, 2021 Morgan Smith <Morgan.J.Smith <at> outlook.com>
 ;;; Copyright © 2020 Peng Mei Yu <i <at> pengmeiyu.com>
@@ -22095,6 +22095,30 @@ (define-public emacs-ccls
 and @code{C++} files through the @code{ccls} language server.")
       (license license:expat))))
 
+(define-public emacs-cpreproc
+  (package
+   (name "emacs-cpreproc")
+   (version "1.0.0")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://git.sr.ht/~plattfot/cpreproc")
+           (commit version)))
+     (sha256
+      (base32
+       "0n4lhj9bbnkbzvifrj9q6z3j7z6jqzkaa36y239cfxdcc7i86c1c"))
+     (file-name (git-file-name name version))))
+   (build-system emacs-build-system)
+   (home-page "https://sr.ht/~plattfot/cpreproc")
+   (synopsis "Wrap @code{C}/@code{C++} code in preprocessor macros.")
+   (description
+    "Aim for this project is to make it easier to generate preprocessor
+macros from Emacs for @code{C}/@code{C++} code that needs to be build
+against multiple incompatible versions of third party libraries or
+@code{C++} standards.")
+   (license license:gpl3+)))
+
 (define-public emacs-org-brain
   (package
     (name "emacs-org-brain")
-- 
2.34.0





Reply sent to Fredrik Salomonsson <plattfot <at> posteo.net>:
You have taken responsibility. (Tue, 26 Apr 2022 18:35:02 GMT) Full text and rfc822 format available.

Notification sent to Fredrik Salomonsson <plattfot <at> posteo.net>:
bug acknowledged by developer. (Tue, 26 Apr 2022 18:35:02 GMT) Full text and rfc822 format available.

Message #13 received at 54827-done <at> debbugs.gnu.org (full text, mbox):

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: 54827-done <at> debbugs.gnu.org
Subject: Closing issue
Date: Tue, 26 Apr 2022 18:34:39 +0000
I see this got merged in commit:
cd5c31d192453c071d5384ea1eabbf02c9708758

Closing this issue.

And thanks!

-- 
s/Fred[re]+i[ck]+/Fredrik/g




Information forwarded to guix-patches <at> gnu.org:
bug#54827; Package guix-patches. (Tue, 26 Apr 2022 20:37:01 GMT) Full text and rfc822 format available.

Message #16 received at 54827 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Fredrik Salomonsson <plattfot <at> posteo.net>,  54827 <at> debbugs.gnu.org
Subject: Re: bug#54827: [PATCH 0/1] gnu: Add emacs-cpreproc.
Date: Tue, 26 Apr 2022 22:36:08 +0200
help-debbugs <at> gnu.org (GNU bug Tracking System) skribis:

> I see this got merged in commit:
> cd5c31d192453c071d5384ea1eabbf02c9708758

Oops, I forgot to close the issue; apologies!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 25 May 2022 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 308 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.