The Wayback Machine - https://web.archive.org/web/20220503190539/https://github.com/compnerd
Skip to content
Avatar

Achievements

Achievements

Highlights

  • 3 discussions answered

Organizations

@google @tensorflow @llvm @swift-server @ClangBuiltLinux
Block or Report

Block or report compnerd

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. swift-win32 Public

    A Windows application framework for Swift

    Swift 748 49

  2. SwiftWinRT Public

    WinRT Bridging for Swift

    Swift 130 3

  3. cassowary Public

    A Swift implementation of the cassowary simplex solver

    Swift 28 5

  4. eds Public

    EDID Data Structures

    C 18 11

  5. swift-build Public

    Alternate Swift Builds

    CMake 191 38

  6. AArch64 (ARM64) Assembly Syntax Highlighting (for VIM)

    Vim script 20 12

Contribution activity

May 2022

Created a pull request in apple/swift-tools-support-core that received 4 comments

TSCBasic: correct path componentization on Windows

When converting a path to components on Windows, we need to split on both / and \. Instead, prefer to normalize the path and split using the Founda…

+4 −1 4 comments
Reviewed 2 pull requests in 1 repository