Re: [yast-devel] yast style guide

2008-03-31 Thread Arvin Schnell
On Thu, Mar 27, 2008 at 03:11:50PM +0100, Arvin Schnell wrote: On Tue, Mar 25, 2008 at 12:51:27PM +0100, Martin Schmidkunz wrote: Hi everybody, after some discussion and work I would like to present a first draft of a YaST style guide to you: I am looking forward to you comments

Re: [yast-devel] yast style guide

2008-04-01 Thread Arvin Schnell
On Tue, Mar 25, 2008 at 12:51:27PM +0100, Martin Schmidkunz wrote: Hi everybody, after some discussion and work I would like to present a first draft of a YaST style guide to you: I am looking forward to you comments! - A mistake: On page 6 it reads that the back button leads to the

Re: [yast-devel] Time for a change: Let's rename YaST

2008-04-02 Thread Arvin Schnell
On Wed, Apr 02, 2008 at 02:15:17PM +0200, Lukas Ocilka wrote: Hmm, well, I just wanted to know opinions on the newly proposed name. There are a lot of reasons to rename it but I wanted to hear also opinions why not to do so. For instance: If we rename it to openYAST but don't change anything

Re: [yast-devel] yast style guide

2008-04-02 Thread Arvin Schnell
On Tue, Mar 25, 2008 at 12:51:27PM +0100, Martin Schmidkunz wrote: Hi everybody, after some discussion and work I would like to present a first draft of a YaST style guide to you: http://en.opensuse.org/Image:Ysg.pdf I am looking forward to you comments! - On page 20 the comboboxs miss

Re: [yast-devel] YaST and kexec

2008-04-07 Thread Arvin Schnell
On Mon, Apr 07, 2008 at 04:33:41PM +0200, Jozef Uhliarik wrote: On Monday 07 April 2008 16:01:06 you wrote: Hi, normally I don't criticise other peoples code but I just saw the kexec code in YaST. Just a call kexec -e! The current program and kernel is gone: No umount, no sync, no SCR

Re: [yast-devel] new builtin sublist

2008-04-09 Thread Arvin Schnell
On Wed, Apr 09, 2008 at 03:07:00PM +0200, Duncan Mac-Vicar Prett wrote: Arvin Schnell wrote: * @usage sublist ([ a, b, c], 0) - [ a, b, c ] * @usage sublist ([ a, b, c], 2) - [ c ] It does not beat ruby's elegance. ;-) Neither does it beat python's slice syntax elegance ;-) s

Re: [yast-devel] YaST2 meeting Prague - 8.4.2008

2008-04-10 Thread Arvin Schnell
On Thu, Apr 10, 2008 at 07:52:18AM +0200, Michal Zugec wrote: Log compression The y2logs in /var/log/YaST2 can be very large (20-30MB), but they compress very well. Now they're compressed with gzip (FaTE#300637) I can't see code in clients/copy_logs_finish.ycp to

Re: [yast-devel] new YCP builtins

2008-06-04 Thread Arvin Schnell
On Wed, Jun 04, 2008 at 04:04:15PM +0200, Lukas Ocilka wrote: Arvin Schnell wrote: Hi YCP-Hackers, I've used some ITO time to implement two new YCP builtins: 1. splitlist (var x, list, block using x) Takes a list and a predicate function and splits the list where

Re: [yast-devel] new YCP builtins

2008-06-05 Thread Arvin Schnell
On Thu, Jun 05, 2008 at 10:16:27AM +0200, Martin Vidner wrote: I recognize that new functions make programming easier, so I would like to see more of them. On the other hand, new builtins come in the global namespace and thus create conflict with existing identifiers (it has been the case

Re: [yast-devel] DnsServerAPI.pm

2008-06-12 Thread Arvin Schnell
On Tue, Jun 10, 2008 at 01:21:22PM +0200, Lukas Ocilka wrote: The current DnsServerAPI module works without yast2-dns-server being installed. First time it is used, it reports (into log) that the package is not installed and that the dns-related functions will not work. I like that

Re: [yast-devel] Request for new Builtin

2008-06-13 Thread Arvin Schnell
On Fri, Jun 13, 2008 at 02:58:48PM +0200, Ladislav Slezak wrote: Hi, Arvin Schnell wrote: Hi, it's ITO Friday again and I would like to add a tiny builtin to YCP. integer::range(integer n) integer::range(integer s, integer n) [...] Do we really need a new builtin

Re: [yast-devel] Request for new Builtin

2008-06-13 Thread Arvin Schnell
On Fri, Jun 13, 2008 at 02:43:55PM +0200, Arvin Schnell wrote: Hi, it's ITO Friday again and I would like to add a tiny builtin to YCP. integer::range(integer n) I have now added that one as Integer::Range in Integer.ycp. ciao Arvin -- To unsubscribe, e-mail: [EMAIL PROTECTED

[yast-devel] reduce builtin

2008-06-20 Thread Arvin Schnell
Hi, it's ITO Friday again. I still have an improved patch for the reduce function (http://en.wikipedia.org/wiki/Reduce_%28higher-order_function%29) lying around (see attachment). It adds two versions of the function: 1) One that takes an initial value. integer sum = list::reduce(integer x,

Re: [yast-devel] reduce builtin

2008-06-20 Thread Arvin Schnell
On Fri, Jun 20, 2008 at 01:02:31PM +0200, Martin Vidner wrote: On Fri, Jun 20, 2008 at 10:01:16AM +0200, Arvin Schnell wrote: it's ITO Friday again. I still have an improved patch for the reduce function (http://en.wikipedia.org/wiki/Reduce_%28higher-order_function%29) lying around (see

[yast-devel] Important Changes to Storage

2008-08-03 Thread Arvin Schnell
) or crash (if they don't check for proper initialisation). Comments for improvement to the situation are welcome. ciao Arvin -- Arvin Schnell, [EMAIL PROTECTED] Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail

Re: [yast-devel] Important Changes to Storage

2008-08-03 Thread Arvin Schnell
On Sun, Aug 03, 2008 at 05:08:02PM +0200, Arvin Schnell wrote: Hi Hackers, for fate #302971 I had to implement a lock for libstorage. This has some consequences for everyone using storage in YaST. Two more notes: - In trunk/storage/libstorage/examples you can find the program TestLock

Re: [yast-devel] use ALog::Item

2008-08-06 Thread Arvin Schnell
On Wed, Aug 06, 2008 at 05:41:49PM +0200, Martin Vidner wrote: On Wed, Aug 06, 2008 at 04:57:13PM +0200, Michael Andres wrote: On Wed, Aug 06, Martin Vidner wrote: ALog::Item(/etc/ntp.conf: added 'server ntp.example.org') ALog::Item(enabled /etd/init.d/ntp) ALog::Item(started

Re: [yast-devel] use ALog::Item

2008-08-08 Thread Arvin Schnell
On Thu, Aug 07, 2008 at 03:20:53PM +0200, Martin Vidner wrote: On Wed, Aug 06, 2008 at 05:53:58PM +0200, Arvin Schnell wrote: On Wed, Aug 06, 2008 at 05:41:49PM +0200, Martin Vidner wrote: On Wed, Aug 06, 2008 at 04:57:13PM +0200, Michael Andres wrote: Isn't this what the loglevel 6

Re: [yast-devel] use ALog::Item

2008-08-09 Thread Arvin Schnell
On Wed, Aug 06, 2008 at 05:53:58PM +0200, Arvin Schnell wrote: On Wed, Aug 06, 2008 at 05:41:49PM +0200, Martin Vidner wrote: On Wed, Aug 06, 2008 at 04:57:13PM +0200, Michael Andres wrote: On Wed, Aug 06, Martin Vidner wrote: ALog::Item(/etc/ntp.conf: added 'server ntp.example.org

Re: [yast-devel] Enforcing okButton and cancelButton

2008-09-04 Thread Arvin Schnell
On Thu, Sep 04, 2008 at 03:45:36PM +0200, Stefan Hundhammer wrote: On Donnerstag, 4. September 2008, Jiří Suchomel wrote: Because of this: // Most YCP developers never use the return value of UI::OpenDialog(). That is a fact, and it was meant as a statement of fact. But... What should I

Re: [yast-devel] Enforcing okButton and cancelButton

2008-09-04 Thread Arvin Schnell
On Thu, Sep 04, 2008 at 04:09:40PM +0200, Lukas Ocilka wrote: Arvin Schnell wrote: On Thu, Sep 04, 2008 at 03:45:36PM +0200, Stefan Hundhammer wrote: On Donnerstag, 4. September 2008, Jiří Suchomel wrote: Because of this: // Most YCP developers never use the return value of UI::OpenDialog

[yast-devel] Minutes of Nürnber g YaST meeting 2008-10-07

2008-10-07 Thread Arvin Schnell
Minutes of Nürnberg YaST meeting 2008-10-07 --- Present: aschnell, dmacvicar, gs, jdsn, ma, mantel, schubi, sh, snwint, tgoettlicher Minutes: aschnell - Beta 3 deadline is coming. - Usual complains about the amount of bug reports and the

[yast-devel] Blinking Abort Button

2008-11-12 Thread Arvin Schnell
and Wizard::AbortInstallationAcceptButtonBox and those functions are never used. Any ideas before I have to insert milestones at random places and run the live installation? ciao Arvin -- Arvin Schnell, [EMAIL PROTECTED] Software Engineer, Research Development SUSE LINUX Products GmbH, GF

Re: [yast-devel] Use URL::HidePassword() when logging an URL

2008-11-26 Thread Arvin Schnell
On Wed, Nov 26, 2008 at 11:47:53AM +0100, Stefan Hundhammer wrote: On Mittwoch, 26. November 2008, Ladislav Slezak wrote: And of course, this won't help if Y2DEBUG is enabled. We would need a new datatype or a flag in the interpreter to fix it with Y2DEBUG enabled. I don't think this can

[yast-devel] libycp and iterators

2009-01-07 Thread Arvin Schnell
Hi, I have made some changes to libycp most of you don't have to care about: The iterators for YCPMap and YCPList are now not self defined classes anymore but simply typedefs for the STL iterators. Thus they provide more operators now (e.g. operator--) and are better usable for STL algorithms

[yast-devel] Nürnber g YaST team meeting minutes 2009-02-24

2009-02-24 Thread Arvin Schnell
early. Possibly solution: Migrate to git. We all wish Duncan a quick recovery. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: yast-devel+unsubscr

Re: [yast-devel] Install packages by supplements from YCP?

2009-02-25 Thread Arvin Schnell
On Wed, Feb 25, 2009 at 02:42:39PM +0100, Ladislav Slezak wrote: is it possible to install packages from YCP by using the supplements information? E.g. xfsprogs.spec contains Supplements: filesystem(xfs). I want to do something like this: Package::InstallAll([filesystem(xfs)]);

[yast-devel] Change to Storage Target Map

2009-05-07 Thread Arvin Schnell
. That probing has caused bugs in the past. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: yast-devel+unsubscr...@opensuse.org For additional commands, e

[yast-devel] yast2-storage and libstorage

2009-06-03 Thread Arvin Schnell
Hi, for those compiling yast from svn: libstorage is now a own project and not included in the yast svn anymore. Currently you can find libstorage: - buildservice project YaST:Head package libstorage - git.opensuse.org/project/libstorage ciao Arvin -- To unsubscribe, e-mail:

Re: [yast-devel] yast2 firstboot issue ...

2009-06-18 Thread Arvin Schnell
stage of normal installation. In that case hal and dbus are started by the YaST start scripts (in S06-services). ciao Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e

Re: [yast-devel] Is it allowed to modify one same list via foreach?

2009-12-02 Thread Arvin Schnell
is made. AFAIR even in an efficient way using reference counting. ciao Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: yast-devel+unsubscr...@opensuse.org

[yast-devel] questions concerning yast2-testsuite

2009-12-11 Thread Arvin Schnell
changes to the files from the testsuite skeleton? Also I would like to change testsuite.exp to run all tests even after a failure. Objections? -foreach file $filenames { - if {[testsuite-run $file] 0} { -return - } -} +foreach file $filenames { testsuite-run $file } caio Arvin -- Arvin

Re: [yast-devel] questions concerning yast2-testsuite

2009-12-11 Thread Arvin Schnell
On Fri, Dec 11, 2009 at 11:52:40AM +0100, Klaus Kaempf wrote: * Arvin Schnell aschn...@suse.de [Dec 11. 2009 11:44]: Hi, I have some problems with the yast2 testsuite. When I run tests in storage y2base cannot find the libstorage bindings since they are not installed in the system

Re: [yast-devel] questions concerning yast2-testsuite

2009-12-11 Thread Arvin Schnell
On Fri, Dec 11, 2009 at 12:40:11PM +0100, Martin Vidner wrote: Yes, this gets overwritten. But the testsuite is one part of classic YaST where I plan to do actual new development, having seen in rubyland that it does not have to be just a nusisance. So, let's work on fixing that. Do you

[yast-devel] Y2DIR can contain multiple paths now

2009-12-18 Thread Arvin Schnell
Hi, Y2DIR can contain multiple paths separated by : now. If you encounter any problems let me know. ciao Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: yast

[yast-devel] NFSv4 in storage target-map

2010-01-20 Thread Arvin Schnell
: 49542144, type : `nfs, used_fs : `nfs4 ] ], type : `CT_NFS ] ciao Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: yast-devel

Re: [yast-devel] branches?

2010-07-05 Thread Arvin Schnell
On Fri, Jul 02, 2010 at 10:05:25AM +0200, Arvin Schnell wrote: Hi, how about making branches for openSUSE 11.3 and Code11 SP2? Some hackers here always had strong opinions about branching but I cannot recall those. Since there was no response I created a SuSE-Linux-11_3-Branch branch

Re: [yast-devel] Direction of YaST Architecture?

2011-01-31 Thread Arvin Schnell
On Mon, Jan 31, 2011 at 10:53:51AM +0100, Klaus Kaempf wrote: Arvin, thanks a lot for stepping forward and starting this dicussion ! * Arvin Schnell aschn...@suse.de [Jan 28. 2011 16:50]: So what seems desirable and feasible? Some ideas: Which goals would you achieve

Re: [yast-devel] Direction of YaST Architecture?

2011-02-01 Thread Arvin Schnell
it is possible to use try import and simply reduce the functionality at runtime. ciao Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: yast-devel+unsubscr

Re: [yast-devel] WIP in SVN

2011-06-15 Thread Arvin Schnell
this problem right now: After a tiny change I cannot make a new package for factory. Please make a new package by Friday for the next milestone. ciao Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild

Re: [yast-devel] Re: [yast-commit] r66442 - /trunk/add-on-creator/src/AddOnCreator.ycp

2011-10-14 Thread Arvin Schnell
it anyway, so it would be futile. What programms cannot handle the quotes? The shell parses the string so this should not confuse any program. Or wasn't .target.bash used in thoses cases? ciao Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX

Re: [yast-devel] y2dir ?

2012-02-16 Thread Arvin Schnell
to follow the same structure as in /usr/share/YaST2. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany

Re: [yast-devel] unable to kill off IMSM dialog box

2012-02-24 Thread Arvin Schnell
a kernel parameter of LIBSTORAGE_IMSM_DRIVER=mdadm or =IMSM_MDADM--no luck. LIBSTORAGE_IMSM_DRIVER=mdadm should work. Which version of SUSE are you using? Can you provide the YaST logs? Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE

Re: [yast-devel] Snapper: Missing directory /.snapshots makes snapper fail

2012-03-27 Thread Arvin Schnell
? Snapper creates that directory (as a subvolume) when you call snapper create-config ... as YaST does during installation. Perhaps the complete snapper.log shows why that failed. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX

Re: [yast-devel] libxcrypt and and other reasons for build failures

2012-03-28 Thread Arvin Schnell
On Wed, Mar 28, 2012 at 01:53:20PM +0200, Jiri Suchomel wrote: Dne St 28. března 2012 12:31:13, Gabriele Mohr napsal(a): Am 26.03.2012 14:45, schrieb Lukas Ocilka: On 03/26/2012 02:40 PM, Jiri Suchomel wrote: Dne Po 26. března 2012 14:17:09, Arvin Schnell napsal(a): Not really related

Re: [yast-devel] Re: YCP substring() Was: YCP String operator [] and UTF-8

2012-04-03 Thread Arvin Schnell
/tdg/substring-rest.html YCP has the function lsubstring: http://doc.opensuse.org/projects/YaST/openSUSE11.3/tdg/lsubstring-rest.html For many functions though there is no UTF-8 aware version, e.g. search, tolower, deletechars, findfirstof, ... Regards, Arvin -- Arvin Schnell, aschn

Re: [yast-devel] YCP String operator [] and UTF-8

2012-04-10 Thread Arvin Schnell
that it changes to ABI of libycp, so you have to recompile a lot of stuff. Comments? Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg

Re: [yast-devel] Table sorting and locales in YaST UI

2012-05-04 Thread Arvin Schnell
, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: yast-devel+unsubscr...@opensuse.org

[yast-devel] Review Request (yast2-core)

2012-05-08 Thread Arvin Schnell
Hi, I noticed that YaST prints garbage when the logfile cannot be opened. The problem is that strerror_r may leave buf untouched so you have to print the returned pointer (when using the GNU version of strerror_r). ciao Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer

Re: [yast-devel] Snapper destructor

2012-08-14 Thread Arvin Schnell
the other log entries are there? Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail

Re: [yast-devel] Snapper destructor

2012-08-14 Thread Arvin Schnell
is only be created when snapper reports an error. Maybe you can verify that. I'll improve the code for the next release. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer

Re: [yast-devel] Snapper destructor

2012-08-14 Thread Arvin Schnell
On Tue, Aug 14, 2012 at 05:14:07PM +0200, Erik Westrup wrote: On Tue 2012-08-14, Arvin Schnell wrote: On Mon, Aug 13, 2012 at 11:03:44PM +0200, Erik Westrup wrote: Hello, when I issue snapper commands sometime the program leaves a logfile in CWD called Snapper destructor

[yast-devel] Re: [PATCH 0/3] Snapper: propose some configuration options

2012-08-22 Thread Arvin Schnell
and e2fsprogs. -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: yast-devel+unsubscr...@opensuse.org

Re: [yast-devel] YAST_IS_RUNNING possible values????

2013-01-10 Thread Arvin Schnell
the variable is used is parted: It behaves different during filesystem resize if it's set. AFAIR some RPM macros also use it. I'm not aware of any documentation. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff

Re: [yast-devel] possible bug report: snapper dumps core

2013-02-05 Thread Arvin Schnell
open an issue on github. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: yast

Re: [yast-devel] Snapper configuration problem

2013-06-20 Thread Arvin Schnell
cannot simply make that change upstream as it will break the configuration for other users. Please open an issue on GitHub so that I can find a proper solution. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff

Re: [yast-devel] Ruby code in SCR

2013-06-21 Thread Arvin Schnell
On Fri, Jun 21, 2013 at 10:40:29AM +0200, Josef Reidinger wrote: On Thu, 20 Jun 2013 15:14:54 +0200 Klaus Kaempf kkae...@suse.de wrote: * Josef Reidinger jreidin...@suse.cz [Jun 20. 2013 13:37]: Idea is that installation should drive it. Agreed. SCR is implemented in way,

Re: [yast-devel] Example module for demonstration refactoring

2013-07-29 Thread Arvin Schnell
On Mon, Jul 29, 2013 at 11:19:42AM +0200, Martin Vidner wrote: On Mon, Jul 29, 2013 at 11:10:30AM +0200, Josef Reidinger wrote: Hi, as ruby conversion knocking on a door I want to make after conversion small demonstration how ruby can improve code. I don't want write hypothetical module

Re: [yast-devel] YaST Ruby final conversion integration - DONE

2013-07-31 Thread Arvin Schnell
On Wed, Jul 31, 2013 at 03:42:04PM +0200, David Majda wrote: we are pleased to announce that the final Ruby conversion of YaST YCP code to Ruby is over. The converted source was committed to Git [1], passed through Jenkins and builds successfully in YaST:Head [2]. Could you please reenable

[yast-devel] Help: Lost in Ruby

2013-08-07 Thread Arvin Schnell
Hi, I would like to use some classes in the converted ruby code but I have problems with function lookup. I have figured out how to call functions (e.g. ArrangeButtons from include/partitioning/ep-lib.rb in my class method by using module_function :ArrangeButtons in ep-lib.rb. The problem now

Re: [yast-devel] Help: Lost in Ruby

2013-08-09 Thread Arvin Schnell
On Fri, Aug 09, 2013 at 04:58:22PM +0200, David Majda wrote: Hi, Dne 7.8.2013 12:01, Arvin Schnell napsal(a): Hi, I would like to use some classes in the converted ruby code but I have problems with function lookup. [...] So what's the correct way here? I didn't examine your

[yast-devel] Bug in Ruby code with arg_ref

2013-08-13 Thread Arvin Schnell
Hi, we had a strange bug in yast-storage with the Ruby code for adding new LVM logical volumes (also see bng #834330). In ep-lvm-lib.rb the function EpCreateLogicalVolume has a local variable data. That variable is passed by reference to DlgCreateLogicalVolume in ep-lvm-dialogs.rb along with a

[yast-devel] simple ruby client to test SCR code?

2013-09-09 Thread Arvin Schnell
Hi, what is the simplest Ruby based client to test SCR code? I tried something like this: module X include Yast r = SCR.Execute(path(.target.bash), /usr/bin/true) Builtins.y2milestone(r) end but here path is undefined. Regards, Arvin -- To unsubscribe, e-mail:

Re: [yast-devel] Yast and CI

2013-09-11 Thread Arvin Schnell
On Wed, Sep 11, 2013 at 02:58:32PM +0200, Josef Reidinger wrote: testing: current it test only changes in master branch. How important for you if we automatic test also pull requests and maintenance branches? Related question is how important for us is to have generated package.spec file as

Re: [yast-devel] Action Needed: Devtools Cleaning - what tools do you use?

2013-09-25 Thread Arvin Schnell
On Wed, Sep 25, 2013 at 03:09:01PM +0200, Josef Reidinger wrote: Hi, I plan to clean a bit ... ergh, clean almost whole yast2-devtools. At first I would like to mention why I think it is important and what is benefits and then how I would like to do it. So please write which tools from

[yast-devel] devtools problem

2013-09-30 Thread Arvin Schnell
Hi, AFAIS the check for ycpc has been removed from yast2-devtools so YCPC is no longer defined in Makefile.am. But it's still used in /devtools/admin/Makefile.am.common. As a result I currently cannot run make pckage-local for yast2-storage. ciao Arvin -- To unsubscribe, e-mail:

Re: [yast-devel] Packages not dropped and not in Yast:Head

2013-10-09 Thread Arvin Schnell
with package dropping? Below is list of such modules ( please comment if modules are living or should be dropped and reason why it is not in yast:head ): s390 Still needed for S/390 on SLE. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX

Re: [yast-devel] YaST installer - the future development (for 13.2/SLE12, aka the new installer) - more details

2013-10-16 Thread Arvin Schnell
to ask here. Is btrfs based layout on topic here or should I bring it up on factory? The default filesystem or partitioning layout are not decided within the YaST team. So indeed opensuse-factory should be a better place for discussions about that. Regards, Arvin -- Arvin Schnell, aschn

Re: [yast-devel] Using Frames on SLES11SP3

2013-11-08 Thread Arvin Schnell
://bugzilla.novell.com/show_bug.cgi?id=791897) but was told that it's on purpose (https://github.com/libyui/libyui-gtk/blob/master/src/YGFrame.cc#L11). Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer

Re: [yast-devel] YaST vs Yast?

2014-01-09 Thread Arvin Schnell
On Thu, Jan 09, 2014 at 09:54:11AM +0100, Ladislav Slezak wrote: Dne 9.1.2014 08:41, Steffen Winterfeldt napsal(a): [...] That depends on what you mean. Do you just want to refer to the project officially as 'Yast'? Fine with me. Oh, sorry for not being clear... Yes, I meant the

[yast-devel] who is the maintainer?

2014-01-09 Thread Arvin Schnell
Hi, while reassigning yast-maintainers bugs I noticed that once again the maintainer/bugowner information is inconsistent: The content of the MAINTAINER file in git differs from the output of 'osc maintainer' or 'osc bugowner'. This leads to confusion. We had this problem before and apparently

Re: [yast-devel] who is the maintainer?

2014-01-10 Thread Arvin Schnell
On Thu, Jan 09, 2014 at 11:48:06AM +0100, Arvin Schnell wrote: while reassigning yast-maintainers bugs I noticed that once again the maintainer/bugowner information is inconsistent: The content of the MAINTAINER file in git differs from the output of 'osc maintainer' or 'osc bugowner

[yast-devel] until in ruby

2014-01-15 Thread Arvin Schnell
Hi, I was looking for a until loop in Ruby and found this: begin code end until condition It is heavily used in the generated code. Unfortunately the Ruby inventor himself doesn't like this and would like to remove it, see:

[yast-devel] Request 214790 changed to superseded (submit openSUSE:Factory/yast2-storage)

2014-01-24 Thread Arvin Schnell
Visit https://build.opensuse.org/request/show/214790 State of request 214790 was changed by aschnell: declined - superseded Comment: superseded by 215017 Actions: - submit YaST:Head/yast2-storage = openSUSE:Factory/yast2-storage -- Configure notifications at

Re: [yast-devel] Request 215238 changed to declined (submit openSUSE:Factory/yast2-s390)

2014-01-27 Thread Arvin Schnell
On Mon, Jan 27, 2014 at 01:43:33PM +0100, Tomáš Chvátal wrote: Visit https://build.opensuse.org/request/show/215238 State of request 215238 was changed by scarabeus_factory: review - declined Comment: revoke as it is not really needed on Facotyr as the code is s390 specific. The

Re: [yast-devel] Request 215269 created by jreidinger (delete openSUSE:Factory/yast2-s390)

2014-01-27 Thread Arvin Schnell
On Mon, Jan 27, 2014 at 02:11:14PM +0100, Steffen Winterfeldt wrote: On Mon, 27 Jan 2014, Josef Reidinger wrote: Visit https://build.opensuse.org/request/show/215269 Description: It is exclusive only for s390, so no reason to have it in factory. Actions: - delete package

Re: [yast-devel] [RFC] make Builtins.y2milestone(), y2...() obsolete?

2014-02-25 Thread Arvin Schnell
On Tue, Feb 04, 2014 at 11:16:27AM +0100, Ladislav Slezak wrote: another change in yast2-ruby-bindings-3.1.7 is a new Yast::Logger module which wraps Y2Logger mentioned in the previous mail. The latest version of yast2-storage doesn't build on openSUSE 12.3 anymore and it seems to be due to

Re: [yast-devel] Never include anything in global namespace

2014-02-28 Thread Arvin Schnell
On Fri, Feb 28, 2014 at 03:41:14PM +0100, Josef Reidinger wrote: I just would like to remind that noone should include/extend anything to global namespace in his ruby code. It affects clients, modules, libs and also includes. The most visible part is `include Yast` which cause that all

Re: [yast-devel] rpmlint warnings

2014-03-14 Thread Arvin Schnell
On Tue, Mar 04, 2014 at 03:44:15PM +0100, Martin Vidner wrote: Hi, an openSUSE reviewer has just dropped by to remind us that our packages produce too many rpmlint warnings. In particular, here: ERRORS: $ grep [1-9].errors *.log kupdateapplet.log:[ 132s] 4 packages and 0 specfiles

Re: [yast-devel] transfer HA-related yast2 module to nwang

2014-04-02 Thread Arvin Schnell
the maintainer and bugowner information in the build services. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany

Re: [yast-devel] snapper timeline_limit not working as expected...

2014-05-28 Thread Arvin Schnell
it is kept because of some rule. That could mean that the description of a snapshots changes over time. E.g. a snapshot that is keep today due to the hourly limit could be keep tomorror due to the daily limit. Kind Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer

Re: [yast-devel] Yast Development after SLE 12

2014-06-24 Thread Arvin Schnell
or changing the code to be testable requires a big rewrite. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany

Re: [yast-devel] Yast Development after SLE 12: What

2014-07-03 Thread Arvin Schnell
. Top 10 results are inlined, complete in attachments. 2) Features 3) Bugs Have you noticed Features and Bugs have the exact same packages in top 7 places? Nice ;) Did you check how features and bugs correlate to code size? Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior

Re: [yast-devel] Moving stuff from /sbin /bin /lib /lib64 to /usr/*

2014-07-07 Thread Arvin Schnell
, or whether it has changed meanwhile. Bug https://bugzilla.novell.com/show_bug.cgi?id=794084 mentions some reasons. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB

Re: [yast-devel] Moving stuff from /sbin /bin /lib /lib64 to /usr/*

2014-07-07 Thread Arvin Schnell
On Mon, Jul 07, 2014 at 02:23:36PM +0200, Josef Reidinger wrote: On Mon, 7 Jul 2014 14:17:40 +0200 Arvin Schnell aschn...@suse.de wrote: On Mon, Jul 07, 2014 at 02:11:48PM +0200, Lukas Ocilka wrote: On 7.7.2014 14:07, Josef Reidinger wrote: I have general question and I think answer

Re: [yast-devel] Moving stuff from /sbin /bin /lib /lib64 to /usr/*

2014-07-07 Thread Arvin Schnell
be use PATH for common binaries and for specific binaries use absolute path. Paving the path to security issues? I suppose developers just use a library and expect it to be safe independent of PATH. For libstorage that's my objective. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior

Re: [yast-devel] Moving stuff from /sbin /bin /lib /lib64 to /usr/*

2014-07-07 Thread Arvin Schnell
On Mon, Jul 07, 2014 at 03:30:52PM +0200, Josef Reidinger wrote: On Mon, 7 Jul 2014 15:22:24 +0200 Arvin Schnell aschn...@suse.de wrote: On Mon, Jul 07, 2014 at 03:01:40PM +0200, Josef Reidinger wrote: On other hand absolute path can make troubles to use library/gem on non-suse

Re: [yast-devel] yast Mode.* variables

2014-07-22 Thread Arvin Schnell
what combination of Mode and Stage settings are possible and how e.g. the Read, Write, Import, Export functions should behave depending on the settings. ciao Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer

Re: [yast-devel] very unimpressed by found changes

2014-07-25 Thread Arvin Schnell
- added to CC. As long as you have not set a label the mount method cannot be by-label. It's also unclear e.g. whether you *create* the volume before or after you have set the default mount-by method. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development

Re: [yast-devel] Why not place refactoring in backlog

2014-07-31 Thread Arvin Schnell
to discover so often I just do not dare. Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany

Re: [yast-devel] Why not place refactoring in backlog

2014-07-31 Thread Arvin Schnell
due to no time at all - at least on my side. So I still have not seen a reasonable concept how to improve the situation with YaST. One thing I consider a requirement are automated integration test as discussed before. But half a year later still no progress. Regards, Arvin -- Arvin Schnell

Re: [yast-devel] What to do with bugs for unmaintained modules?

2014-08-12 Thread Arvin Schnell
, but your suggested solution would work. Is just adding the module-name also OK for P1, L3 and ship-stoppers and alike? Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer

Re: [yast-devel] snapper.io, broken link to youtube video's

2014-08-13 Thread Arvin Schnell
, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: yast-devel+unsubscr...@opensuse.org

Re: [yast-devel] SLE12 GIT branch? - match contents

2014-09-02 Thread Arvin Schnell
on SLE12 SP1 on master in about a year instead of SLE12? Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany

Re: [yast-devel] SLE12 GIT branch? - match contents

2014-09-02 Thread Arvin Schnell
On Tue, Sep 02, 2014 at 11:24:41AM +0200, Lukas Ocilka wrote: On 2.9.2014 11:20, Arvin Schnell wrote: On Tue, Sep 02, 2014 at 11:09:15AM +0200, Lukas Ocilka wrote: PLS, also remember that I'd like to branch SLE12-SP1 maintenance from master to keep the development of master/openSUSE/SLE12-SP1

Re: [yast-devel] An idea for integration tests

2014-09-29 Thread Arvin Schnell
stock rubygem we want to use will not care about SCR. ciao Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany

Re: [yast-devel] openQA development restarted

2014-10-02 Thread Arvin Schnell
Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: yast-devel+unsubscr...@opensuse.org

[yast-devel] Storage Redesign

2014-10-24 Thread Arvin Schnell
(e.g. https://fate.suse.com/316251). ciao Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e

Re: [yast-devel] Travis integration

2014-11-10 Thread Arvin Schnell
. ciao Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: yast-devel+unsubscr...@opensuse.org

Re: [yast-devel] Storage Redesign: diagrams in wiki

2014-11-10 Thread Arvin Schnell
On Wed, Nov 05, 2014 at 01:51:47PM +0100, Martin Vidner wrote: On Fri, Oct 24, 2014 at 02:53:06PM +0200, Arvin Schnell wrote: Hi, my hackweek project was to evaluate using the boost graph library (BGL) in libstorage. For me the project was interesting and successful. I have

  1   2   3   >