Re: [Development] Fw: Change in qt/qt5[dev]: Updated submodules.

2015-11-25 Thread Marc Mutz
On Wednesday 25 November 2015 20:32:50 Thiago Macieira wrote: > On Wednesday 25 November 2015 18:27:11 Aleix Pol wrote: > > > Anyway, if this is a compiler bug, the conditions for triggering it may > > > not be evident. > > > > Does the fact that it's a compiler bug change the fact that it should

Re: [Development] glib's and Qt's RuntimeLocation [OS X]

2015-11-25 Thread René J . V . Bertin
Petroules Jake wrote: > Feel free to take action if Thiago agrees; I have no particular opinions about > how it's "supposed" to work. Ok, we'll see then. But for the record, QString::fromNSString(NSTemporaryDirectory()) returns "$TMPDIR/" (trailing slash included), presuming that TMPDIR is left

Re: [Development] glib's and Qt's RuntimeLocation [OS X]

2015-11-25 Thread Petroules Jake
On Nov 25, 2015, at 12:24 PM, René J. V. Bertin mailto:rjvber...@gmail.com>> wrote: Petroules Jake wrote: [snipped] The only open question is what `macLocation` domain should be returned by QSP::TempLocation: kUserDomain, kSystemDomain or kOnAppropriateDisk . Maybe Jake Petroules already addres

Re: [Development] glib's and Qt's RuntimeLocation [OS X]

2015-11-25 Thread René J . V . Bertin
Petroules Jake wrote: [snipped] > The only open question is what `macLocation` domain should be returned by > QSP::TempLocation: kUserDomain, kSystemDomain or kOnAppropriateDisk . Maybe > Jake Petroules already addressed that question? > > In 5.7 QStandardPaths just uses QDir::tempPath(); there a

Re: [Development] Fw: Change in qt/qt5[dev]: Updated submodules.

2015-11-25 Thread Thiago Macieira
On Wednesday 25 November 2015 18:27:11 Aleix Pol wrote: > > Anyway, if this is a compiler bug, the conditions for triggering it may > > not be evident. > > Does the fact that it's a compiler bug change the fact that it should > be changed on the Qt side of things? > > If we have this compiler on

Re: [Development] glib's and Qt's RuntimeLocation [OS X]

2015-11-25 Thread Petroules Jake
On Nov 25, 2015, at 6:52 AM, René J.V. Bertin mailto:rjvber...@gmail.com>> wrote: Thiago Macieira wrote: >> You're missing a detail. On OS X, $TMPDIR (and QDir::tempPath()) *are* user >> specific. They're also very "immemorable"... > > They're not required to be. If we can detect that they ar

Re: [Development] Fw: Change in qt/qt5[dev]: Updated submodules.

2015-11-25 Thread Aleix Pol
On Wed, Nov 25, 2015 at 6:19 PM, Thiago Macieira wrote: > On Wednesday 25 November 2015 12:31:35 Marc Mutz wrote: >> On Wednesday 25 November 2015 07:49:59 Thiago Macieira wrote: >> > As can be seen, TT2 is declared as a template typename parameter. If the >> > compiler is complaining that it isn'

Re: [Development] Fw: Change in qt/qt5[dev]: Updated submodules.

2015-11-25 Thread Thiago Macieira
On Wednesday 25 November 2015 12:31:35 Marc Mutz wrote: > On Wednesday 25 November 2015 07:49:59 Thiago Macieira wrote: > > As can be seen, TT2 is declared as a template typename parameter. If the > > compiler is complaining that it isn't declared, it must be a compiler bug. > > That still begs th

Re: [Development] glib's and Qt's RuntimeLocation [OS X]

2015-11-25 Thread René J . V . Bertin
Thiago Macieira wrote: >> You're missing a detail. On OS X, $TMPDIR (and QDir::tempPath()) *are* user >> specific. They're also very "immemorable"... > > They're not required to be. If we can detect that they are, then sure, we > could use it as XDG_RUNTIME_DIR. >> > It could be a subdir of $TMP

Re: [Development] Fw: Change in qt/qt5[dev]: Updated submodules.

2015-11-25 Thread Marc Mutz
On Wednesday 25 November 2015 07:49:59 Thiago Macieira wrote: > As can be seen, TT2 is declared as a template typename parameter. If the > compiler is complaining that it isn't declared, it must be a compiler bug. That still begs the question why this comes up in "qtengineio". You'd guess that t