Skip to content

deps: follow openkal 0.7.0 - #3

Merged
Sunrisepeak merged 3 commits into
mainfrom
feat/openkal-random
Aug 24, 2026
Merged

deps: follow openkal 0.7.0#3
Sunrisepeak merged 3 commits into
mainfrom
feat/openkal-random

Conversation

@Sunrisepeak

Copy link
Copy Markdown
Member

This implementation does not provide openkal.random; under clause 6.1 that is expressed by absence.

规范新增 `openkal.random`(mcpplibs/openkal#8),版本升到 0.7.0。

⚠️ CI 有一道版本同步门,而它的诊断说明了为什么必须一起改:

    this is openkal 0.7.0 and this implementation is written against
    openkal 0.6.0. Nothing is wrong with either; they are not in step.

⭐ 本包**不提供** `openkal.random`,而那不是偏离 —— 6.1 条规定实现提供一个
接口是全有或全无,不提供的接口作为链接期定义缺席。这里跟随的只是规范版本,
不是接口集合。
The branch carried 0.1.2, which is the version on `main` and the version
already in the index. Following openkal 0.7.0 changes what this package
declares, and on two of these repositories it also adds an interface, so
the content behind that number is no longer the content published under
it.

openkal takes a minor bump for a new interface and an implementation
following it takes a patch bump --- the shape of 0.5.2 → 0.6.0 with
0.5.2 → 0.5.3 beneath it.
The example asked for openkal 0.6.0 while the package it links asks for
0.7.0. Both were resolved, the engine fell back to mangling one copy's
module names so they could coexist, and mangling stages sources without
the headers beside them:

    src/kal.cpp:32:10: fatal error: uefi.h: No such file or directory

Naming one specification removes the fallback.
@Sunrisepeak
Sunrisepeak merged commit f9ad9a1 into main Aug 24, 2026
3 checks passed
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.

1 participant