Cleanup: Node internal link relink #104605

Closed
Iliya Katushenock wants to merge 6 commits from mod_moder:internal_relink into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

Cleanup: Reduce nested in code. Simplified logic.
Comment formatting.

Cleanup: Reduce nested in code. Simplified logic. Comment formatting.
Iliya Katushenock added 2 commits 2023-02-11 04:35:35 +01:00
Iliya Katushenock requested review from Hans Goudey 2023-02-11 04:35:43 +01:00
Brecht Van Lommel added this to the Nodes & Physics project 2023-02-13 09:17:56 +01:00
Iliya Katushenock added 2 commits 2023-02-13 20:26:25 +01:00
Iliya Katushenock changed title from Cleanup: Node internal link relink function simplified to Fix #104604: Node internal link relink: Avoid delete after freed and some cleanup 2023-02-13 20:38:15 +01:00
Iliya Katushenock added 1 commit 2023-02-15 18:47:10 +01:00
Iliya Katushenock changed title from Fix #104604: Node internal link relink: Avoid delete after freed and some cleanup to Cleanup: Node internal link relink 2023-02-15 19:06:13 +01:00
Iliya Katushenock added 1 commit 2023-02-15 19:06:54 +01:00
Hans Goudey requested changes 2023-02-16 20:40:12 +01:00
Hans Goudey left a comment
Member

I'm sorry to be picky about this, since I know it's just a fairly small cleanup, but I don't think this is really how the process should work. Combining all of these different cleanups in a single commit makes the diff hard to read. For this sort of change, the diff should be obvious and clearly correct.

The commit includes:

  • Use const arguments
  • Use references instead of pointers
  • Comment formatting
  • Variable renames
  • Reducing indentation
  • Whitespace changes

I agree with all of the changes you've made, but in the end, they're applied arbitrarily to this single function, and applied all at once, which I mentioned earlier. Instead, I'd rather see commits that apply these cleanups more broadly-- for example, "Cleanup: Comment formatting in node.cc" or "Cleanup: Use references in node.cc" or "Cleanup: Standardize BKE_node.h function naming", etc-- changes that are ore obvious and less local.

I'm sorry to be picky about this, since I know it's just a fairly small cleanup, but I don't think this is really how the process should work. Combining all of these different cleanups in a single commit makes the diff hard to read. For this sort of change, the diff should be *obvious* and clearly correct. The commit includes: - Use const arguments - Use references instead of pointers - Comment formatting - Variable renames - Reducing indentation - Whitespace changes I agree with all of the changes you've made, but in the end, they're applied arbitrarily to this single function, and applied all at once, which I mentioned earlier. Instead, I'd rather see commits that apply these cleanups more broadly-- for example, "Cleanup: Comment formatting in node.cc" or "Cleanup: Use references in node.cc" or "Cleanup: Standardize BKE_node.h function naming", etc-- changes that are ore obvious and less local.
Iliya Katushenock deleted branch internal_relink 2023-02-19 00:38:31 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#104605
No description provided.