[PR #140] [MERGED] AutoTest does not build on windows due to missing 'setenv' #184

Closed
opened 2026-05-05 03:42:26 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/140
Author: @lindquist
Created: 1/23/2023
Status: Merged
Merged: 1/24/2023
Merged by: @mirek-fidler

Base: masterHead: setenv


📝 Commits (1)

  • 56b7ac4 AutoTest does not build on windows due to missing 'setenv', add SetEnv function

📊 Changes

5 files changed (+48 additions, -2 deletions)

View changed files

autotest/SetEnvVar/SetEnvVar.cpp (+22 -0)
autotest/SetEnvVar/SetEnvVar.upp (+9 -0)
📝 uppbox/AutoTest/AutoTest.cpp (+2 -2)
📝 uppsrc/Core/App.cpp (+14 -0)
📝 uppsrc/Core/App.h (+1 -0)

📄 Description

This PR adds a new SetEnv function to match the GetEnv which can then be used in AutoTest
Test was a bit fiddly, feedback appreciated.


🔄 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/ultimatepp/ultimatepp/pull/140 **Author:** [@lindquist](https://github.com/lindquist) **Created:** 1/23/2023 **Status:** ✅ Merged **Merged:** 1/24/2023 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `setenv` --- ### 📝 Commits (1) - [`56b7ac4`](https://github.com/ultimatepp/ultimatepp/commit/56b7ac438c3c8424891bc03186dc8cad1812eb46) AutoTest does not build on windows due to missing 'setenv', add SetEnv function ### 📊 Changes **5 files changed** (+48 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `autotest/SetEnvVar/SetEnvVar.cpp` (+22 -0) ➕ `autotest/SetEnvVar/SetEnvVar.upp` (+9 -0) 📝 `uppbox/AutoTest/AutoTest.cpp` (+2 -2) 📝 `uppsrc/Core/App.cpp` (+14 -0) 📝 `uppsrc/Core/App.h` (+1 -0) </details> ### 📄 Description This PR adds a new SetEnv function to match the GetEnv which can then be used in AutoTest Test was a bit fiddly, feedback appreciated. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:42:26 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
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: github-starred/ultimatepp#184
No description provided.