Re: [Ironpython-users] Build errors

2015-12-16 Thread Slide
It's been pushed. On Wed, Dec 16, 2015 at 4:17 PM Bill Tutt wrote: > Bah! Apologies for not including the project file update in the PR. :( > > Thanks for pushing the fix (when you do), Slide. > > Bill > > On Wed, Dec 16, 2015 at 2:01 PM, Slide wrote: > >> I'll update the project file and push.

Re: [Ironpython-users] Build errors

2015-12-16 Thread Bill Tutt
Bah! Apologies for not including the project file update in the PR. :( Thanks for pushing the fix (when you do), Slide. Bill On Wed, Dec 16, 2015 at 2:01 PM, Slide wrote: > I'll update the project file and push. > > On Wed, Dec 16, 2015, 12:01 Jeff Hardy wrote: > >> Probably a side effect of

Re: [Ironpython-users] Build errors

2015-12-16 Thread Slide
I'll update the project file and push. On Wed, Dec 16, 2015, 12:01 Jeff Hardy wrote: > Probably a side effect of https://github.com/IronLanguages/main/pull/1254, > which added the file but not to the project (which I missed on CR - d'oh). > > - Jeff > On Tue, Dec 15, 2015 at 7:37 PM, Slide wrot

Re: [Ironpython-users] Build errors

2015-12-16 Thread Jeff Hardy
Probably a side effect of https://github.com/IronLanguages/main/pull/1254, which added the file but not to the project (which I missed on CR - d'oh). - Jeff On Tue, Dec 15, 2015 at 7:37 PM, Slide wrote: > I've been getting the following build errors on clean clones from Git on > both Windows an

[Ironpython-users] Build errors

2015-12-15 Thread Slide
I've been getting the following build errors on clean clones from Git on both Windows and Linux. There is a file FormattingHelper.cs, but it is not part of the project. Runtime/Operations/IntOps.cs(458,34): error CS0103: The name `FormattingHelper' does not exist in the current context Run