Displaying 2 results from an estimated 2 matches for "l447".
Did you mean:
l147
2004 Jul 05
1
printer preferences not settable using samba print driver
We're putting together a Linux-cups-samba print server for Windows
clients. A dozen print drivers have been loaded and used successfully on
the Windows clients from the samba server. But, one particular printer
is causing trouble: a Xerox DC 2240. When a windows client tries to open
the printer preferences, after connecting to the printer on the samba
print server, a popup says
2010 Jun 25
0
[PATCH] ActiveSupport::OrderedHash#update Does Not Set Keys
...e=>"Bob"}>
hash.keys
# => []
hash.each do |key, value|
puts value
end
# => []
This can be resolved by simply aliasing update to merge! as per
Rubinius'' implementation (c.f. http://github.com/evanphx/rubinius/blob/master/kernel/common/hash.rb#L447
).
I have posted a patch including tests at
https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/4973-patch-activesupportorderedhashupdate-does-not-set-keys
and would appreciate any feedback whatsoever.
--
You received this message because you are subscribed to the Google Groups &...