Re: License of your contributions to the blog at guix.gnu.org

2022-02-06 Thread Magali Lemes
sed licensing terms for your contributions to > the blog? > > If you do, please reply to this message to say so, keeping > guix-devel@gnu.org Cc’d (if you already replied in the previous thread, > you do not need to reply again). > I agree. Magali

Re: [Outreachy] Internship ending

2021-03-09 Thread Magali Lemes
Hi! On 03/03/2021 11:05, Ludovic Courtès wrote: Hi Magali, Magali Lemes skribis: My Outreachy internship officially ends on March 2nd, next Tuesday. It's been wonderful contributing to Guix, and I have learned quite a lot in these last three months. This community is truly welcoming

[Outreachy] Internship ending

2021-02-26 Thread Magali Lemes
ts.gnu.org/archive/html/guix-devel/2021-01/msg00353.html>. Any review and/or feedback is appreciated :D Cheers, Magali

[Outreachy] Use of impure functional programming and use of vlists

2021-02-26 Thread Magali Lemes
to have the commits in a hash table implemented with vlists, we could use 'vlist-for-each' to display the commits. I haven't seen vlist-for-each being used anywhere in Guix, so I wondered if there's a special reason for it not being used, or if it hasn't really been necessary at all thus far. Regards, Magali

Re: [Outreachy] Feedback on 'guix git log' subcommand

2021-01-29 Thread Magali
translation in mind, still using an associaton list for %sub-commands, like in the patch attached. wdyt? >> Another thing is that the command is a bit slower than 'git log' itself. >> Thoughts on how that could be improved? > I will provide more on a separate email. And r

[Outreachy] Feedback on 'guix git log' subcommand

2021-01-27 Thread Magali
ect: %s". This option works using regular expressions and there are only five placeholders. Is it worth adding more? Another thing is that the command is a bit slower than 'git log' itself. Thoughts on how that could be improved? Cheers, Magali

[Outreachy] Strategy to implement guix git log --pretty=

2021-01-05 Thread Magali
7;guix git log --pretty=', I'd like help with a strategy to parse the string. Any examples, ideas and tips would be really appreciated. Cheers, Magali

Re: [outreachy] Walk through the Git history (guix git {authenticate,log})

2020-12-18 Thread Magali
Hi! On 18/12/2020 12:34, Ludovic Courtès wrote: > Hi Magali, > > Magali skribis: > >> scheme@(guix-user)> (let* ((repo (repository-open cache)) >> (latest-commit >>   (commit-lookup repo (reference-target (repository-head repo) >&g

Re: [outreachy] Walk through the Git history (guix git {authenticate,log})

2020-12-15 Thread Magali
t (C) 1995-2020 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guix-user)>

...

2020-12-12 Thread Magali
m perfect because all the log is traversed > and the list reversed, aside that the first commit is not captured, > etc. But I hope you get the idea. It is a starting point to implement a > draft of: > > guix git log --oneline Understood. I'll start working on it. Magali

Re: [outreachy] Walk through the Git history (guix git {authenticate,log})

2020-12-11 Thread Magali
n that allows us to choose the order the commits will be shown, for instance. Magali

Re: [OUTREACHY-December-2020]: Congratulations to Accepted Interns!

2020-11-23 Thread Magali Lemes
Hi, Raghav. thank you. I'm really looking forward to this internship. Cheers, Magali

Re: Outreachy Applicant: An Introduction

2020-10-20 Thread Magali Lemes
t;> commands - >> like git rebase - and also pay more attention to some of the coding >> guidelines >> in Guix. I have also been on the road of learning some emacs and magit >> tricks. >> As for my next steps, I believe I'll try to fix one of those bugs tagged >> as >> easy. > > > > Cheers, >> Magali. >> >>

Re: Outreachy Applicant: An Introduction

2020-10-13 Thread Magali Lemes
Hi Aniket and Bonface, thank you two for the nice suggestions. That was exactly what I was looking to get started into emacs. Magali Em ter., 13 de out. de 2020 às 21:48, Aniket Patil < aniket112.pa...@gmail.com> escreveu: > Hi Lemes, > > I am also emacs user and Outreachy app

Re: Outreachy Applicant: An Introduction

2020-10-13 Thread Magali Lemes
I will continue trying to package something. I'll probably follow your previous advice and begin with a R package. It seems easier, so hopefully I'll succeed. Cheers, Magali. Em seg., 12 de out. de 2020 às 12:06, zimoun escreveu: > Hi, > > On Mon, 12 Oct 2020 at 13:00, Mag

Re: Outreachy Applicant: An Introduction

2020-10-12 Thread Magali Lemes
ll of your suggestions on how to start contributing. Magali Em sex., 9 de out. de 2020 às 17:10, zimoun escreveu: > Hey Magali, > > Welcome! > And thank you for your interest in Guix. > > On Fri, 9 Oct 2020 at 20:57, Magali Lemes wrote: > > > I already installed the Guix p

Outreachy Applicant: An Introduction

2020-10-09 Thread Magali Lemes
Hi, everyone! My name is Magali, I am an Outreachy applicant interested in the GNU Guix project #1 'Add a subcommand showing GNU Guix history of all packages'. I'm excited about learning more about Guile Scheme and Guix. I'm currently seeing a bit of Scheme in college,