On Wed, 1 Mar 2017 00:23:26 +0100 Ancor Gonzalez Sosa <ancor@suse.de> wrote:
I'm aware of several YaST-related projects during this Hack Week 15. So I though it would be good to collect them all in a thread with a sentence about the outcome/status, just to ensure they are not forgotten. We could also use the thread to mention the non-YaST projects worked by members of the YaST team, just for fun.
I will start with the stuff I worked on
YaST ====
Hi, I try to have more ruby in yast. It have two parts: 1) replace binary y2base with ruby script. It have big advantage, that ruby is no longer embed and instead it is main language and other parts of yast are loaded via binary bindings. As side effect I improve a bit signal handling and now it show popup instead of disappearing. And also now majority of y2base is covered by test units, so it makes future changes easier. https://github.com/yast/yast-ruby-bindings/pull/191 is main entry point for this changes 2) reduce usage of perl. For this part I have less time. In yast2.rpm itself I reduce it to one module on which I work to replace it ( so pull request is still WIP ) - https://github.com/yast/yast-yast2/pull/540 I also play a bit with yast2-users, but it is very tough and complex perl code - https://github.com/yast/yast-users/pull/137 Josef -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org