Re: [cmake-developers] CMake improve-findruby topic

2012-02-17 Thread Brad King

On 2/17/2012 12:09 PM, Rolf Eike Beer wrote:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=854e76237ce3e8f03d9cabcad1f8f37e04992ad3
commit 854e76237ce3e8f03d9cabcad1f8f37e04992ad3
Author: Rolf Eike Beere...@sf-mail.de
AuthorDate: Fri Feb 17 18:06:07 2012 +0100
Commit: Rolf Eike Beere...@sf-mail.de
CommitDate: Fri Feb 17 18:06:07 2012 +0100

 FindRuby: clean up querying variables from Ruby

 Newer Ruby versions (from 1.9 onward) seem to warn if you query 
Config::CONFIG
 and print a warning to use RbConfig instead. RbConfig seems to also work in
 older versions, at least in 1.8. Use a macro to query RbConfig first and 
only
 if that doesn't give anything fall back to Config.


Does this address

  http://www.cmake.org/Bug/view.php?id=12965

?

Thanks,
-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] CMake improve-findruby topic

2012-02-17 Thread Rolf Eike Beer
Brad King wrote:
 On 2/17/2012 12:09 PM, Rolf Eike Beer wrote:
  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=854e76237ce3e8f03d9cabc
  ad1f8f37e04992ad3 commit 854e76237ce3e8f03d9cabcad1f8f37e04992ad3
  Author: Rolf Eike Beere...@sf-mail.de
  AuthorDate: Fri Feb 17 18:06:07 2012 +0100
  Commit: Rolf Eike Beere...@sf-mail.de
  CommitDate: Fri Feb 17 18:06:07 2012 +0100
  
   FindRuby: clean up querying variables from Ruby
   
   Newer Ruby versions (from 1.9 onward) seem to warn if you query
   Config::CONFIG and print a warning to use RbConfig instead. RbConfig
   seems to also work in older versions, at least in 1.8. Use a macro
   to query RbConfig first and only if that doesn't give anything fall
   back to Config.
 
 Does this address
 
http://www.cmake.org/Bug/view.php?id=12965
 
 ?

Nope, sadly not. But it should make that easier to solve.

I wonder what does ruby output on Windows? Likely backslash separated paths, 
in which case most of those things would also need an additional 
file(TO_CMAKE_PATH).

Eike
-- 

signature.asc
Description: This is a digitally signed message part.
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Re: [cmake-developers] CMake improve-findruby topic

2012-02-17 Thread Brad King

On 2/17/2012 1:31 PM, Rolf Eike Beer wrote:

Does this address
http://www.cmake.org/Bug/view.php?id=12965

Nope, sadly not. But it should make that easier to solve.


Currently we have no official maintainer for the module.

Alex, Eike, do either of you care to take assignment of this issue?
Otherwise I'll update the issue with a link to the module maintainer
page asking for help.

Thanks,
-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] CMake improve-findruby topic

2012-02-17 Thread Alexander Neundorf
On Friday 17 February 2012, you wrote:
 On 2/17/2012 1:31 PM, Rolf Eike Beer wrote:
  Does this address
  
  http://www.cmake.org/Bug/view.php?id=12965
  
  Nope, sadly not. But it should make that easier to solve.
 
 Currently we have no official maintainer for the module.
 
 Alex, Eike, do either of you care to take assignment of this issue?
 Otherwise I'll update the issue with a link to the module maintainer
 page asking for help.

In general yes, but it's not on my priority list for 2.8.8.
So, it would be nice if somebody else could take care of it.

Alex
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] CMake improve-findruby topic

2012-02-17 Thread Rolf Eike Beer
Brad King wrote:
 On 2/17/2012 1:31 PM, Rolf Eike Beer wrote:
  Does this address
  
  http://www.cmake.org/Bug/view.php?id=12965
  
  Nope, sadly not. But it should make that easier to solve.
 
 Currently we have no official maintainer for the module.
 
 Alex, Eike, do either of you care to take assignment of this issue?
 Otherwise I'll update the issue with a link to the module maintainer
 page asking for help.

I have no idea of Ruby. I just saw the warnings and fixed them.

Eike
-- 

signature.asc
Description: This is a digitally signed message part.
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers