[arch-general] SQLite Session Extension

2019-07-18 Thread Adam Levy via arch-general
I'm using SQLite extensively for a programming project and today I noticed that sqlite is not built with the Session Extension enabled. https://www.sqlite.org/sessionintro.html https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/sqlite#n30 Interestingly enough, I can us

Re: [arch-general] Why no git --depth=1 option for makepkg?

2018-03-03 Thread Adam Levy via arch-general
> It provides a now dead link because there is a rogue space character > ("Use r"). The following link works: Thank you Tinu Weber. Silly oversight on my part. After reading the discussions in previous feature requests the answer is pretty clear. It could break some packages if used incorrectly a

[arch-general] Why no git --depth=1 option for makepkg?

2018-03-02 Thread Adam Levy via arch-general
Hi I recently came across this closed feature request for a way to perform a shallow clone with makepkg. https://bugs.archlinux.org/task/52957 The closing comment was: Closed by Andrew Gregory (andrewgregory) Monday, 13 February 2017, 17:29 GMT-9 Reason for closing: Won't implement Additional

Re: [arch-general] godep has been deprecated in favor of dep

2018-02-25 Thread Adam Levy via arch-general
I wrote Eli directly thanking him for the information as I had the mailing list digest enabled earlier and so didn't have the thread to respond to. I admit I was a little taken aback by the tone of Eli's response at first but I hear and understand the message and I appreciate the explanation of th

[arch-general] godep has been deprecated in favor of dep

2018-02-24 Thread Adam Levy via arch-general
Hello Today I noticed that as of about 30ish days ago godep ( github.com/tools/godep) has been archived and is no longer supported. The go dev team recommends using dep (github.com/golang/dep) instead. As Arch strives to be as up to date as possible I suggest removing godep from the official repo