[PR #1225] [CLOSED] Fix/windows quarto llms fixes This PR fixes issues related to Windows execution in Quarto LLMs. Fixes #123 #8952

Closed
opened 2026-05-03 01:08:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1225
Author: @Pratham-ja
Created: 3/10/2026
Status: Closed

Base: devHead: fix/windows-quarto-llms


📝 Commits (2)

  • 754d53c Ensure Quarto >=1.9.27 for llms-txt support
  • 4612f4b Ensure Quarto >=1.9.27 for llms-txt support

📊 Changes

1 file changed (+17 additions, -0 deletions)

View changed files

📝 book/docker/windows/Dockerfile (+17 -0)

📄 Description

This PR fixes issues related to Windows execution in Quarto LLMs. Fixes #1213.

The Windows container installs Quarto via Scoop, but the extras
bucket currently provides a version < 1.9.27 which does not support
the website.llms-txt configuration.

This PR adds a version check and installs Quarto 1.9.27 manually
if the Scoop version is older, ensuring Windows builds succeed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1225 **Author:** [@Pratham-ja](https://github.com/Pratham-ja) **Created:** 3/10/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix/windows-quarto-llms` --- ### 📝 Commits (2) - [`754d53c`](https://github.com/harvard-edge/cs249r_book/commit/754d53cdce5ea9b5d21022efd4d1dfa37a57b818) Ensure Quarto >=1.9.27 for llms-txt support - [`4612f4b`](https://github.com/harvard-edge/cs249r_book/commit/4612f4bbe0d9f921daaf5e71f1135a60a1cfbad2) Ensure Quarto >=1.9.27 for llms-txt support ### 📊 Changes **1 file changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `book/docker/windows/Dockerfile` (+17 -0) </details> ### 📄 Description This PR fixes issues related to Windows execution in Quarto LLMs. Fixes #1213. The Windows container installs Quarto via Scoop, but the extras bucket currently provides a version < 1.9.27 which does not support the `website.llms-txt` configuration. This PR adds a version check and installs Quarto 1.9.27 manually if the Scoop version is older, ensuring Windows builds succeed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-03 01:08:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#8952