*** hhhhhhhh has quit IRC | 00:31 | |
*** mhe has quit IRC | 00:59 | |
*** tilman has quit IRC | 01:03 | |
*** tilman has joined #crux | 01:05 | |
*** fengshaun has quit IRC | 01:43 | |
*** fengshaun has joined #crux | 01:56 | |
*** SiFuh has quit IRC | 02:56 | |
*** SiFuh has joined #crux | 03:03 | |
*** BitPuffin has quit IRC | 03:06 | |
*** mavrick61 has quit IRC | 03:25 | |
*** _mavrick61 has joined #crux | 03:27 | |
*** SiFuh has quit IRC | 03:45 | |
*** BitPuffin has joined #crux | 03:55 | |
*** SiFuh has joined #crux | 04:06 | |
*** BitPuffin has quit IRC | 04:14 | |
*** BitPuffin has joined #crux | 04:16 | |
*** BitPuffin has quit IRC | 04:21 | |
*** SiFuh has quit IRC | 04:27 | |
*** JSchilli1 has quit IRC | 04:29 | |
*** SiFuh has joined #crux | 04:39 | |
*** BitPuffin has joined #crux | 05:17 | |
*** BitPuffin has quit IRC | 05:22 | |
*** Feksclaus has quit IRC | 05:56 | |
diverse | z3bra: thanks for updating utox | 06:02 |
---|---|---|
*** phant0mas has joined #crux | 06:20 | |
*** phant0mas has quit IRC | 06:20 | |
*** rud_ has joined #crux | 06:21 | |
*** SiFuh has quit IRC | 06:24 | |
diverse | Romster: https://github.com/guruverse/metapkg/commit/9cd5284b6692cd642b86149e1557a6026aebdcf3 | 06:45 |
Romster | just got home i'm cooking dinner | 06:47 |
Romster | isize? | 06:47 |
Romster | difference between that and int? | 06:47 |
diverse | int was a pointer to arch size, so on 32-bit operating systems it's i32, on 64-bit it's i64, "isize" is a bit more discriptive | 06:50 |
diverse | {u,}int is fading out in favor of {u,i}size | 06:50 |
diverse | Romster: also when you compile with alpha, a lot of "marked unstable" warning will flow out, that's normal. | 06:53 |
RobinStamer | What header provides those? I know stdint.h gives us stuff like uint64_t, nothing that gives i64 though. | 06:58 |
diverse | I'm not using C | 06:59 |
RobinStamer | Ah | 06:59 |
diverse | you might want to check out my readme.md ;) | 07:00 |
*** BitPuffin has joined #crux | 07:06 | |
*** BitPuffin has quit IRC | 07:11 | |
*** pal_bth has joined #crux | 08:13 | |
*** rud_ has quit IRC | 08:25 | |
*** BitPuffin has joined #crux | 08:55 | |
*** BitPuffin has quit IRC | 08:59 | |
diverse | Romster: so I made another macro for checking files and directories instead: https://github.com/guruverse/metapkg/commit/5a6a4f9cd7d50b25d3ffc9fb85c07e47f96e7ba7 | 09:29 |
diverse | and also lined up some code so it looked easier to read | 09:29 |
diverse | RobinStamer: does C have error unwinding? | 09:35 |
Romster | don't macros only make sense if it's used in more than one function? | 09:54 |
Romster | unless it's planned to be used also in a verity command. | 09:55 |
Romster | verify* | 09:55 |
diverse | it only makes sense to reduce code duplication, however I used it to avoid the value moving I had did before and I wanted it to return on error instead of panicking. | 09:57 |
Romster | ah | 09:58 |
Romster | kinda like a goto workaround | 09:58 |
diverse | actually it was because I wrapped the variables in an array and iterated through them, their values became "moved" and therefore inaccessable in later usage. It was more of a for loop workaround. | 10:01 |
diverse | it's how rust iterators work | 10:03 |
Romster | sounds like a hack to get around a hack | 10:03 |
diverse | no, just a hack ;) | 10:04 |
Romster | but then i don't know a lot about rust | 10:04 |
diverse | also what I did is, I check for all the files or directories first, if none were found, they they all get printed and the program exits | 10:08 |
Romster | ah | 10:10 |
diverse | by "all" I mean the ones that were not found | 10:10 |
Romster | hope you also check permissions like have write access. | 10:10 |
diverse | just their existance right now | 10:11 |
Romster | not fool proof. | 10:11 |
diverse | that's another thing I got to figure out later | 10:11 |
Romster | something i have learned never assume. | 10:11 |
Romster | always comes back to bite ya in the arse. | 10:12 |
diverse | it's still work-in-progress | 10:12 |
Romster | true | 10:12 |
Romster | just saying. | 10:12 |
Romster | i'm gonna try and do some to my version sort stuff and make it more usable. | 10:13 |
diverse | I would also love to have some contributors who can figure out better ways to write stuff | 10:14 |
diverse | I guess leo could be a candidate | 10:16 |
Romster | hhhhhhh ? seems to be smart in rust? | 10:17 |
diverse | ah, he is busy with his stuff unfortunately. So he is more of a local mentor | 10:19 |
Romster | oh | 10:19 |
diverse | Romster: the more I thought about it, I realized I can use a generic function instead. | 10:46 |
diverse | anyway need sleep, ttyl | 10:48 |
Romster | ok g'night diverse | 10:49 |
*** BitPuffin has joined #crux | 10:55 | |
*** BitPuffin has quit IRC | 11:23 | |
*** alancio has joined #crux | 11:24 | |
*** BitPuffin has joined #crux | 11:29 | |
*** leo-unglaub has joined #crux | 11:41 | |
*** alancio has quit IRC | 11:42 | |
*** xeirrr has joined #crux | 11:43 | |
*** z3bra has quit IRC | 12:32 | |
*** z3bra has joined #crux | 12:34 | |
*** z3bra has quit IRC | 12:34 | |
*** z3bra has joined #crux | 12:34 | |
*** BitPuffin has quit IRC | 13:09 | |
*** jdolan has quit IRC | 13:37 | |
*** jdolan has joined #crux | 14:01 | |
*** xeirrr has quit IRC | 14:05 | |
*** BitPuffin has joined #crux | 14:05 | |
*** jdolan has quit IRC | 14:06 | |
*** BitPuffin has quit IRC | 14:10 | |
*** jdolan has joined #crux | 14:32 | |
*** pal_bth has quit IRC | 14:32 | |
*** fengshaun has quit IRC | 14:54 | |
*** toriso has quit IRC | 15:00 | |
*** Feksclaus has joined #crux | 15:05 | |
*** fengshaun has joined #crux | 15:15 | |
*** jue has quit IRC | 15:34 | |
*** jue has joined #crux | 15:41 | |
*** mhe has joined #crux | 15:43 | |
*** SiFuh has joined #crux | 15:44 | |
*** SiFuh has quit IRC | 16:13 | |
*** fengshaun has quit IRC | 16:32 | |
*** BitPuffin has joined #crux | 16:48 | |
*** fengshaun has joined #crux | 16:54 | |
*** kori has quit IRC | 17:42 | |
*** lnds has joined #crux | 17:48 | |
*** leo-unglaub has quit IRC | 17:59 | |
cruxbot | [opt.git/3.1]: nano: install syntax files (FS#1115) | 18:00 |
cruxbot | [core.git/3.1]: automake: update to 1.15 | 18:03 |
*** BitPuffin has quit IRC | 18:22 | |
*** JSchilli1 has joined #crux | 18:27 | |
*** BitPuffin has joined #crux | 18:42 | |
*** pal_bth has joined #crux | 19:33 | |
*** pal_bth has quit IRC | 19:49 | |
diverse | anybody got some vim themes they recommend? | 21:11 |
*** jdolan has quit IRC | 21:19 | |
*** hhhhhhhh has joined #crux | 21:31 | |
jaeger | zenburn is my preferred one. solarized and inkpot are nice, too | 22:13 |
tilman | frinnst: those kernel hangs you raged about a while ago... those were not graphics related, were they? | 22:31 |
*** lnds has quit IRC | 22:46 | |
jaeger | diverse: just played a bit of Xenoblade Chronicles on my steam box with dolphin and the PS3 controller, very happy with that setup | 23:24 |
diverse | very cool | 23:38 |
diverse | Romster: I removed the macro | 23:43 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!