starlarky icon indicating copy to clipboard operation
starlarky copied to clipboard

VGS edition of Google's safe and hermetically sealed Starlark language - a non-Turing complete subset of Python 3.

Results 32 starlarky issues
Sort by recently updated
recently updated
newest added

## Fixes [Jira Story or GH Issue if applicable](link) ## Description of changes in release / Impact of release: (insert text here) ## Documentation (insert text here) ## Risks of...

Problem at line 60 of arkyCompiledScript.java setBindingsValue(globalBindings, engineBindings, result.getGlobals()); getGlobals() function is not defined. I am not able to build master branch of larky maven project. I am getting more...

## Fixes [SECENG-222](https://verygoodsecurity.atlassian.net/jira/software/c/projects/SECENG/issues/SECENG-222?jql=project%20%3D%20%22SECENG%22%20AND%20text%20~%20%22sast%22%20ORDER%20BY%20created%20DESC) ## Description of changes in release / Impact of release: Adding configuration for Semgrep Code (SAST) and SCA (dependency vulnerability scanning). The jobs provided perform scans of...

It would be good to have a dockerized container that allows executing starlark runtime locally. This would be useful for local development as well as running other projects such as...

enhancement
triaged

## Fixes [Jira Story or GH Issue if applicable](link) ## Description of changes in release / Impact of release: (insert text here) ## Documentation (insert text here) ## Risks of...

We have a set of common functionality we need to implement in order to have parity with our customers in production today that we must implement. ## What to migrate...

python-compat
triaged
in backlog

## Problem or feature statement `input.headers` does not support multi-dict. If there are 2 Set-Cookie headers in an HTTP response, the second one gets deleted. ## Advised solution We should...

## Problem or feature statement Type hints are very helpful to catch some simple bugs and can help us leverage all of the linters that exist to catch simple mistakes...

enhancement
triaged

## Fixes [an idea](google.com) ## Description of changes in release / Impact of release: Moved tests outside larky module to support idea of a separate platform for real test case...

## Problem or feature statement Customers may want to do some validation of requests before they are forwarded to their downstream. Some possible usage example to consider: 1) Want to...

enhancement
triaged