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
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()'`
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