Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: stripe/skycfg

Tags

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
debugger: Upgrade Starlark to remove getPredeclared hack (#143)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
debugger: create package

Add a simple interactive Starlark debugger. This is a copy of a debugger that has been in use at Stripe. It can be used in any starlark-go application, not necessarily one that uses skycfg.

The debugger exposes a single `breakpoint()` function to ordinary Starlark code, which starts up an interactive REPL-style debugging session, in which users can examine the Starlark thread stack and manipulate values. An example integration is in `debugger/example_test.go`, with the transcript of a sample debugging session located in `debugger/README.md`.

Stepping through code is not supported due to restrictions in starlark-go. See google/starlark-go#304 for details.

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
go/protomodule: add go1.23 iter support (#140)

Add `(*protoMap).Entries` and `(*protoList).Elements`, which return `iter.Seq2` and `iter.Seq` respectively, to mirror google/starlark-go#551.

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add flatten on eval (#104)

* add flatten

* update protobuf for zlib + comment

* fix test

* add flatten as an option

* remove conditional

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jmillikin-stripe John Millikin
Use in-container workspace path for GitHub Action cache.