Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / google/starlark-go issues and pull requests

#562 - go fmt ...

Pull Request - State: closed - Opened by adonovan 15 days ago

#561 - SourceProgramOptions for parsing

Issue - State: closed - Opened by state-developer 21 days ago - 1 comment

#560 - Removed dead code for RPAREN.

Pull Request - State: closed - Opened by haberman 2 months ago

#559 - FR: implement io/fs or another filesystem interface

Issue - State: closed - Opened by discentem 2 months ago - 2 comments

#558 - Fix overflow checking for repeat operation

Pull Request - State: closed - Opened by marco6 3 months ago

#557 - Serializing the state of the Starlark program/REPL

Issue - State: open - Opened by jayaprabhakar 4 months ago - 4 comments

#556 - Mazzika.com

Issue - State: closed - Opened by Mazzika1 4 months ago - 1 comment

#555 - Documentation on how to use modules

Issue - State: open - Opened by jayaprabhakar 4 months ago - 1 comment

#553 - Allow load statements in conditionals and loops

Issue - State: closed - Opened by edigaryev 5 months ago - 5 comments

#552 - starlark: profiler: stop using runtime.nanotime via linkname hack

Pull Request - State: closed - Opened by adonovan 5 months ago - 1 comment

#551 - starlark: require go1.23 for new iterators

Pull Request - State: closed - Opened by adonovan 5 months ago - 2 comments

#550 - Need a way to know if a variable is updated

Issue - State: closed - Opened by jayaprabhakar 5 months ago - 3 comments

#549 - spec: remove Contents in favor to GitHub's TOC

Pull Request - State: closed - Opened by alexandear 5 months ago

#548 - starlark,syntax,repl: improve docs for deprecated functions

Pull Request - State: closed - Opened by alexandear 5 months ago

#547 - docs: fix typos

Pull Request - State: closed - Opened by alexandear 5 months ago

#546 - stop using go:linkname across modules

Issue - State: open - Opened by adonovan 5 months ago - 4 comments

#545 - starlark: tweak how UnpackArgs enforces optional args

Pull Request - State: closed - Opened by nicks 5 months ago

#544 - UnpackArgs has different behavior for `args` vs `kwargs`

Issue - State: closed - Opened by nicks 5 months ago - 2 comments

#543 - support `eval()` like python?

Issue - State: closed - Opened by wetlittle 5 months ago - 1 comment

#542 - draft: extended comparison functions return Value type

Pull Request - State: closed - Opened by hungtcs 5 months ago - 1 comment

#540 - Is the Starlark thread thread-safe for concurrent `Exec*()`?

Issue - State: closed - Opened by StarHime 6 months ago - 3 comments

#539 - starlark: add debug API for Locals and FreeVars

Pull Request - State: closed - Opened by adonovan 6 months ago

#538 - need API to enumerate names/bindings of a Function's local variables

Issue - State: closed - Opened by hungtcs 6 months ago - 7 comments

#537 - starlark: eta-abstract the new iterators

Pull Request - State: closed - Opened by adonovan 6 months ago

#536 - Distinguish `repr` away from `str` and use it for nested types

Issue - State: open - Opened by oprypin 6 months ago - 9 comments

#535 - Allow overriding `repr` for custom types

Issue - State: open - Opened by oprypin 6 months ago - 1 comment

#533 - syntax: report start-of-token pos for parsePrimary errors

Pull Request - State: closed - Opened by adonovan 6 months ago - 1 comment

#530 - build(deps): bump google.golang.org/protobuf from 1.25.0 to 1.33.0

Pull Request - State: closed - Opened by dependabot[bot] 7 months ago
Labels: dependencies

#529 - starlark: update go.mod to drop go1.18 support

Pull Request - State: closed - Opened by adonovan 7 months ago

#528 - Bug: Can't move key-value pairs from fields to tags

Issue - State: closed - Opened by wpesotsky 7 months ago - 1 comment

#527 - starlark: new API for go1.23 push iterators

Pull Request - State: closed - Opened by adonovan 8 months ago

#526 - Add support for Identity comparisons `is` and `is not`

