You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by Tong Li <li...@us.ibm.com> on 2011/10/24 20:50:47 UTC

CIMI

With latest code of DC, I am getting a lot of warnings like this for every
request. Can some of you familiar with Sinatra fix this? I am running ruby
1.9.2, it is very annoying to see tons of warnings popping up from the
console.

[WARN: /var/lib/gems/1.9.1/gems/sinatra-1.3.1/lib/sinatra/base.rb:732:in
`options']: "Sinatra::Base#options is deprecated and will be removed, use
#settings instead."

Thanks.

Tong Li
Emerging Technologies & Standards
B062/K317
litong01@us.ibm.com

Re: CIMI

Posted by Michal Fojtik <mi...@mifo.sk>.
On Oct 27, 2011, at 1:20 PM, Francesco Vollero wrote:

> You don't need to worry too much about those messages, as you see, they cite code from sinatra source and is not dependend from our project :)
> 

Deprecation messages was fixed in r1188696 (hopefully ;-)

  -- Michal

> Cheers,
> Francesco Vollero
> 
> 
> On Mon, Oct 24, 2011 at 02:50:47PM -0400, Tong Li wrote:
>> With latest code of DC, I am getting a lot of warnings like this for every
>> request. Can some of you familiar with Sinatra fix this? I am running ruby
>> 1.9.2, it is very annoying to see tons of warnings popping up from the
>> console.
>> 
>> [WARN: /var/lib/gems/1.9.1/gems/sinatra-1.3.1/lib/sinatra/base.rb:732:in
>> `options']: "Sinatra::Base#options is deprecated and will be removed, use
>> #settings instead."
>> 
>> Thanks.
>> 
>> Tong Li
>> Emerging Technologies & Standards
>> B062/K317
>> litong01@us.ibm.com


Re: CIMI

Posted by Francesco Vollero <fv...@redhat.com>.
You don't need to worry too much about those messages, as you see, they cite code from sinatra source and is not dependend from our project :)

Cheers,
Francesco Vollero


On Mon, Oct 24, 2011 at 02:50:47PM -0400, Tong Li wrote:
> With latest code of DC, I am getting a lot of warnings like this for every
> request. Can some of you familiar with Sinatra fix this? I am running ruby
> 1.9.2, it is very annoying to see tons of warnings popping up from the
> console.
> 
> [WARN: /var/lib/gems/1.9.1/gems/sinatra-1.3.1/lib/sinatra/base.rb:732:in
> `options']: "Sinatra::Base#options is deprecated and will be removed, use
> #settings instead."
> 
> Thanks.
> 
> Tong Li
> Emerging Technologies & Standards
> B062/K317
> litong01@us.ibm.com