Discussion:
[gobolinux-devel] Base name error ?
Stéphane Aulery
2017-03-05 22:25:24 UTC
Permalink
Hello,

This code [1] accepts a lot of archive formats but this code is narrower
[2]. Expected ?

[1] https://github.com/gobolinux/Compile/blob/master/Functions/Compile#L88

[2] https://github.com/gobolinux/Scripts/blob/master/Functions/Archive#L7


PS: I explore the code to find a command to test if I can detect broken
urls of recipes.

Regards,
--
Stéphane Aulery
Lucas C. Villa Real
2017-03-06 00:27:23 UTC
Permalink
Post by Stéphane Aulery
Hello,
This code [1] accepts a lot of archive formats but this code is narrower
[2]. Expected ?
[1] https://github.com/gobolinux/Compile/blob/master/Functions/Compile#L88
[2] https://github.com/gobolinux/Scripts/blob/master/Functions/Archive#L7
PS: I explore the code to find a command to test if I can detect broken
urls of recipes.
Regards,
--
Stéphane Aulery
Hi, Stéphane,

Good catch! Sometimes we end up with duplicated code across different
tools. In this particular case, we'll want to move the functionality to
Scripts. I will open a ticket on Github to track this issue until we fix it.

By the way, if you want to play a bit with it, feel free to submit a pull
request. I'll be happy to review it.

Best regards,
Lucas
Stéphane Aulery
2017-03-06 01:47:46 UTC
Permalink
Hi Lucas,
Post by Stéphane Aulery
This code [1] accepts a lot of archive formats but this code is
narrower [2]. Expected ?
[1]
https://github.com/gobolinux/Compile/blob/master/Functions/Compile#L88
<https://github.com/gobolinux/Compile/blob/master/Functions/Compile#L88>
[2]
https://github.com/gobolinux/Scripts/blob/master/Functions/Archive#L7 <https://github.com/gobolinux/Scripts/blob/master/Functions/Archive#L7>
PS: I explore the code to find a command to test if I can detect
broken urls of recipes.
Good catch! Sometimes we end up with duplicated code across different
tools. In this particular case, we'll want to move the functionality to
Scripts. I will open a ticket on Github to track this issue until we fix it.
By the way, if you want to play a bit with it, feel free to submit a
pull request. I'll be happy to review it.
Thanks, why not!

My main PC under Debian crashed a year ago and since I'm on Windows, but
I'd like to come back under Linux.

I did a lot of sorting bugs and tried to learn the packaging for Debian
but it is extremely complicated. It's two episodes showed me that it's
really a shame not to have the software directly as published by the
original author with a more transparent organization. That's why
GoboLinux attracted me. I am also interested in OpenBSD, its solid
documentation and its innovative idea.

Right now, I'm starting a new job, but I'll try to get involved a bit,
knowing I have other open source projects I'm contributing to.

Regards,
--
Stéphane Aulery
Lucas C. Villa Real
2017-03-06 02:10:07 UTC
Permalink
Post by Stéphane Aulery
Hi Lucas,
Post by Stéphane Aulery
This code [1] accepts a lot of archive formats but this code is
narrower [2]. Expected ?
[1]
https://github.com/gobolinux/Compile/blob/master/Functions/C
ompile#L88
<https://github.com/gobolinux/Compile/blob/master/Functions/
Compile#L88>
[2]
https://github.com/gobolinux/Scripts/blob/master/Functions/Archive#L7
<https://github.com/gobolinux/Scripts/blob/master/Functions/Archive#L7>
PS: I explore the code to find a command to test if I can detect
broken urls of recipes.
Good catch! Sometimes we end up with duplicated code across different
tools. In this particular case, we'll want to move the functionality to
Scripts. I will open a ticket on Github to track this issue until we fix it.
By the way, if you want to play a bit with it, feel free to submit a
pull request. I'll be happy to review it.
Thanks, why not!
My main PC under Debian crashed a year ago and since I'm on Windows, but
I'd like to come back under Linux.
I did a lot of sorting bugs and tried to learn the packaging for Debian
but it is extremely complicated. It's two episodes showed me that it's
really a shame not to have the software directly as published by the
original author with a more transparent organization. That's why GoboLinux
attracted me. I am also interested in OpenBSD, its solid documentation and
its innovative idea.
Right now, I'm starting a new job, but I'll try to get involved a bit,
knowing I have other open source projects I'm contributing to.
Regards,
Perfect. We'll be here to help you get traction on all things related to
the distro.

Lucas

Loading...