Skip to content

Rename lib OutputKind to testlib - #644

Merged
antocuni merged 1 commit into
spylang:mainfrom
hoodmane:testlib
Aug 9, 2026
Merged

Rename lib OutputKind to testlib#644
antocuni merged 1 commit into
spylang:mainfrom
hoodmane:testlib

Conversation

@hoodmane

@hoodmane hoodmane commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Since it's only used for tests. I also moved the definition of the OutputKind type into build_info.py to go next to BuildType and BuildTarget.

Since it's only used for tests. I also moved the definition of the OutputKind
type into build_info.py to go next to BuildType and BuildTarget.
Comment thread spy/build/flags.py
_INCLUDE = _LIBSPY.join("include")
_BUILD = _LIBSPY.join("build")

BuildType = str # "release" | "debug"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nice catch :)

@antocuni
antocuni merged commit fb3ecdc into spylang:main Aug 9, 2026
7 checks passed
@antocuni

antocuni commented Aug 9, 2026

Copy link
Copy Markdown
Member

thanks @hoodmane !

@hoodmane
hoodmane deleted the testlib branch August 9, 2026 14:50
antocuni pushed a commit that referenced this pull request Aug 10, 2026
I added this check to `BuildConfig.__postinit__` in #644 but forgot to remove it
here.
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.

2 participants