Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile workflow #157

Open
wants to merge 11 commits into
base: new_features_2025
Choose a base branch
from
Open

Conversation

fschledorn
Copy link
Collaborator

Pull Request: Enhancements and Fixes for Compile Workflow

This pull request introduces a series of enhancements and bug fixes aimed at improving the reliability and efficiency of the compile workflow.

Key improvements:

  • Resolved Build Failure (Temporary Fix Only): A function impacting the build workflow has been temporarily disabled to ensure successful compilation. ⚠️ This is a temporary workaround and requires a permanent solution before release. ⚠️ Pls See Workflow running out of memory? #154 for more details
  • Dependency Updates:
    • Updated checkout and texlive actions to the lates release
    • Updated the texlive version to the latest release
  • Fixed LaTeX Parsing: Resolved an issue related to the parsing of LaTeX escape characters, ensuring accurate interpretation and rendering of special symbols
  • File Management:
    • Corrected a missing file dependency and rectified an instance of file misnaming
    • Refactored file names to fit the new project structure
    • Rectified a misspelled folder name
    • Added empty dummy files that have not yet been written or restructured
    • Rewrote the .gitignore file to exclude compiled artifacts and IDE-generated folders

Important Notice for People writing branches

If you are working on other branches, please ensure you update your local branch with the changes from this pull request before continuing your work. This will prevent potential conflicts and ensure consistency across the project.

You can update your branch using the following commands:

git switch <your_branch_name>
git rebase origin/fix_compile_workflow

@fschledorn fschledorn added bug fix_before_vorkurs25 Sollte am besten vor dem Vorkurs in 2025 gefixt werden labels Nov 25, 2024
@fschledorn fschledorn self-assigned this Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix_before_vorkurs25 Sollte am besten vor dem Vorkurs in 2025 gefixt werden
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow running out of memory? fix workflow on new features 2025
1 participant