Chat log from the meeting on 2019-01-22

From OpenSimulator

Jump to: navigation, search

[11:04] Andrew.Hellershanks @hg.osgrid.org: Hello, everyone.
[11:07] Sheera Khan: A question regarding the changes in libomv... those are only in 0.9.1 as those libs are shipped together with OpenSim, right?
[11:07] Ubit Umarov: ahh help Andrew!
[11:07] Ubit Umarov: only 0.9.1 and specific to 0.9.1
[11:07] Ubit Umarov: im not caring about other uses of that libomv
[11:08] Ubit Umarov: so far other things may use it, but there where functions rename etc
[11:08] Sheera Khan: 0.9.0 ships it's own set of libs which are older, I see
[11:08] Ubit Umarov: and some removed etc
[11:08] Gavin.Hird @grid.xmir.org:8002: where is the repository you build from?
[11:08] Ubit Umarov: on my disk
[11:09] Gavin.Hird @grid.xmir.org:8002: wow
[11:09] Gavin.Hird @grid.xmir.org:8002: why?
[11:09] Ubit Umarov: takes a lot of time to build from a remote disk
[11:09] Ubit Umarov: :p
[11:09] Kayaker Magic: I have a question for today: I would like to create a patch for Mantis 8135 so I can apply it to a different branch of 0.8.2.
[11:09] Gavin.Hird @grid.xmir.org:8002: you just sync your changes to a remot
[11:09] Gavin.Hird @grid.xmir.org:8002: remote
[11:10] Gavin.Hird @grid.xmir.org:8002: don't you thin people need to see what changes you make to the libs?
[11:10] Ubit Umarov: https://bitbucket.org/opensimulator/libopenmetaverse
[11:10] Kayaker Magic: This is a bug that caused llListen to fail after a long time, some system resource got used up.
[11:11] Kayaker Magic: There is no patch, Ubit just fixed it in master.
[11:11] Ubit Umarov: im keeping that repo in sync, of course
[11:11] Kayaker Magic: So I was thinking of asking git to back my copy up to just before that fix, then just after, and take a diff of the two.
[11:12] Ubit Umarov: i also have it on my personal github
[11:12] Kayaker Magic: So Ubit, do you recall what source files were involved in fixing that Mantis 8135?
[11:12] Ubit Umarov: don't even recall 8135 :)
[11:13] Kayaker Magic: Which is why we have the mantis database!
[11:13] Kayaker Magic: And the comments in the source code, of course.
[11:14] Ubit Umarov: but the comit with the fix most likely says mantis 8135
[11:15] Kayaker Magic: Is there a way to ask git "What files were changed in commit X?"
[11:15] Ubit Umarov: yes
[11:16] Ubit Umarov: i use tortoise and it lists
[11:16] Ubit Umarov: if you go to that bitbucket it also lists the changes
[11:16] Ubit Umarov: comand line is harder
[11:16] Kayaker Magic: I'm on Linux
[11:17] Ubit Umarov: guess there are gui tools for git on linux
[11:17] Ubit Umarov: but just used bitbucket
[11:18] Ubit Umarov: it lists commits, then on each the changed files and diff
[11:18] Ubit Umarov: all those things really use git comand line.. but well
[11:18] Bill Blight: well for the main code the opensim view git shows the commits
[11:19] Ubit Umarov: yeap that also
[11:19] Ubit Umarov: our mirror at github also
[11:19] Bill Blight: http://opensimulator.org/viewgit/?a=shortlog&p=opensim
[11:20] Ubit Umarov: well.. put the ode locks back, for now -- sniff sniff sniff
[11:21] Ubit Umarov: but ode crashes where funny while i took them out :p
[11:21] Ubit Umarov: xii so many particles there Bill
[11:22] Bill Blight: hehe
[11:22] Bill Blight: yes and they are still working
[11:24] Ubit Umarov: for(int i=0; i < 10000; ++i) SendIm("Andrew Hellershanks","Hello);
[11:26] Ubit Umarov: well now i did flood him
[11:27] Bill Blight: so anybody from Core want to contribute to the Opensimulator booth, on Opensim Fest, or does nobody care ..
[11:27] Leighton.Marjoram @grid.outandproud.life:8002: or too busy
[11:27] Ubit Umarov: isn't that months way ?
[11:27] Leighton.Marjoram @grid.outandproud.life:8002: march 1st
[11:28] Ubit Umarov: ill try to be there
[11:28] Bill Blight: I put down a base for an opensimulator booth, just to get started
[11:29] Ubit Umarov: good i will sit on it
[11:30] Ubit Umarov: if andrew also goes we can mk it a itenerant booth.. andrew will carry it around at his back
[11:30] Kayaker Magic flüstert: Months away? It is in March. Seems to be approaching like a freight train to me! March is right around the corner!
[11:31] Leighton.Marjoram @grid.outandproud.life:8002: Nods @ Kayaker
[11:34] Kayaker Magic: I think Andrew is still on the phone.
[11:38] Sheera.Khan @hypergrid.org:8002: @Ubit: I didn't get the git-commit "message give up on Lazy<T> (UbitUmarov) ". What did you mean by that?
[11:38] Sheera.Khan @hypergrid.org:8002: Lazy <T>?
[11:38] Ubit Umarov: its a thingy
[11:39] Ubit Umarov: we have opensim version, libovm version and .net one
[11:39] Ubit Umarov: i just stopped using any :p
[11:39] Ubit Umarov: did not made much sense where we where using it
[11:40] Ubit Umarov: and that thingy does delayed creation of an object till first use
[11:40] Sheera.Khan @hypergrid.org:8002: ahhh
[11:40] Ubit Umarov: we where using it on lists
[11:41] Ubit Umarov: not much sense at all
[11:41] Ubit Umarov: i just replaced it by if(list == null ) list = new list
[11:41] Ubit Umarov: simpler
[11:42] Gavin.Hird @grid.xmir.org:8002: Has anyone heard from Vivox?
[11:43] Bill Blight: mid week at last report
[11:43] Bill Blight: they are fixing it
[11:43] Gavin.Hird @grid.xmir.org:8002: so no word on which client version to use?
[11:43] Bill Blight: It was working last night for a while
[11:44] Ubit Umarov: guess you will need to use the last that supports linux until they kill it also
[11:44] Ubit Umarov: well at least for linux builds :)
[11:47] Gavin.Hird @grid.xmir.org:8002: New viewer builds here https://www.dayturn.com/viewer/index.php?resources/
[11:48] Gavin.Hird @grid.xmir.org:8002: the 1.0.5 RLV version is due tomorrow
[11:48] Gavin.Hird @grid.xmir.org:8002: RLV is always a hairy beast

Personal tools
General
About This Wiki