0.8.0 --- follow openkal 0.14 - #14
Merged
Merged
Conversation
The specification's 0.14 adds a position to openkal.terminal's mode word, which this implementation does not provide, and corrects KAL_VERSION_MINOR --- which it does answer with, because kal_version is that constant. Built against 0.13 this package would report 0.11 to a consumer that asks, and a consumer bound at load has nothing else to ask.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
跟随 openkal 0.14(mcpplibs/openkal#38)。本实现不提供
openkal.terminal,所以新位与它无关;要跟随的是KAL_VERSION_MINOR的校正——kal_version就是return KAL_VERSION;,所以停在 0.13 的构建会对外自称 0.11,而在 load 期绑定或跨陷入边界的消费者只有这一个入口可问。