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

gnustep-base 1.31.1 #207237

Merged
merged 6 commits into from
Mar 1, 2025
Merged

gnustep-base 1.31.1 #207237

merged 6 commits into from
Mar 1, 2025

Conversation

chenrui333
Copy link
Member

Created with brew bump-formula-pr.

@github-actions github-actions bot added bump-formula-pr PR was created using `brew bump-formula-pr` icu4c ICU use is a significant feature of the PR or issue labels Feb 11, 2025
@chenrui333 chenrui333 force-pushed the bump-gnustep-base-1.31.0 branch from c0e1144 to c19d1eb Compare February 11, 2025 04:10
@chenrui333
Copy link
Member Author

classes.m:256:7: error: use of undeclared identifier 'ENTER_POOL'
    256 |       ENTER_POOL
        |       ^
  classes.m:263:7: error: use of undeclared identifier 'LEAVE_POOL'
    263 |       LEAVE_POOL
        |       ^
  classes.m:399:3: error: use of undeclared identifier 'ENTER_POOL'
    399 |   ENTER_POOL
        |   ^
  classes.m:412:3: error: use of undeclared identifier 'oldClasses'; did you mean 'newClasses'?
    412 |   oldClasses = [NSDictionary dictionaryWithContentsOfFile: @"OldClasses.plist"];
        |   ^~~~~~~~~~
        |   newClasses
  classes.m:401:24: note: 'newClasses' declared here
    401 |   NSMutableDictionary   *newClasses;
        |                          ^
  classes.m:[500](https://github.com/Homebrew/homebrew-core/actions/runs/13255686847/job/37002160283?pr=207237#step:3:501):7: error: use of undeclared identifier 'oldClasses'; did you mean 'newClasses'?
    500 |   if (oldClasses)
        |       ^~~~~~~~~~
        |       newClasses
  classes.m:401:24: note: 'newClasses' declared here
    401 |   NSMutableDictionary   *newClasses;
        |                          ^
  classes.m:[502](https://github.com/Homebrew/homebrew-core/actions/runs/13255686847/job/37002160283?pr=207237#step:3:503):26: error: use of undeclared identifier 'oldClasses'; did you mean 'newClasses'?
    502 |       NSEnumerator      *e = [oldClasses keyEnumerator];
        |                               ^~~~~~~~~~
        |                               newClasses
  classes.m:401:24: note: 'newClasses' declared here
    401 |   NSMutableDictionary   *newClasses;
        |                          ^
  classes.m:[507](https://github.com/Homebrew/homebrew-core/actions/runs/13255686847/job/37002160283?pr=207237#step:3:508):27: error: use of undeclared identifier 'oldClasses'; did you mean 'newClasses'?
    507 |           NSDictionary  *oinfo = [oldClasses objectForKey: name];
        |                                   ^~~~~~~~~~
        |                                   newClasses
  classes.m:401:24: note: 'newClasses' declared here
    401 |   NSMutableDictionary   *newClasses;
        |                          ^
  classes.m:524:3: error: use of undeclared identifier 'LEAVE_POOL'
    524 |   LEAVE_POOL
        |   ^
  8 errors generated.

@chenrui333 chenrui333 added the build failure CI fails while building the software label Feb 12, 2025
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Feb 15, 2025
@github-actions github-actions bot closed this Feb 16, 2025
@github-actions github-actions bot deleted the bump-gnustep-base-1.31.0 branch February 16, 2025 00:14
Signed-off-by: Rui Chen <[email protected]>
@chenrui333 chenrui333 restored the bump-gnustep-base-1.31.0 branch March 1, 2025 02:10
@chenrui333 chenrui333 reopened this Mar 1, 2025
@chenrui333 chenrui333 force-pushed the bump-gnustep-base-1.31.0 branch from c19d1eb to 4f834c9 Compare March 1, 2025 02:10
@chenrui333 chenrui333 added ready to merge PR can be merged once CI is green CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. and removed stale No recent activity build failure CI fails while building the software labels Mar 1, 2025
@chenrui333 chenrui333 changed the title gnustep-base 1.31.0 gnustep-base 1.31.1 Mar 1, 2025
Copy link
Contributor

github-actions bot commented Mar 1, 2025

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Mar 1, 2025
@BrewTestBot BrewTestBot enabled auto-merge March 1, 2025 03:36
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 1, 2025
Merged via the queue into master with commit 29efef7 Mar 1, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-gnustep-base-1.31.0 branch March 1, 2025 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. icu4c ICU use is a significant feature of the PR or issue ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants