jart / jart/morton

unsigned long long is not portable

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
298
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Rather use uint64_t

Contributor guide

No contributing guide indexed for this repository

Research direction

Search the repository for uses of `unsigned long long` and inspect the surrounding declarations and expressions. Replace the non-portable type with `uint64_t`, then build or run the repository's available checks to confirm the project still compiles cleanly.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
tooling
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.