Skip to content

Add module for handling version information of stdlib #579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Nov 27, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
  • Loading branch information
awvwgk and jvdp1 authored Nov 27, 2021
commit 52de385ed679df96e0980bb3067c1853685ce56c
2 changes: 1 addition & 1 deletion doc/specs/stdlib_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Version information
## Introduction

The `stdlib_version` module contains the version of the standard library.
The version information can be used as compile time constant or retrieved from a getter function at runtime.
The version information can be used as a compile time constant or retrieved from a getter function at runtime.
In case the standard library is dynamically linked, the version number retrieved from the getter might mismatch the compile time constants provided from the version built against.
Therefore, it is recommended to retrieve the version information always at runtime.

Expand Down