Loren Osborn linux_dr
  • Joined on 2015-06-09
Loren Osborn commented on pull request blender/blender#111193 2023-09-07 14:43:57 +02:00
WIP: Fixed 149 XCode compiler warnings. (needs revision)

@brecht: TL,DR: This PR contains two fixes to actual issues (64-bit pointer deltas being cast to 32-bit ints)

Which ones they are should be obvious after I push my update later today.…

Loren Osborn commented on pull request blender/blender#111193 2023-09-06 20:42:44 +02:00
WIP: Fixed 149 XCode compiler warnings. (needs revision)

@ideasman42, I agree that only a small number of these are actual bugs. In this set of 149 fixes, 2 involved issues casting (often 64 bit) pointers to (usually 32 bit) ints, which I would consider…

Loren Osborn commented on pull request blender/blender#109878 2023-08-26 07:48:49 +02:00
Realtime Compositor: add regression tests

Issue #111455 closed!

Loren Osborn commented on issue blender/blender#111455 2023-08-26 07:46:08 +02:00
New CPU Compositor tests fail to copy/download reference images

From #blender-coders:

@linux_dr (2023-08-25 9:31 PM) [... I] Just hate thinking of other developers wasting time getting bitten by this too… but as you said, no point throwing good time…

Loren Osborn commented on issue blender/blender#111455 2023-08-26 07:46:05 +02:00
New CPU Compositor tests fail to copy/download reference images

From #blender-coders:

@linux_dr (2023-08-25 9:31 PM) [... I] Just hate thinking of other developers wasting time getting bitten by this too… but as you said, no point throwing good time…

Loren Osborn closed issue blender/blender#111455 2023-08-26 07:46:04 +02:00
New CPU Compositor tests fail to copy/download reference images
Loren Osborn commented on issue blender/blender#111455 2023-08-26 07:46:01 +02:00
New CPU Compositor tests fail to copy/download reference images

From #blender-coders:

@linux_dr (2023-08-25 9:31 PM) [... I] Just hate thinking of other developers wasting time getting bitten by this too… but as you said, no point throwing good time…

Loren Osborn commented on issue blender/blender#111455 2023-08-25 06:11:50 +02:00
New CPU Compositor tests fail to copy/download reference images

I’ve started work on a fix for this. One main annoyance is that svn refuses to return non-zero exit codes, almost ever. I’m confident I can detect non-clean working directories, and produce,…

Loren Osborn commented on issue blender/blender#111455 2023-08-24 21:30:03 +02:00
New CPU Compositor tests fail to copy/download reference images

@LazyDodo , Much thanks as always. FYI, ../lib/tests would have been more helpful than r63469 but I found what you meant:

Here's what I did find:

  • Relevant output from make update
Loren Osborn commented on issue blender/blender#111455 2023-08-24 20:56:39 +02:00
New CPU Compositor tests fail to copy/download reference images

@deadpin @Sergey , I have confirmed that my subversion checkout of https://svn.blender.org/svnroot/bf-blender/trunk/lib/assets at ~/blender-git/blender/../lib/assets is behind at r63376

Loren Osborn commented on pull request blender/blender#109878 2023-08-24 14:19:10 +02:00
Realtime Compositor: add regression tests

it might be better to talk in the blender chat instead, where more people who are familiar with cmake and svn can chime in and help.

@Sergey, Where is the blender developer chat now? I…

Loren Osborn opened issue blender/blender#111455 2023-08-24 03:26:55 +02:00
New CPU Compositor tests fail to copy/download reference images
Loren Osborn commented on pull request blender/blender#109878 2023-08-24 02:10:55 +02:00
Realtime Compositor: add regression tests

@Sergey, I'm really liking the idea of these tests, but I'm finding on my environment, I'm not getting the tests to pull the test data from the lib directory, (or pull the updated data down from…

Loren Osborn commented on pull request blender/blender#111193 2023-08-21 06:35:04 +02:00
WIP: Fixed 149 XCode compiler warnings. (needs revision)

@brecht, @Jeroen-Bakker,

If you can provide answers to my questions, I’ll know if I should revise or abandon this PR.

Thank you,

-Loren

Loren Osborn commented on pull request blender/blender#111193 2023-08-18 15:55:10 +02:00
WIP: Fixed 149 XCode compiler warnings. (needs revision)

Just to be clear, I consider these warnings as “valid” low-priority issues that should eventually be addressed for code hygiene and to facilitate the use of automated tools in code analysis,…

Loren Osborn commented on pull request blender/blender#111193 2023-08-17 22:51:50 +02:00
WIP: Fixed 149 XCode compiler warnings. (needs revision)
  • We have a convention to prefer signed types of unsigned types, as unsigned types can lead to bugs when intermediate values are negative. size_t may be fine for e.g. measuring memory sizes,…
Loren Osborn commented on pull request blender/blender#111193 2023-08-17 21:17:15 +02:00
WIP: Fixed 149 XCode compiler warnings. (needs revision)

For fixing the integer conversion warnings, some buy-in from @ideasman42 @HooglyBoogly @JacquesLucke would be good. I think they have been most involved in cleanups and/or defining guidelines…

Loren Osborn commented on pull request blender/blender#111193 2023-08-17 20:28:20 +02:00
WIP: Fixed 149 XCode compiler warnings. (needs revision)
  • extern are copies of other projects. In stead of fixing them locally I think it is better to fix them upstream.

Yes, I actually noticed this after posting the PR. Let me detail the plan of…

Loren Osborn commented on pull request blender/blender#111193 2023-08-17 14:35:47 +02:00
WIP: Fixed 149 XCode compiler warnings. (needs revision)

We should try to align compiler flags between Xcode and the command line and other platforms. Keeping the warnings fixed is not practical if few developers use Xcode.

Definitely! Having…

Loren Osborn commented on pull request blender/blender#111193 2023-08-17 07:31:57 +02:00
WIP: Fixed 149 XCode compiler warnings. (needs revision)

It might be appropriate to attach this to https://projects.blender.org/blender/blender/projects/11