Issue - State: closed - Opened by RussellLuo 8 months ago - 4 comments

#525 - feat: add a Makefile for easy building

Pull Request - State: closed - Opened by HarikrishnanBalagopal 8 months ago

#524 - Remove debug clock from Time.String()

Pull Request - State: closed - Opened by marco6 8 months ago

#523 - Passing starlark.Dict arguments in starlark.Call

Issue - State: closed - Opened by mohamed--abdel-maksoud 9 months ago - 1 comment

#522 - Why are the {C,ITER,}JMP instructions encoded with a 4-byte padding?

Issue - State: closed - Opened by mna 9 months ago - 2 comments

#521 - Cleanup

Pull Request - State: closed - Opened by mna 9 months ago - 1 comment

#520 - Remove 'too many arguments' error when interpolating over mappings

Pull Request - State: closed - Opened by TheSignPainter98 11 months ago - 1 comment

#519 - starlark: format all files with go1.19

Pull Request - State: closed - Opened by adonovan 11 months ago

#518 - Dict: support efficient key+value iteration

Issue - State: open - Opened by ash2k 11 months ago - 1 comment

#517 - time: per-thread time.now() function

Pull Request - State: closed - Opened by ash2k 11 months ago - 1 comment

#516 - time: allow to inject per-module or per-thread `now()`

Issue - State: closed - Opened by ash2k 11 months ago - 3 comments

#515 - Limit CPU and memory usage for int-to-float conversion

Pull Request - State: closed - Opened by marco6 12 months ago - 3 comments

#514 - Better issubset performance

Pull Request - State: closed - Opened by marco6 12 months ago

#513 - Support for `struct.proto` well-known-type

Issue - State: open - Opened by negz about 1 year ago - 1 comment

#512 - Should repeated and map proto fields by writable by default?

Issue - State: open - Opened by negz about 1 year ago - 1 comment

#511 - Support setting and iterating over map keys

Pull Request - State: open - Opened by negz about 1 year ago - 2 comments

#510 - Make resolve follow FileOptions.TopLevelControl

Pull Request - State: closed - Opened by marco6 about 1 year ago

#509 - Refactor TestLoadBacktrace to use errors.Unwrap

Pull Request - State: closed - Opened by alexandear about 1 year ago

#508 - Change mod file to use Go 1.18; extend ci test versions

Pull Request - State: closed - Opened by alexandear about 1 year ago

#507 - Remove usages of deprecated in Go 1.17 package io/ioutil

Pull Request - State: closed - Opened by alexandear about 1 year ago

#506 - Adding additional set builtins

Pull Request - State: closed - Opened by SamWheating about 1 year ago

#505 - unexpected global variable referenced before assignment

Issue - State: open - Opened by Pussbebe2103 about 1 year ago - 1 comment

#504 - Expose paren Position on DefStmt

Pull Request - State: closed - Opened by raphaelvigee about 1 year ago - 11 comments

#503 - Thread-Safety for Built-in Types Such as Dict, List, Set

Issue - State: closed - Opened by WOSDOA about 1 year ago - 1 comment

#501 - Caching Syntax Parsing Results for Scripts Run Repeatedly

Issue - State: closed - Opened by housail about 1 year ago - 1 comment

#500 - Feature Request: Official Lib for `re`/`regex`

Issue - State: open - Opened by jawilking about 1 year ago - 1 comment

#499 - Bug in lib/time: time.parse_time can't support format like Python

Issue - State: open - Opened by fanconnie about 1 year ago - 3 comments

#497 - Additional methods for Set type

Pull Request - State: closed - Opened by SamWheating about 1 year ago - 3 comments

#496 - Fix typos in comments and docs

Pull Request - State: closed - Opened by alexandear about 1 year ago

#495 - trivial: Fix golint errors

Pull Request - State: closed - Opened by tetromino about 1 year ago

#494 - Replace `ctx.new_file` with `ctx.actions.declare_file`

Pull Request - State: closed - Opened by mai93 about 1 year ago - 1 comment

#493 - Incomplete print() format, lack support of "%.02f"

