/srv/irclogs.ubuntu.com/2014/03/20/#bzr.txt

=== thumper is now known as thumper-afk
=== thumper-afk is now known as thumper
=== FourDollars_ is now known as FourDollars
=== r0bby is now known as robbyoconnor
=== BasicMBP is now known as BasicOSX
=== thumper is now known as thumper-physio
=== thumper-physio is now known as thumper
mgrandiman, this installer script for windows is...buggy22:25
mgrandiis there a way to see what extensions bzr is complaining about that were not built?22:29
fullermd_Does it say in .bzr.log (or whatever it's called on benighted platforms)?22:30
mgrandiwell there is a log for compiling the extensions, there are a bunch of warnings but i dont see it saying that compilation failed anywhere22:30
fullermd_I'm half sure (a clever dodge, since it means I can't be wrong) the runtime log says what it can't load, which would at least tell you what failed compiling.  Why, well, that's a whole different W word...22:31
=== fullermd_ is now known as fullermd
mgrandiwell its not being run yet, so i guess ill wait until then22:33
fullermdOoh, I thought you were already seeing the runtime.  Hm.22:33
fullermdHm.  Well, on *nix it just outputs all the compiling stuff like any other program.22:34
fullermdOnly compiler warning I see (clang 3.3) is about an unhandled enum value.  Plus a little grumble from cython about unreachable code.22:35
mgrandiits running like a bunch of different scripts, maybe its like, the bzr itself trying to compile the extensions? haha22:35
mgrandii wish i had clang on windows, they say they are trying to bring it to windows22:36
mgrandishould shaken up the C compiler monopoly that microsoft has22:36
mgrandishake*22:36
mgrandimaybe even mean every open source project that is multi platform can support something other then c89 =P22:36
fullermdI'm given to understand that they actually have a middling decent compiler under there, it's just all the surrounding build stuff is so horrifically bad you never get to see it.22:36
fullermdI think recent VS actually does handle most of the interesting bits of c99.22:37
fullermdAlmost in time for c11   :p22:37
mgrandibut its not in microsoft's business plan to support C anymore22:38
mgrandithey want c++, but that is of course bad for python ruby anything that is written in C22:38
fullermdThere's always the chance that C++ will acidentally slip and fall some day.  Into a vat of acid.  On fire.  With a shiv in its back.  Accidentally.22:39
fullermdI mean, that's what I hear.  I never think such things myself.22:39
mgrandilooking at the horrible c++ code at work, i can only hoep22:39
mgrandihope22:39
mgrandiit would be better if they used boost or qt or anything that tries to ease the pain, but they stick with the stdlib, which...is awful22:40
fullermdWell, at least it's consisten...  oh, wait.22:40
mgrandimy favorite is std::thread::hardware_concurrency()22:42
mgrandireturns 0 if it can't tell how many cpu's your computer has22:42
mgrandiwhich i guess sorta makes sense, but also why not just return 1, since you are...going to have at least 1 cpu in your computer!22:42
fullermdThat sounds like a challenge   :)22:44
fullermdAvailable responses include "No, it has an Atom".22:45
mgrandimaybe its a potato22:45
mgrandihardest part about this script is waiting for it to checkout the bzr source from another local directory, haha22:53
mgrandiGREAT23:08
mgrandiapparently the wonderful message "msginit:lib/gettext/project-id subprocess failed: bad file descriptor is a completely fine error message23:08
mgrandiand should be ignored23:08
fullermdFile descriptors go bad all the time.  That's why they come in 2**N-packs.23:18
mgrandihaha23:26

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!