Parsing of all a make flags in loop #104541
No reviewers
Labels
No Label
Meta
Good First Issue
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 & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information 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 project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#104541
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "mod_moder/blender-manual:support_custom_port"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Main target of this refactoring - support of custom port.
This flag should be passed as another one optional argument
to the make. But to do this, all flags should be able to be parsed
individually. To support this, loop was added.
Functional changes:
check_syntax
,check_spelling
, ...)can be processed by the make at the same executing call.
port ...
(set a port index).sphinx ...
(set a command file for Sphinx documentation).lang ...
(set a language).It was added just to be.
TODO:
Refactoring: Parsing of all a make flags in loopto Parsing of all a make flags in loopWould it be simpler to be able to set the port through an environment variable?
This is rather advanced for most people so I am not sure it is worth the extra complexity.
Well, not all people need to change it's port, so not sure if that complexity will be affected on many users.
In another hand, to change port, just one optional flag need to be added (that should be just one line to type instead of changing path variables).
To support ports, feature to support any other flags was added too, hope this might simplify much more sides than make more complicated.
Checkout
From your project repository, check out a new branch and test the changes.