« Réunion du 28-11-2023 » : différence entre les versions
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: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: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 à 00: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 |