Re: [Puppet-dev] The Road to Facter 3

2015-03-24 Thread Branan Riley
Closing the loop on this: We completed the cutover. facter/master is now native facter, and the cfacter repository is closed On Fri, Mar 20, 2015 at 11:16 AM, Michael Smith < michael.sm...@puppetlabs.com> wrote: > As a heads up, we plan to merge https://github.com/puppetlabs/cfacter to > https://

Re: [Puppet-dev] The Road to Facter 3

2015-03-20 Thread Michael Smith
As a heads up, we plan to merge https://github.com/puppetlabs/cfacter to https://github.com/puppetlabs/facter/tree/master (facter/master) this afternoon. If you're pinning against facter/master, you may want to change that to facter/2.x unless you're prepared to compile the native binary. Specific

Re: [Puppet-dev] The Road to Facter 3

2015-03-05 Thread Branan Riley
"probably" The code is written to standard operating system APIs, and we are very aggressive with our compiler warnings (which helps avoid undefined/architecture-specific behavior). I would expect it to work, but as always with C++ sometimes things get weird. Depending on the architecture* we wou

Re: [Puppet-dev] The Road to Facter 3

2015-03-05 Thread Michael Stahnke
On Thu, Mar 5, 2015 at 1:25 PM, Roy Nielsen wrote: > Curious - will this be able to be compiled and used on Arm or other > architectures (cross platform compatibility)? > > > I have been toying with ARM chips at home to get this working. (Not official from Puppet Labs). Thus far I haven't got it

Re: [Puppet-dev] The Road to Facter 3

2015-03-05 Thread Roy Nielsen
Curious - will this be able to be compiled and used on Arm or other architectures (cross platform compatibility)? Thank you, -Roy On Wed, Mar 4, 2015 at 4:45 PM, Kylo Ginsberg wrote: > As some of you know, we have been working on a native reimplementation of > facter in C++11 in the https://git

[Puppet-dev] The Road to Facter 3

2015-03-04 Thread Kylo Ginsberg
As some of you know, we have been working on a native reimplementation of facter in C++11 in the https://github.com/puppetlabs/cfacter project. At the same time, we've been continuing to add features and fixes in parallel in the ruby facter project at good ol' https://github.com/puppetlabs/facter.