IRC channel logs

2021-08-06.log

back to list of logs

<PurpleSym>ROCm patches, if anyone here wants to take a look: https://issues.guix.gnu.org/49907
<rekado>PurpleSym: excellent!
<rekado>I only have cosmetic comments: some lines are indented with tabs, and there seems to be an encoding problem with the patches you attached (the copyright symbol looks wrong).
<rekado>phases no longer need to end on #t
<rekado>e.g. rocm-comgr
<rekado>in the same package you can use (lambda _ …) instead of binding inputs and native-inputs
<PurpleSym>rekado: All fixed locally, thanks. No idea what is wrong with the encoding. The email looks fine in my client. Time to switch to `git pull` 🚪🚶
<rekado>PurpleSym: what happened to python-jupyterlab at https://issues.guix.gnu.org/39765?
<rekado>oh, pre-built JavaScript…
<PurpleSym>rekado: Yeah. I mean, there’s a node build system and importer now, so it *might* build from “source”, but looking at rstudio-node.scm in guix-science it’s going to be a huge mess.
<PurpleSym>(python-jupyterlab is in guix-science though)