SkyrixFr has quit [Remote host closed the connection]
orkim has quit [Server closed connection]
orkim has joined #kisslinux
avs_origami has quit [Ping timeout: 246 seconds]
geekthattweaks has quit [Quit: Connection closed for inactivity]
riteo has quit [Ping timeout: 245 seconds]
patwid has quit [Server closed connection]
patwid has joined #kisslinux
vova_ is now known as vova
<vova>
Hi everyone
<vova>
the btrfs-progs from community fails to build with this error "error: implicit declaration of function 'inode_includes' [-Wimplicit-function-declaration]"
<vova>
Does anyone knows why ?
<fultilt>
Maybe it needs a newer version of kernel-headers? Just guessing.
<vova>
It was a known issue with btrfs, updating it to the latest version fixed the issue
SkyrixFr has joined #kisslinux
carbsbot has quit [Server closed connection]
carbsbot has joined #kisslinux
fultilt has quit [Quit: WeeChat 3.7.1]
raph_ael has quit [Server closed connection]
raph_ael has joined #kisslinux
zlg has quit [Ping timeout: 252 seconds]
XDream8 has joined #kisslinux
<XDream8>
Hey, I am back and started working on kiss-rs again. Good news is from now on kiss-rs will go to a huge refactor. when I say huge I mean it. First of all I will start with writing a rust API for kiss-rs. Then rewrite some parts of the code as there are some complicated functions like pkg_conflicts which I tried to write it looking at the original kiss(like all other stuff) and made it
<XDream8>
function as similar as possible to original but this has led to a huge mess(i won't mention all the bugs at all). This time I will write the code according to my code style and will avoid looking at the original kiss codes as they make things complicated for me. And lastly I will rewrite the CLI app using the APIs. development may be slow as I don't have much time like the last year but I
<XDream8>
will eventually finish this project :)
lanodan has quit [Server closed connection]
lanodan has joined #kisslinux
XDream8 has quit [Remote host closed the connection]
jmjl has quit [Server closed connection]
jmjl has joined #kisslinux
ella-0 has quit [Server closed connection]
ella-0 has joined #kisslinux
jmjl- has joined #kisslinux
jmjl has quit [Read error: Connection reset by peer]
rfaa has quit [Ping timeout: 264 seconds]
_ctb has quit [Server closed connection]
_ctb has joined #kisslinux
<SkyrixFr>
XDream8: hooray! Do you have a git repo?
XDream8 has quit [Remote host closed the connection]
riteo has joined #kisslinux
thikkl has joined #kisslinux
thikkl has quit [Remote host closed the connection]
midfavila has quit [Server closed connection]
midfavila has joined #kisslinux
avs_origami has joined #kisslinux
akspecs has quit [Server closed connection]
akspecs has joined #kisslinux
vulpine has quit [Server closed connection]
vulpine has joined #kisslinux
angerisagift has quit [Server closed connection]
angerisagift has joined #kisslinux
ElKowar has quit [Server closed connection]
ElKowar has joined #kisslinux
fultilt has joined #kisslinux
riteo has quit [Ping timeout: 244 seconds]
avs_origami has quit [Quit: ]
XDream8 has joined #kisslinux
<XDream8>
I created a new branch named `master` for the refactor and stuff since I will be doing lots and lots of rewrites. this will allow me to better handle the code base.