ruevs
ruevs
> Something I noticed is that underscores are interpreted as "operators" which triggers an unknown operator exception. I'm a big fan of snake case, so I think for better user...
> (Edit: also, how did you get those nice looking links to code with preview?) 1. Browse through the project until you get to the file and line you want:...
> For the next release, should we change the file extension (slvs2)? In my opinion - no. We have introduced new features that impact the file format many times since...
@dgramop do not forget the [other loose end](https://github.com/solvespace/solvespace/pull/1432) that [brought you here](https://github.com/solvespace/solvespace/issues/1428) ;-) Search for [`Op::VARIABLE`](https://github.com/solvespace/solvespace/blob/7d379e7f3b045ae579537abd392d5b368a4117e5/src/expr.cpp#L720). https://github.com/solvespace/solvespace/blob/7d379e7f3b045ae579537abd392d5b368a4117e5/src/expr.h#L22 As I get deeper into the parameters branch I'll also keep it in...
> Wow! That feels like an eternity ago! This is closer to an "eternity ago" ;-) https://github.com/solvespace/solvespace/commit/61f248899a4f3c4ce06e63759669fe6c3e727417
Hi @dgramop sorry - somehow I thought you still wanted to change something. I rebased the branch onto master and merged my pull request about styling `RELATION` constraints. I also...
This seems fixed? The problem is I could not reproduce it even on (e.g.) 70ec7cc2 from may. @phkahler how about you?
Oh I had your ```C++ if(vm < 0) { // happens when we revolve with negative theta of = of.Minus(v); v = v.ScaledBy(-1); } ``` in my tree an thought...
I can reproduce it as well (Windows 10) on 3.0.rc1 and my own master compile.
@phkahler Ha! On one of my machines with MSVC 2019: Version | Debug | MinSizeRel | Release | RelWithDebInfo --|--|--|--|-- x86 (compiler 19.28.29334 for x86) | naked | naked |...