Skip to content

fix: use depset instead of None#621

Open
kczulko wants to merge 1 commit intobazelbuild:mainfrom
kczulko:kczulko/depset-insteadof_None
Open

fix: use depset instead of None#621
kczulko wants to merge 1 commit intobazelbuild:mainfrom
kczulko:kczulko/depset-insteadof_None

Conversation

@kczulko
Copy link
Copy Markdown
Contributor

@kczulko kczulko commented Mar 5, 2026

Under create_linker_input.bzl call to:

libraries = _cc_internal.freeze(libraries.to_list())

is causing following error:
Error: 'NoneType' value has no field of method 'to_list()'

Under create_linker_input.bzl call to:
```
libraries = _cc_internal.freeze(libraries.to_list())
```
is causing following error:
`Error: 'NoneType' value has no field of method 'to_list()'`
@armandomontanez armandomontanez added type: bug Something that should be working isn't working P1 I'll work on this now. (Assignee required) category: core rules labels Mar 26, 2026
@hvadehra hvadehra removed their request for review April 18, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: core rules P1 I'll work on this now. (Assignee required) type: bug Something that should be working isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants