Skip to content

Conversation

@Tbusk
Copy link
Contributor

@Tbusk Tbusk commented Nov 12, 2025

Closes #121

This PR adds the following value types:

  • size_t
  • ssize_t
  • unichar2
  • string16
  • string32

This PR also adds size and range information plus one typo fix in a comment further down in the page.

The value ranges mainly came from https://learn.microsoft.com/en-us/cpp/cpp/data-type-ranges?view=msvc-170, https://en.wikipedia.org/wiki/C_data_types, https://en.wikipedia.org/wiki/IEEE_754-1985, and https://en.cppreference.com/w/c/language/arithmetic_types.html#Integer_types .

Copy link
Member

@colinkiama colinkiama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow this is a massive expansion. Thank you!

@colinkiama colinkiama merged commit 64bc383 into vala-lang:main Nov 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A few data types are missing and do not include ranges and size like most language docs do

2 participants