« Réunion du 28-11-2023 » : différence entre les versions

De OSWiki
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
= Changements du code de la semaine=
= Changements du code de la semaine=
* Git master a été déplacé vers  dotnet 6.0 : Mono et .net framework sont maintenant morts et son remplacés par dotnet.
* Git master a été déplacé vers  dotnet 6.0 : Mono et .net framework sont maintenant morts et son remplacés par dotnet. La version actuelle de dotnet est la 8.0, mais la 6.0 est une LTS et sera donc supportée pendant encore au moins un an.
* La branche dotnet6, qui est maintenant "morte".  
* La branche dotnet6, qui est maintenant "morte".  
* Le master précédent avec le code pour .net framework 4.x et Mono est stocké sur une branche appelée Mono-Net4X
* Le master précédent avec le code pour .net framework 4.x et Mono est stocké sur une branche appelée Mono-Net4X
Ligne 17 : Ligne 17 :
= Source=
= Source=
<!--
<!--
[12:09 PM PT]  Ubit Umarov: Welcome :)
[12:09 PM PT]  Ubit Umarov: about last week code changes,  finally we moved  out git master to dotnet 6.0
[12:10 PM PT]  Ubit Umarov: merging into it the branch dotnet6, that now is "dead"
[12:11 PM PT]  Ubit Umarov: the previus master with code for .net framework 4.x and Mono is stored on a branch called Mono-Net4X
[12:13 PM PT]  Clifford.Hanger @alternatemetaverse.com:8002: ok
[12:14 PM PT]  Lyr Lobo: Thank you, Ubit
[12:14 PM PT]  Lyr Lobo: What does this mean for future development?
[12:14 PM PT]  Lyr Lobo: [My apologies, was stepping out of a class]
[12:15 PM PT]  Ubit Umarov: Well Mono and .net framework are now dead, replaced by dontnet
[12:15 PM PT]  Ubit Umarov: so it means we do have a path into future :)
[12:16 PM PT]  Vincent.Sylvester @hg.zetaworlds.com: I made quite a lot of progress on a migration check routine last week, unfortunately in testing for that I noticed that newer versions of Postgres are completely buggered. The migrations themselves fail. So either the migrations need changing, which might break older Postgres versions or need to do version detection and run different migrations.
[12:16 PM PT]  Vincent.Sylvester @hg.zetaworlds.com: I made quite a lot of progress on a migration check routine last week, unfortunately in testing for that I noticed that newer versions of Postgres are completely buggered. The migrations themselves fail. So either the migrations need changing, which might break older Postgres versions or need to do version detection and run different migrations.
[12:17 PM PT]  Clifford.Hanger @alternatemetaverse.com:8002: sounds messy
[12:17 PM PT]  Ubit Umarov: :(
[12:17 PM PT]  Ubit Umarov: ofc current dotnet version is 8.0, but 6.0 is a LTS so will have support for at least another year
[12:18 PM PT]  Ubit Umarov: and we will not rush into last versions, ofc
[12:20 PM PT]  Vincent.Sylvester @hg.zetaworlds.com: Let others work out the bugs first heh
[12:20 PM PT]  Vincent.Sylvester @hg.zetaworlds.com: Let others work out the bugs first heh
[12:22 PM PT]  Vincent.Sylvester @hg.zetaworlds.com: Postgres blowing up did make me look at alternatives again, especially in regards to data structure, but whether having a dual DB structure with mySQL and CouchDB is going to improve performance any I'll have to see. Just seems to me like data that is identified to belong to a user doesn't need to share a large table
[12:22 PM PT]  Vincent.Sylvester @hg.zetaworlds.com: Postgres blowing up did make me look at alternatives again, especially in regards to data structure, but whether having a dual DB structure with mySQL and CouchDB is going to improve performance any I'll have to see. Just seems to me like data that is identified to belong to a user doesn't need to share a large table

Version du 29 novembre 2023 à 01:41

Changements du code de la semaine

  • Git master a été déplacé vers dotnet 6.0 : Mono et .net framework sont maintenant morts et son remplacés par dotnet. La version actuelle de dotnet est la 8.0, mais la 6.0 est une LTS et sera donc supportée pendant encore au moins un an.
  • La branche dotnet6, qui est maintenant "morte".
  • Le master précédent avec le code pour .net framework 4.x et Mono est stocké sur une branche appelée Mono-Net4X

Avertissement

Attention : Ce résumé existe pour orienter vos recherches. Des erreurs d'interprétation ne sont pas à exclure. Pour plus de précisions, veuillez vous référer aux sources ou vous adresser directement aux développeurs d'OpenSimulator en assistant aux réunions du mardi ou sur le canal IRC


Code général

Base de données

Modules

Bugs

Tests

Projets en cours / Infos

Viewers

Source