* bug#70774: Fwd: The Artanis pkg issue
[not found] <CAPjoZocf+dDXfybyz4NdjN_a4od=yROEXEh0TPZiH62afxjZng@mail.gmail.com>
@ 2024-05-04 19:33 ` jbranso--- via Bug reports for GNU Guix
2024-05-04 23:49 ` jbranso--- via Bug reports for GNU Guix
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: jbranso--- via Bug reports for GNU Guix @ 2024-05-04 19:33 UTC (permalink / raw)
To: 70774, nalaginrut
Apologies for top posting...The below email seemed more like a bug.
Typically guix-devel is for making "large" or complicated changes to guix.
I'm forwarding your message over to bug-guix@gnu.org.
Also, do you use Artanis? I've tried to get it to work a few times...
and I can never quite figure it out. My guile web framework is...
guile haunt at the moment. :)
Joshua
-------- Forwarded message -------
From: "Nala Ginrut" <nalaginrut@gmail.com>
To: guix-devel@gnu.org
Sent: May 4, 2024 at 11:36 AM
Subject: The Artanis pkg issue
Dear Guix folks, I saw the lines in Artanis pkg info:
-----------------------------cut---------------------
(delete-file-recursively "artanis/third-party/json.scm")
(delete-file-recursively "artanis/third-party/json")
(delete-file-recursively "artanis/third-party/redis.scm")
(delete-file-recursively "artanis/third-party/redis")
-----------------------------end----------------------
I understand these lines are aiming to unbundle guile-json and guile-redis, however, recently I've unbundled them in vanilla Artanis. So there's something changed.
You may need to keep third-party/json.scm and third-party/edis.scm in the next release since they are the wrappers, and it's possible to make further abstracts then. In addition, there are necessary renaming operations for compatibility.
Best regards.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#70774: Fwd: The Artanis pkg issue
2024-05-04 19:33 ` bug#70774: Fwd: The Artanis pkg issue jbranso--- via Bug reports for GNU Guix
@ 2024-05-04 23:49 ` jbranso--- via Bug reports for GNU Guix
2024-05-04 23:54 ` bug#70774: Close this bug plz jbranso--- via Bug reports for GNU Guix
2024-05-05 12:33 ` bug#70774: The Artanis pkg issue Nala Ginrut
2 siblings, 0 replies; 4+ messages in thread
From: jbranso--- via Bug reports for GNU Guix @ 2024-05-04 23:49 UTC (permalink / raw)
To: 70774, nalaginrut
May 4, 2024 at 3:33 PM, "jbranso--- via Bug reports for GNU Guix" <bug-guix@gnu.org> wrote:
>
> Apologies for top posting...The below email seemed more like a bug.
>
> Typically guix-devel is for making "large" or complicated changes to guix.
>
> I'm forwarding your message over to bug-guix@gnu.org.
>
> Also, do you use Artanis? I've tried to get it to work a few times...
>
> and I can never quite figure it out. My guile web framework is...
>
> guile haunt at the moment. :)
>
> Joshua
Per this message, it looks like this bug is done!
https://mail.gnu.org/archive/html/guix-devel/2024-05/msg00033.html
I'm closing this bug.
Joshua
>
> -------- Forwarded message -------
>
> From: "Nala Ginrut" <nalaginrut@gmail.com>
>
> To: guix-devel@gnu.org
>
> Sent: May 4, 2024 at 11:36 AM
>
> Subject: The Artanis pkg issue
>
> Dear Guix folks, I saw the lines in Artanis pkg info:
>
> -----------------------------cut---------------------
>
> (delete-file-recursively "artanis/third-party/json.scm")
>
> (delete-file-recursively "artanis/third-party/json")
>
> (delete-file-recursively "artanis/third-party/redis.scm")
>
> (delete-file-recursively "artanis/third-party/redis")
>
> -----------------------------end----------------------
>
> I understand these lines are aiming to unbundle guile-json and guile-redis, however, recently I've unbundled them in vanilla Artanis. So there's something changed.
>
> You may need to keep third-party/json.scm and third-party/edis.scm in the next release since they are the wrappers, and it's possible to make further abstracts then. In addition, there are necessary renaming operations for compatibility.
>
> Best regards.
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#70774: Close this bug plz
2024-05-04 19:33 ` bug#70774: Fwd: The Artanis pkg issue jbranso--- via Bug reports for GNU Guix
2024-05-04 23:49 ` jbranso--- via Bug reports for GNU Guix
@ 2024-05-04 23:54 ` jbranso--- via Bug reports for GNU Guix
2024-05-05 12:33 ` bug#70774: The Artanis pkg issue Nala Ginrut
2 siblings, 0 replies; 4+ messages in thread
From: jbranso--- via Bug reports for GNU Guix @ 2024-05-04 23:54 UTC (permalink / raw)
To: 70774-done
This bug is done son!
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#70774: The Artanis pkg issue
2024-05-04 19:33 ` bug#70774: Fwd: The Artanis pkg issue jbranso--- via Bug reports for GNU Guix
2024-05-04 23:49 ` jbranso--- via Bug reports for GNU Guix
2024-05-04 23:54 ` bug#70774: Close this bug plz jbranso--- via Bug reports for GNU Guix
@ 2024-05-05 12:33 ` Nala Ginrut
2 siblings, 0 replies; 4+ messages in thread
From: Nala Ginrut @ 2024-05-05 12:33 UTC (permalink / raw)
To: Joshua Branson; +Cc: 70774
[-- Attachment #1: Type: text/plain, Size: 1623 bytes --]
Hi Joshua!
Have you tried the latest 0.6?
Can it work for you?
For now, I only tested in Ubuntu 24.04.
On Sun, May 5, 2024, 04:33 <jbranso@dismail.de> wrote:
> Apologies for top posting...The below email seemed more like a bug.
>
> Typically guix-devel is for making "large" or complicated changes to guix.
>
> I'm forwarding your message over to bug-guix@gnu.org.
>
> Also, do you use Artanis? I've tried to get it to work a few times...
> and I can never quite figure it out. My guile web framework is...
> guile haunt at the moment. :)
>
> Joshua
>
>
> -------- Forwarded message -------
>
>
>
> From: "Nala Ginrut" <nalaginrut@gmail.com>
>
>
> To: guix-devel@gnu.org
>
>
> Sent: May 4, 2024 at 11:36 AM
>
>
> Subject: The Artanis pkg issue
>
>
>
> Dear Guix folks, I saw the lines in Artanis pkg info:
>
> -----------------------------cut---------------------
>
> (delete-file-recursively "artanis/third-party/json.scm")
>
>
> (delete-file-recursively "artanis/third-party/json")
>
>
> (delete-file-recursively "artanis/third-party/redis.scm")
>
>
> (delete-file-recursively "artanis/third-party/redis")
>
> -----------------------------end----------------------
>
>
> I understand these lines are aiming to unbundle guile-json and
> guile-redis, however, recently I've unbundled them in vanilla Artanis. So
> there's something changed.
>
>
> You may need to keep third-party/json.scm and third-party/edis.scm in the
> next release since they are the wrappers, and it's possible to make further
> abstracts then. In addition, there are necessary renaming operations for
> compatibility.
>
>
> Best regards.
>
[-- Attachment #2: Type: text/html, Size: 2476 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-05-06 14:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAPjoZocf+dDXfybyz4NdjN_a4od=yROEXEh0TPZiH62afxjZng@mail.gmail.com>
2024-05-04 19:33 ` bug#70774: Fwd: The Artanis pkg issue jbranso--- via Bug reports for GNU Guix
2024-05-04 23:49 ` jbranso--- via Bug reports for GNU Guix
2024-05-04 23:54 ` bug#70774: Close this bug plz jbranso--- via Bug reports for GNU Guix
2024-05-05 12:33 ` bug#70774: The Artanis pkg issue Nala Ginrut
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).