whitequark changed the topic of #solvespace to: SolveSpace--parametric 2d/3d CAD · latest version 2.3 · http://solvespace.com · code at https://github.com/solvespace/solvespace · logs at https://irclog.whitequark.org/solvespace
<travis-ci> solvespace/solvespace#315 (master - cde86a0 : whitequark): The build passed.
<GitHub> [solvespace] whitequark closed issue #155: Build broken on Ubuntu 16.04 https://github.com/solvespace/solvespace/issues/155
<GitHub> [solvespace] whitequark commented on issue #153: I cannot reproduce this one myself with either MSVS2013 or MSVS2015, weird.... https://github.com/solvespace/solvespace/issues/153#issuecomment-272584883
<travis-ci> solvespace/solvespace#316 (master - 29e43e6 : whitequark): The build passed.
<GitHub> [solvespace] drbobbob commented on issue #155: The build works now (29e43e67eaea5c7f95fc0943a6728583cb9efbcf) but running does not work on my Ubuntu 16.04 system. I get the following error and the screen shows "OpenGL context creation failed"... https://github.com/solvespace/solvespace/issues/155#issuecomment-272594584
<GitHub> [solvespace] whitequark pushed 2 new commits to master: https://github.com/solvespace/solvespace/compare/29e43e67eaea...fba88859e164
<GitHub> solvespace/master fba8885 whitequark: Normalize CRLF newlines to LF when loading string resources.
<GitHub> solvespace/master ec07516 whitequark: GTK: work around a gtkmm<3.22 bug.
<GitHub> [solvespace] drbobbob commented on issue #155: Works with fba88859e1646e821e3b61700a02fe8c37ba324d. Thanks for the quick turnaround. https://github.com/solvespace/solvespace/issues/155#issuecomment-272595968
<GitHub> [solvespace] whitequark closed issue #153: Crash with Unmatched regex https://github.com/solvespace/solvespace/issues/153
<travis-ci> solvespace/solvespace#317 (master - fba8885 : whitequark): The build was broken.
<travis-ci> solvespace/solvespace#317 (master - fba8885 : whitequark): The build was broken.
cr1901_modern has quit [Ping timeout: 256 seconds]
cr1901_modern has joined #solvespace
<GitHub> [solvespace] whitequark pushed 1 new commit to master: https://github.com/solvespace/solvespace/commit/12a1a357843fe57fbed200f5a46de8b121cd349e
<GitHub> solvespace/master 12a1a35 EvilSpirit: Reserve space upfront when possible, to avoid re-allocations.
<travis-ci> solvespace/solvespace#317 (master - fba8885 : whitequark): The build was broken.
<GitHub> [solvespace] whitequark pushed 1 new commit to master: https://github.com/solvespace/solvespace/commit/5c34b3f6ef86b94b9360023ddb5c6a35f935ade6
<GitHub> solvespace/master 5c34b3f EvilSpirit: Allow copying and pasting of datum points.
mumptai_ has joined #solvespace
<travis-ci> solvespace/solvespace#318 (master - 12a1a35 : EvilSpirit): The build was broken.
mumptai has quit [Ping timeout: 240 seconds]
<GitHub> [solvespace] whitequark commented on issue #131: Doesn't apply on master anymore. https://github.com/solvespace/solvespace/issues/131#issuecomment-272598138
<travis-ci> solvespace/solvespace#317 (master - fba8885 : whitequark): The build was broken.
<travis-ci> solvespace/solvespace#319 (master - 5c34b3f : EvilSpirit): The build was broken.
<GitHub> [solvespace] Evil-Spirit commented on issue #131: @whitequark, OK I am rebasing https://github.com/solvespace/solvespace/issues/131#issuecomment-272598494
<travis-ci> solvespace/solvespace#318 (master - 12a1a35 : EvilSpirit): The build was broken.
<GitHub> [solvespace] whitequark commented on issue #153: @Evil-Spirit btw there is an unmerged ru_RU translation already, don't bother https://github.com/solvespace/solvespace/issues/153#issuecomment-272598920
<travis-ci> solvespace/solvespace#317 (master - fba8885 : whitequark): The build passed.
<travis-ci> solvespace/solvespace#319 (master - 5c34b3f : EvilSpirit): The build was broken.
<travis-ci> solvespace/solvespace#318 (master - 12a1a35 : EvilSpirit): The build passed.
<GitHub> [solvespace] dynamodan commented on issue #155: @whitequark Thanks a bunch! I had encountered the same issue as @drbobbob with the G_IS_OBJECT assertion bug, but everything's working now. https://github.com/solvespace/solvespace/issues/155#issuecomment-272599376
<GitHub> [solvespace] Evil-Spirit commented on issue #153: @whitequark, OK https://github.com/solvespace/solvespace/issues/153#issuecomment-272599678
<travis-ci> solvespace/solvespace#319 (master - 5c34b3f : EvilSpirit): The build was broken.
<travis-ci> solvespace/solvespace#319 (master - 5c34b3f : EvilSpirit): The build was broken.
<travis-ci> solvespace/solvespace#319 (master - 5c34b3f : EvilSpirit): The build passed.
<GitHub> [solvespace] Evil-Spirit commented on issue #131: @whitequark, but this is works bad after we add forceDofCheck. try to comment forceDofCheck inside FindWhichToRemoveToFixJacobian to allow SolveBySubstitution run. It will be fast for constraintfreeze.slvs. But this will not consider some cases with double-hvpc https://github.com/solvespace/solvespace/issues/131#issuecomment-272602132
<GitHub> [solvespace] whitequark commented on issue #131: @Evil-Spirit how to fix this? https://github.com/solvespace/solvespace/issues/131#issuecomment-272602181
<GitHub> [solvespace] Evil-Spirit commented on issue #131: @whitequark, For now I only can suggest to limit FindWhichToRemoveToFixJacobian by time. For constraintfreeze it's over 600 equations if we don't appy solvebysubstitution, so we can just give up until we involve sparse-matix algorithms. The second way - is to find double constraints like hvpc https://github.com/solvespace/solvespace/issues/131#issuecomment-272602362
<GitHub> [solvespace] whitequark commented on issue #131: @Evil-Spirit ok. is there any benefit from your updated patch? https://github.com/solvespace/solvespace/issues/131#issuecomment-272602384
<GitHub> [solvespace] Evil-Spirit commented on issue #131: @whitequark, only if we choose "finding the same multiple hvpc". if we bound by time, there is no point.... https://github.com/solvespace/solvespace/issues/131#issuecomment-272602710
<GitHub> [solvespace] Evil-Spirit commented on issue #131: @whitequark, only if we choose "finding the same multiple hvpc". if we bound by time, there is no point.... https://github.com/solvespace/solvespace/issues/131#issuecomment-272602710
<GitHub> [solvespace] whitequark commented on issue #131: @Evil-Spirit ok. let's add a 1000ms time limit, and indicate in the text window if it was reached. https://github.com/solvespace/solvespace/issues/131#issuecomment-272602779
<GitHub> [solvespace] Evil-Spirit commented on issue #131: @whitequark, acc. https://github.com/solvespace/solvespace/issues/131#issuecomment-272602814
<GitHub> [solvespace] whitequark pushed 2 new commits to master: https://github.com/solvespace/solvespace/compare/5c34b3f6ef86...6c1287681df3
<GitHub> solvespace/master 6c12876 whitequark: Fix 2d stippling of hovered and selected faces....
<GitHub> solvespace/master 6931979 whitequark: Fix an OpenGL initialization glitch....
<travis-ci> solvespace/solvespace#322 (master - 6c12876 : whitequark): The build was broken.
<travis-ci> solvespace/solvespace#322 (master - 6c12876 : whitequark): The build passed.
<GitHub> [solvespace] Evil-Spirit commented on issue #131: @whitequark, implemented here https://github.com/solvespace/solvespace/issues/131#issuecomment-272609500
_whitelogger has joined #solvespace
mumptai_ has quit [Quit: Verlassend]