Ask a Question related to Ruby, Design and Development.
-
Ara.T.Howard #1
1.8,frozen, and untaint
i'm getting error about calling untaint on a frozen object in 1.8 (kakiwiki).
i've removed the call to untaint and things seem to work - but would this be
the preferred method?
-a
====================================
| Ara Howard
| NOAA Forecast Systems Laboratory
| Information and Technology Services
| Data Systems Group
| R/FST 325 Broadway
| Boulder, CO 80305-3328
| Email: [email]ara.t.howard@noaa.gov[/email]
| Phone: 303-497-7238
| Fax: 303-497-7259
| The difference between art and science is that science is what we understand
| well enough to explain to a computer. Art is everything else.
| -- Donald Knuth, "Discover"
| ~ > /bin/sh -c 'for lang in ruby perl; do $lang -e "print \"\x3a\x2d\x29\x0a\""; done'
====================================
Ara.T.Howard Guest
-
Locked/Frozen Fields
I am trying to delete some text fields that used to be part of a target/anchor link. They are frozen like graphics and I am unable to delete them. ... -
modify a frozen object
Hello! I get: stress.rb:11:in `Get': can't modify frozen object (TypeError) when I'm trying to create an object from a class method I have... -
Sluggish and frozen
Whenever I am searching for an image to insert in an email or in a FrontPage web page, my computer wants to add the PS icon to each of the images in... -
Gnome 2.2 frozen on startup
Hi all: After an upgrade this morning of some small packages, like sylpheed-claws and some libraries, Gnome refusses to start after the displaying... -
Frozen Tools
First, what kind of platform and OS are you using? Have the tools ever worked correctly since installing Elements? Have you had any other problems... -
ts #2
Re: 1.8,frozen, and untaint
>>>>> "A" == Ara T Howard <ahoward@fsl.noaa.gov> writes:
A> i'm getting error about calling untaint on a frozen object in 1.8
A> (kakiwiki).
Well, with 1.6.8 also you can't untaint a frozen object which is tainted
A> i've removed the call to untaint and things seem to work -
A> but would this be the preferred method?
preferred to do what ? If the object is tainted and frozen, ruby will give
an error if you try to untaint it.
Guy Decoux
ts Guest



Reply With Quote