Issue - State: closed - Opened by Turnkeys about 1 year ago - 2 comments

#492 - FR: Support More Methods for type `set`

Issue - State: open - Opened by ohmyx about 1 year ago - 7 comments

#491 - lib/proto: add support for instantiating proto map fields

Pull Request - State: closed - Opened by tazjin about 1 year ago - 3 comments

#490 - starlarktest/assert.star: allow +/-1 ULP in float eq comparisons

Pull Request - State: closed - Opened by adonovan about 1 year ago - 1 comment

#489 - Fix build flags for s390x, ppc64, and ppc64le

Pull Request - State: closed - Opened by alexsaezm about 1 year ago

#488 - s390x precision seems to be a little bit off in some operations

Issue - State: closed - Opened by alexsaezm about 1 year ago - 3 comments

#487 - Fixing name of mod builtin

Pull Request - State: closed - Opened by marco6 about 1 year ago

#486 - Fix typo in import comment of json.go

Pull Request - State: closed - Opened by nozzy123nozzy about 1 year ago - 1 comment

#485 - Pass by value, or pass by reference?

Issue - State: closed - Opened by HiPhiXi about 1 year ago - 1 comment

#484 - Bump memory boundary to 4Gb in test

Pull Request - State: closed - Opened by dklimkin about 1 year ago - 1 comment

#483 - about reassignment limit

Issue - State: open - Opened by FoundryPro about 1 year ago

#482 - Bug: incorrect `len()` for UTF-8 Chars

Issue - State: closed - Opened by Starshipping over 1 year ago - 1 comment

#481 - Anyway to check if a variable or functions exists in current environment?

Issue - State: closed - Opened by RingoLife over 1 year ago - 1 comment

#479 - `dir()` for current environment?

Issue - State: open - Opened by SportyWifey over 1 year ago - 5 comments

#478 - Add quit() or exit() functions

Issue - State: closed - Opened by Nextraind over 1 year ago - 3 comments

#477 - syntax: parameterize API over FileOptions, avoid globals

Pull Request - State: closed - Opened by adonovan over 1 year ago - 2 comments

#476 - syntax: reserve async, await keywords

Pull Request - State: closed - Opened by adonovan over 1 year ago

#475 - README: document support of 4 minor go1.x releases

Pull Request - State: closed - Opened by adonovan over 1 year ago

#474 - lib/json: fix go1.17 build by avoiding reflect.Value.UnsafePointer

Pull Request - State: closed - Opened by adonovan over 1 year ago

#473 - Build failure on Go 1.16/1.17 for lib/json/json.go:238:11: v.UnsafePointer

Issue - State: closed - Opened by hyorigo over 1 year ago - 6 comments

#472 - Add abs function

Issue - State: closed - Opened by laurentlb over 1 year ago - 3 comments

#471 - Add await/async to the list of keywords

Issue - State: closed - Opened by laurentlb over 1 year ago

#470 - Use context for runtime, and allow to control timeout for script running?

Issue - State: open - Opened by Solveay over 1 year ago - 1 comment

#469 - Rewrite with Generics in Go?

Issue - State: closed - Opened by DreamThrow over 1 year ago - 1 comment

#468 - lib/json: allow encoding dicts with int keys

Pull Request - State: closed - Opened by andreimatei over 1 year ago - 1 comment

#467 - lib/json: don't fatal on Attr errors when encoding

Pull Request - State: closed - Opened by andreimatei over 1 year ago - 12 comments

#466 - Allow json.decode to return a default value if decoding fails

Pull Request - State: closed - Opened by tetromino over 1 year ago - 3 comments

#465 - FR: json.valid

Issue - State: closed - Opened by apeabody over 1 year ago - 5 comments

#463 - FR: Use StringDict-like return value for Thread.Load

Issue - State: open - Opened by ashi009 over 1 year ago - 9 comments

#462 - feat: show a demo that users can interact with using WASM

Issue - State: open - Opened by HarikrishnanBalagopal over 1 year ago - 2 comments

#461 - Integer token should be valid Starlark.Float

Issue - State: closed - Opened by gbouv over 1 year ago - 1 comment