MSP-Greg
MSP-Greg
> We want to set up CI testing against the SketchUp Ruby API tests. I thought that might be of interest. How would results be returned? Anyway, I started with...
Screw it. Just posted the code at: https://github.com/MSP-Greg/SUMT The docs (with the ReadMe rendered correctly, GitHub markdown is somewhat restrictive) are at: https://msp-greg.github.io/sumt/ Of interest - create a temp folder...
Okay, so you're thinking file based results. In a lot of CI, it's exit codes, but I've never checked if that could be done running in SU; I assume it...
Re testing & CI, ran the following cmd file with a slight modification to SUMT ``` start "" "C:\Program Files\SketchUp\SketchUp 2018_23\SketchUp.exe" -RubyStartup E:/GitHub/SUMT/lib/sumt/sumt_runner.rb ruby E:\GitHub\SUMT\lib\sumt\udp_receiver.rb ``` Works as expected, in...
I haven't seen mention of the 'SketchUp API test suite.' What are you referring to? Thanks, Greg
Got it. You were just commenting on its location/folder **within this repo**...
Can you update 'Require status checks to pass' -> 'Status checks that are required.'? https://github.com/SketchUp/testup-2/rules/267022?ref=refs%2Fheads%2Fmain **EDIT:** Node.js, just like Ruby, allows one to install multiple versions. My default is currently...
> What bug is that? See: https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assume-isnan/1597317 https://github.com/ruby/ruby/pull/5579/commits/826372eb694ed6cdd66a0e0be579eae24c83915e > it was easier for us to integrate/update. But that's now obsolete. It's obsolete for Trimble. My point is it's also obsolete...
@thomthom > Ruby 3.1 will build with VS 2022, but it fails some numeric tests The Visual Studio 2022 bug has been fixed, so Ruby 3.1 now builds and has...
> So it appear that it's been UCRT for a while, since Visual Studio 2015. Maybe you mean 2017? I think SU 2016 used that 'bridge' runtime, MSVCR100.dll? Regardless, see...