Skip to content
View TurkeyMan's full-sized avatar
  • Brisbane, Australia

Organizations

@RemedyGameJam @English2 @FujiGameJam @FeedBackDevs

Block or report TurkeyMan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. fuji fuji Public

    Mount Fuji Game Engine

    C 45 8

  2. premake-cmake premake-cmake Public

    cmake output for premake5

    Lua 23 4

  3. feedback-editor feedback-editor Public

    FeedBack - Guitar Hero Engine/Editor

    C++ 20 3

  4. color color Public

    Development for std.color

    D 14 6

  5. simd simd Public

    std.simd development for eventual inclusion in phobos

    D 10 1

  6. superemu superemu Public

    Multi-system emulator written in D

    D 7

301 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to TurkeyMan/energy-monitor, dlang/dmd, dlang/visuald and 10 other repositories
Loading A graph representing TurkeyMan's contributions from March 17, 2024 to March 22, 2025. The contributions are 55% commits, 26% pull requests, 12% issues, 7% code review.

Contribution activity

March 2025

Created a pull request in dlang/dmd that received 26 comments

Accept __rvalue attribute on ref functions

...which forces the result to be treated as __rvalue. Presence of this attribute will cause __rvalue to be inferred at the function call-site, ie: Ie:

+44 −5 lines changed 26 comments
Opened 8 other pull requests in 2 repositories
Reviewed 3 pull requests in 2 repositories

Created an issue in dlang/dmd that received 32 comments

Placement new doesn't call implicit copy constructor

struct Test { int x, y, z; // this(ref Test) {} // no explicit copy constructor (implicit exists) this(int x, int y, int z) {} // explicit normal c…

32 comments
Opened 6 other issues in 4 repositories
Loading