Skip to content

Conversation

@bfops
Copy link
Collaborator

@bfops bfops commented Nov 18, 2025

Description of Changes

spacetime generate calls dotnet format.. but it did so with --folder, without going to any particular directory. The result would be that dotnet format tries to format _whatever directory it was run from.

API and ABI breaking changes

None.

Expected complexity level and risk

1

Testing

  • python3 -m smoketests namespaces no longer hangs on my machine

@bfops bfops added the release-any To be landed in any release window label Nov 18, 2025
@bfops bfops requested a review from cloutiertyler as a code owner November 18, 2025 19:39
@bfops bfops added the bugfix Fixes something that was expected to work differently label Nov 18, 2025
@bfops bfops requested a review from jdetter as a code owner November 18, 2025 19:39
Copy link
Collaborator

@jdetter jdetter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I read the context in discord on the smoke test hang issue and this change makes sense. Pending the smoke tests passing this lgtm though I haven't tested it myself. Thanks for the help debugging on this one Zeke 🙏

@bfops bfops added this pull request to the merge queue Nov 18, 2025
Merged via the queue into master with commit e26e989 Nov 18, 2025
23 of 24 checks passed
mamcx pushed a commit that referenced this pull request Nov 18, 2025
…ry (#3687)

# Description of Changes

`spacetime generate` calls `dotnet format`.. but it did so with
`--folder`, without going to any particular directory. The result would
be that `dotnet format` tries to format _whatever directory it was run
from.

# API and ABI breaking changes

None.

# Expected complexity level and risk

1

# Testing

- [x] `python3 -m smoketests namespaces` no longer hangs on my machine

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
github-merge-queue bot pushed a commit that referenced this pull request Nov 19, 2025
# Description of Changes

Apparently, when `spacetime generate` passes files to a linter, the
files are passed in as relative paths, which did not play properly with
`dotnet format` (so we effectively borked it).

# API and ABI breaking changes

None.

# Expected complexity level and risk

1

# Testing

- [x] Unity testsuite no longer fails on expected diffs

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
@bfops bfops deleted the bfops/fix-hanging-generate branch November 19, 2025 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Fixes something that was expected to work differently release-any To be landed in any release window

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants