IRC channel logs

2020-09-03.log

back to list of logs

***LHLaurini2 is now known as LHLaurini
<fossy>has anyone managed to bootstrap maven
<janneke>fossy: https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00072.html
<janneke>an amazing piece of work by roptat, in guix master now
<janneke>=> https://guix.gnu.org/manual/devel/en/html_node/Build-Systems.html
<fossy>janneke: thanks!!
<janneke>fossy: it's about 110 commits (some are just package updates), starting here = https://git.savannah.gnu.org/cgit/guix.git/commit?id=55b90c90532cd50617fb3dd56173f96de1cbe0b3
<fossy>janneke: cool; i'm looking to implement something like this in void linux
<roptat>fossy: there's maven itself (that I had already bootstrapped, with some help), then the build system that can't work with only maven. The commits you see are the second part
<roptat>Maven needs some plugins, and they normally require at least a plugin to build. I re-implemented the functionalities of the maven-plugin-plugin to be able to build plugins (including a minimal java parser), as well as procodures to deal with pom files, override version numbers in them and install them in a hierarchy that mimics maven's .m2
<dongcarl>Anyone got a link to KnightVM ISA docs?
<stikonas>dongcarl: do you mean this https://github.com/oriansj/stage0/blob/41f99a9ffe36aecc16078051513a589eb13f5af8/High_level_prototypes/defs
<dongcarl>Oh I somewhat vaguely remember there being more detailed docs... But I'm probably misremembering
<stikonas>maybe this https://github.com/oriansj/stage0/blob/7c138543112180cc7171cb21319a77aa3391fa7f/ISA_HEX_Map.org
<stikonas>it seems a bit more detailed