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

Feature/freshen up widows filesystem #188

Conversation

stagnation
Copy link
Contributor

DRAFT. Stacked on #187

Nils Wireklint added 8 commits February 7, 2024 16:37
This is required to build the otel stylesheet on Windows.
To work with users who prefer a different output in their personal rc
file. Using '--nohome_rc' is not good either, if they want to change the
output base this query would duplicate a lot of data.
In the presence of forward-slash paths with drive letters.
They can come from environment variable expansion in the proto
configuration.
The 'ERROR_MORE_DATA' error is never raised so this continues parsing
until the bookend 'ERROR_NO_MORE_DATA' is raised instead.
This fixes execution errors where some programs fail to execute while a
source file is hardlinked into another scheduled actions. Many compilers
restrict the sharing mode for the files they open, 'cl.exe' for instance
does not allow other processes to have open WRITE handles to its source
files, and fails with SHARING_VIOLATION if such handles are open. The
hardlinking file fetcher does not need this permission and we solve many
crashes by removing it.
@stagnation stagnation marked this pull request as draft February 8, 2024 09:16
@stagnation stagnation closed this Jul 1, 2024
@stagnation
Copy link
Contributor Author

#210

@stagnation stagnation deleted the feature/freshen-up-widows-filesystem branch July 1, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant