Mailinglist Archive: opensuse-bugs (9626 mails)
| < Previous | Next > |
[Bug 339027] Please, remove yast2-users RPM dependency on yast2-network
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 5 Nov 2007 02:11:53 -0700 (MST)
- Message-id: <20071105091153.E2033245269@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=339027#c1
--- Comment #1 from Jiří Suchomel <jsuchome@xxxxxxxxxx> 2007-11-05 02:11:53
MST ---
I do not feel this is a correct way to go. Of course it will work (now), but
the problem is with the general approach.
DSL::UsesDevice is a high-level function, that doesn't require from caller to
know how such check is performed. DSL module maintainer could change that in
future and caller (inst_auth in this case) should not care about it, because it
relies on the API. The same for NetworkDevices::List : it doesn't have a sense
to duplicate a code for searching DSL devices in inst_auth (or at any other
place) and change it on more places when the logic changes.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #1 from Jiří Suchomel <jsuchome@xxxxxxxxxx> 2007-11-05 02:11:53
MST ---
I do not feel this is a correct way to go. Of course it will work (now), but
the problem is with the general approach.
DSL::UsesDevice is a high-level function, that doesn't require from caller to
know how such check is performed. DSL module maintainer could change that in
future and caller (inst_auth in this case) should not care about it, because it
relies on the API. The same for NetworkDevices::List : it doesn't have a sense
to duplicate a code for searching DSL devices in inst_auth (or at any other
place) and change it on more places when the logic changes.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |