Skip to content

Conversation

@am11
Copy link
Member

@am11 am11 commented Dec 8, 2021

Commits:

  1. Dedup addprefix cmake function and delete unused defailes like PACKAGE_*, which are autoconf artifacts, unused in current cmake based setup.
  2. Change #if FALSE to #if 0 in C files.
  3. Cleanup trailing whitepaces in files from 1 and 2.

am11 added 3 commits December 8, 2021 13:33
```sh
# git remote add dotnet https://github.com/dotnet/runtime && git pull --rebase dotnet main

if uname 2>/devnull | grep -q Darwin; then
    space=" "
fi

git show --name-only --pretty="" HEAD...dotnet/main |\
    xargs -I{} sh -c "test -f {} && sed -i$space'' 's/[[:space:]]*$//' {}"
```
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Dec 8, 2021
@ghost
Copy link

ghost commented Dec 8, 2021

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost
Copy link

ghost commented Dec 8, 2021

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

Commits:

  1. Dedup addprefix cmake function and delete unused defailes like PACKAGE_*, which are autoconf artifacts, unused in current cmake based setup.
  2. Change #if FALSE to #if 0 in C files.
  3. Cleanup trailing whitepaces in files from 1 and 2.
Author: am11
Assignees: -
Labels:

area-Infrastructure, community-contribution

Milestone: -

@vargaz
Copy link
Contributor

vargaz commented Dec 8, 2021

The mono changes look ok

@am11
Copy link
Member Author

am11 commented Dec 11, 2021

@lambdageek, is it good to merge? Is so please do, I don't have write access.

@marek-safar marek-safar merged commit 20f994c into dotnet:main Dec 11, 2021
@am11 am11 deleted the feature/native-configs branch December 12, 2021 08:43
@am11
Copy link
Member Author

am11 commented Dec 12, 2021

Thanks, I wanted to use addprefix() in #62673. :)

@ghost ghost locked as resolved and limited conversation to collaborators Jan 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructure community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants