Skip to content

Conversation

d10c
Copy link
Contributor

@d10c d10c commented Aug 27, 2025

Stacks on #20206

Enables overlay compilation in lib/qlpack.yml.

@d10c d10c force-pushed the d10c/python-overlay-and-compilation branch from 63106c0 to 29940a5 Compare August 27, 2025 08:40
@d10c d10c closed this Aug 27, 2025
Comment on lines +9 to +13
/*- Predicates -*/
/**
* A local predicate that always holds for the overlay variant and
* never holds for the base variant. This is used to define local
* predicates that behave differently for the base and overlay variant.

Check warning

Code scanning / CodeQL

Predicate QLDoc style. Warning

The QLDoc for a predicate without a result should start with 'Holds'.
override string getPath() {
exists(@location loc | py_scope_location(loc, this) | result = getRawPathForLocation(loc))
or
result = getRawPathForModule(this.(@py_Module))

Check warning

Code scanning / CodeQL

Redundant cast Warning

Redundant cast to
@py_Module
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant