-
jclulow
nbjoerg: I'm not sure what you mean
-
freakazoid332
all 'teh hype around rust afaict
-
jclulow
Things can be both good _and_ popular at the same time; the people working on Rust are generally quite focused on making software that solves problems for them and others
-
nbjoerg
jclulow: it's the most loved language according to various polls, but hardly anyone actually uses it to earn money
-
nbjoerg
i.e. the hype is vastly disproportional to the actual impact of the language
-
papertigers
When one is making changes and using "dmake install". Can I run onbld with just NIGHTLY_OPTIONS="-p" to get packages in /build/foo/packages/*
-
papertigers
Or is there an easier way to build a specific package?
-
tsoome
you can run incremental build, or you can run dmake install in usr/src/pkg.
-
papertigers
ty
-
tsoome
of course, this is only good for dev time testing, final test/build should be full nightly.
-
papertigers
yep, I just wanted to expose packages over local nfs and be able to update a test VM via onu more quickly
-
tsoome
I knew we still have ppc related code around:) #elif defined(__ppc)
-
sjorge
Should I poke people for
code.illumos.org/c/illumos-gate/+/2565 or just wait, I'm guessing it being end of year people are just busy
-
fenix
→ CODE REVIEW 2565: 15271 want tunable to force viona to always copy tx buffers (NEW) |
illumos.org/issues/15271
-
rmustacc
sjorge: Did you mail illumos-developer?
-
rmustacc
I didn't see that there and most folks are looking for an e-mail to know about a thing to review.
-
richlowe
yes, without us being all gerrit all the time, you need to email or nobody notices
-
richlowe
tsoome: if that counts we still have pdp11 and 3b2 code around as well
-
tsoome
:)
-
richlowe
a motivated person with the good unifdef could do wonders
-
sjorge
rmustacc richlowe I did not, it wasn't clear to me if it was just to RTI or also request to review
-
sjorge
It's late here now so I'll send one once i'm back behind a computer
-
richlowe
it's just that gerrit is kinda half way still, so it doesn't really notify anyone yet.
-
richlowe
unless
-
richlowe
you do it on purpose
-
sjorge
Ah right! I think last time I added the 2 people that wanted to review it via gerrit
-
sjorge
I guess that triggers the e-mail notifications
-
sjorge
Thanks tsoome for providing nice template emails in my mailbox :D
-
jclulow
Yeah if you add someone explicitly to review they get mail
-
Smithx10
Happy Holidays Folks
-
richlowe
tsoome: thanks for the ident thing, I as going to do that myself soon
-
richlowe
maybe we can slack off with strtab compression by default -- it's real slow -- if we don't potentially blow out .comment with those
-
gitomat
[illumos-gate] 15286 do_composition() needs sign awareness -- Dan McDonald <danmcd⊙mi>