Skip to content

Conversation

@MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Dec 8, 2024

Description

This pull request includes several changes to improve the organization and processing of module files in the PowerShell build scripts. The most important changes include modifying the order and method of adding content from subfolders, reorganizing the script regions, and ensuring consistent sorting of files and folders.

Changes to file processing order and method:

  • README.md: Changed the order of processing subfolder content and clarified that files are processed recursively in alphabetical order.
  • scripts/helpers/Build/Add-ContentFromItem.ps1: Moved the processing of subfolders to occur after processing files in the current folder, ensuring a more logical and efficient order. [1] [2]

Reorganization of script regions:

Consistency improvements:

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner December 8, 2024 19:25
@MariusStorhaug MariusStorhaug changed the title 🩹 [Patch]: Build root module with files -> folders 🩹 [Patch]: Build root module from files before subfolders Dec 8, 2024
@MariusStorhaug MariusStorhaug merged commit 066fc04 into main Dec 8, 2024
8 checks passed
@MariusStorhaug MariusStorhaug deleted the classLoader branch December 8, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants