Highlights
- 3 discussions answered
Block or Report
Block or report compnerd
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
3,506 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 58 commits in 10 repositories
Created a pull request in apple/swift-package-manager that received 18 comments
SourceControl: normalise repository basename computation
Prefer using the url member to get a URL representation of the
location, and then use the pathComponents property rather than
splitting on / which …
+1
−1
•
18
comments
Opened 64 other pull requests in 10 repositories
apple/swift-package-manager
6
open
26
merged
2
closed
-
Basics: use
AbsolutePathto handle paths - Tests: adjust path regex to account for alternate path separator
-
PackageRegistry: use
parentDirectoryto get the parent directory - PackageLoading: further portability changes for pkg-config
- Tests: adjust VFS tests for Windows
- PackageLoading: introduce new entry points for testing
-
PackageLoading: adopt
AbsolutePathAPIs for path representation - Basics: add a temporary workaround for Windows for archives
-
Tests: remove errant
print -
Tests: adopt
AbsolutePathAPIs for path construction - PackageLoading: support non-Unix platforms for PkgConfig
- Tests: disable SQLite test on Windows
-
Tests: use
RelativePathin XcodeprojTests for path references -
Tests: use
tarrather thanechofor sandbox test on Windows - Tests: use path APIs to construct paths in PackageGraphTests
- PackageLoading: correct relative path construction
- SourceControl: remove unnecessary shell usage
- Tests: adjust the PackageLoading tests for Windows
- Tests: make the Workspace tests pass on Windows
- Tests: make the PIF tests pass on Windows
-
Add
nugetpackage provider - SourceControl: adjust file path handling
- PackageLoading: always anchor the relative path
- Tests: clean up modulemap generation tests for paths
- Tests: adjust test for real file systems
- Some pull requests not shown.
apple/swift-tools-support-core
4
merged
2
open
1
closed
-
TSCBasic: adjust
AbsolutePath(_:relativeTo:)on Windows -
TSCTestSupport:
SDKROOTis required for Windows - TSCBasic: alter environment handling for Windows
- TSCTestSupport: support more complex file systems
- TSCBasic: avoid validating the relative path on Windows
-
TSCBasic: change spelling for
root - TSCBasic: correct path componentization on Windows
apple/swift-driver
6
merged
1
open
-
[5.7] Driver: use a proper error rather than
fatalError -
[5.7] Driver: provide a more suitable default for
emit-module.d - Driver: further generalise #1088
- Tests: adjust tests for swift-tools-support-core#312
-
Driver: use a proper error rather than
fatalError - Tests: ensure that the path will be relative
-
Driver: provide a more suitable default for
emit-module.d
apple/swift-installer-scripts
5
merged
apple/swift
3
merged
bazelbuild/rules_swift
3
merged
apple/llvm-project
2
merged
compnerd/swift-winmd
1
merged
apple/swift-docker
1
open
compnerd/swift-win32
1
merged
Reviewed 40 pull requests in 12 repositories
apple/swift-package-manager
14 pull requests
- Tests: adjust VFS tests for Windows
- PackageLoading: further portability changes for pkg-config
- PackageLoading: introduce new entry points for testing
- PackageLoading: support non-Unix platforms for PkgConfig
- Tests: disable SQLite test on Windows
-
Tests: adopt
AbsolutePathAPIs for path construction -
Tests: use
RelativePathin XcodeprojTests for path references - SourceControl: remove unnecessary shell usage
- PackageLoading: always anchor the relative path
- Tests: adjust the PackageLoading tests for Windows
- Tests: adjust BuildTests to compose paths
-
Add
nugetpackage provider - SourceControl: normalise repository basename computation
- Tests: adjust test for real file systems
apple/swift
7 pull requests
- [Tests] Make OS features consistent
- [ClangImporter] Use clang getDefaultLanguageStandard
- Update process-stats-dir DictWriter for python3
-
Use
collections.abc.Iterableinstead ofcollection.Iterable -
58711 -
swift_slowAlloc()and friends should be markedSWIFT_NODISCARD -
[WIP] #58686
swift_slowAlloc()_et al._ should be marked returns-nonnull to improve codegen - Update AndroidBuild.md
compnerd/swift-build
5 pull requests
bazelbuild/rules_swift
3 pull requests
ClangBuiltLinux/containers
2 pull requests
swift-server/vscode-swift
2 pull requests
apple/llvm-project
2 pull requests
apple/swift-org-website
1 pull request
apple/swift-tools-support-core
1 pull request
apple/swift-system
1 pull request
apple/swift-corelibs-libdispatch
1 pull request
apple/swift-driver
1 pull request
Created an issue in apple/swift-package-manager that received 1 comment
dynamically generate flag expectations in tests
Many of the tests are currently statically generating the flags for expectations in BuildPlanTests.swift based upon #if os which changes behaviour …
1
comment