search for: undeprec

Displaying 6 results from an estimated 6 matches for "undeprec".

Did you mean: deprec
2008 May 24
8
Why is wineprefixcreate deprecated?
...t;Note: wineprefixcreate is deprecated and shouldn't be needed anymore. WINEPREFIX creation and updates now happen automatically when needed." I am afraid they might soon remove this useful command (this is what "deprecated" means right?). I hope they decide otherwise and "undeprecate" it. Most people won't need to know about it anyway, but those who do will find it useful if the situation calls for it.
2007 Oct 19
1
Re: [Xapian-commits] 9476: trunk/xapian-core/ trunk/xapian-core/include/xapian/ trunk/xapian-core/queryparser/ trunk/xapian-core/tests/
...th the same > field name was ignored before (rather than overriding as we had > thought) it seems reasonable to change this behaviour. This > also avoids the need to deprecate these methods which will force all > users to update their code. I think leaving the old methods in place and undeprecated with these semantics is fine, but I'd argue the the new, 3 argument, form of add_prefix, and the prefix_type enum are good additions because they lead to future improvements (although, they're possibly not needed yet). I thought that the consensus on the query parser was that it sho...
2013 Nov 14
1
empty password
Samba-4.0.10 in AD mode. I need to have an account with an empty password. After checking the smb.conf manpage (and also smbpasswd manpage), I added to the smb.conf file: null passwords = Yes The result is a warning from commands like smbstatus: WARNING: The "null passwords" option is deprecated I cannot find the new option to achieve this. How is it supposed to be configured
2013 Nov 15
0
samba Digest, Vol 131, Issue 16
...rob at ision.nl> writes: > >>> >>WARNING: The "null passwords" option is deprecated >> >I cannot find the new option to achieve this. >> >How is it supposed to be configured to not be flagged as "deprecated"? > Only Samba developers can undeprecate Samba features. > > https://en.wiktionary.org/wiki/deprecate > > 2. (computing) To declare something obsolescent; to recommend > against a function, technique, command, etc. that still works but > has been replaced. > > That warning is saying &qu...
2023 Jul 31
3
[PATCH] drm/nouveau: fixup the uapi header file.
...had a plan for new multiplexer inside a multiplexer API using nvif. It never fully reached fruition, fast forward 10 years, and the new vulkan driver is avoiding libdrm and calling ioctls, and these 3 ioctls, getparam, channel alloc + free don't seem to be things we'd want to use nvif for. Undeprecate and put them into the uapi header so we can just copy it into mesa later. Signed-off-by: Dave Airlie <airlied at redhat.com> --- drivers/gpu/drm/nouveau/nouveau_abi16.h | 41 --------------------- include/uapi/drm/nouveau_drm.h | 48 +++++++++++++++++++++++-- 2 files changed, 45...
2006 Feb 20
5
find(:all) vs find_all
I started with Ruby on Rails in the 0.13.x period, so I''m sure I missed out on a lot of history. There''s probably some good explanation for something I''ve been wondering about, but I haven''t seen it written down anywhere. Maybe someone can clue me in. I''ve always felt that one of the uglier APIs was the ActiveRecord::find() method. I call