Ecosyste.ms: Issues

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

GitHub / bazelbuild/starlark issues and pull requests

#284 - Fix Go compilation

Pull Request - State: closed - Opened by laurentlb about 2 months ago - 1 comment

#283 - Clarify that predeclared names can be redefined in the code.

Pull Request - State: open - Opened by laurentlb about 2 months ago

#282 - Spec incorrectly claims that predeclared bindings cannot be reassigned

Issue - State: closed - Opened by haberman about 2 months ago - 7 comments

#280 - Add FizzBee to starlark users list

Pull Request - State: open - Opened by jayaprabhakar 3 months ago - 2 comments

#279 - Remove Caddy from the list of users

Pull Request - State: open - Opened by laurentlb 4 months ago - 1 comment

#278 - Caddy is not using Starlark actually

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

#277 - Add `Starlet` to the Users section in `users.md`

Pull Request - State: closed - Opened by vt128 5 months ago - 6 comments

#276 - Provide a `base64` primitive

Issue - State: open - Opened by shs96c 5 months ago - 1 comment

#275 - Provide `sha256` as a primitive in Starlark

Issue - State: open - Opened by shs96c 5 months ago - 1 comment

#274 - Document starred expressions (aka *args and **kwargs unpack operators)

Issue - State: closed - Opened by bartekpacia 6 months ago - 1 comment

#273 - s/buck/buck2/ in users.md

Pull Request - State: closed - Opened by stepancheg 7 months ago - 2 comments

#272 - Add support to manually freeze mutable values in starlark

Issue - State: open - Opened by matts1 7 months ago - 2 comments

#271 - Fix failing test for rust (update expected message)

Pull Request - State: open - Opened by laurentlb 8 months ago - 1 comment

#270 - Support f-string like Python?

Issue - State: open - Opened by Starflower8 9 months ago - 2 comments

#269 - add Kurtosis as a project that uses Starlark

Pull Request - State: open - Opened by galenmarchetti 11 months ago - 1 comment

#268 - add Kurtosis as a project that uses Starlark

Pull Request - State: closed - Opened by leeederek 11 months ago - 2 comments

#267 - Fixing broken internal link for name binding and variables.

Pull Request - State: open - Opened by gl-yziquel 12 months ago - 1 comment

#266 - check the type like Python?

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

#265 - Starlark in Python?

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

#264 - proposal: add a `set` data type

Issue - State: open - Opened by dieortin about 1 year ago - 8 comments

#263 - add `envd` to the users

Pull Request - State: open - Opened by kemingy about 1 year ago - 1 comment

#262 - Incomplete string format, lack support of "%.02f"

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

#261 - Add missing punctuation (float division) in language specification

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

#260 - Strip ### from tests

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

#259 - Fix tests

Pull Request - State: closed - Opened by stepancheg about 1 year ago - 2 comments

#258 - Explicitly state that Starlark syntax is strict subset of Python

Pull Request - State: closed - Opened by stepancheg about 1 year ago - 7 comments

#257 - Built-in methods to list all variables and defs like `dir()`?

Issue - State: open - Opened by prettysan about 1 year ago - 2 comments

#256 - Add fail.format() to make it easier to use formatted strings with fail()

Issue - State: open - Opened by rickeylev over 1 year ago - 4 comments
Labels: type: feature request

#255 - Support JSONC in json module

Issue - State: open - Opened by ashi009 over 1 year ago - 1 comment
Labels: type: feature request

#254 - Support `toml` marshall/unmarshall

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

#253 - Support jsonc in json.decode

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

#252 - Add an "assert" function

Issue - State: open - Opened by carlosgalvezp over 1 year ago - 3 comments

#251 - Add async and await to the list of reserved keywords

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

#250 - Add "async" as reserved name

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

#249 - Clarify safety on untrusted code

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

#248 - Add keyword-only arguments to the spec

Pull Request - State: closed - Opened by laurentlb over 1 year ago - 4 comments

#247 - Positional-only arguments

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

#246 - Clarify indentation can only be spaces, not tabs

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

#245 - improve grammar in README

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

#244 - Adds Vela to users list

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

#243 - Mention Pixlet project in users.md

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

#241 - fix minor typo

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

#238 - Tests are failing

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

#237 - Note that sorted(reverse) must be a boolean

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

#234 - Add abs function

Pull Request - State: closed - Opened by ndmitchell almost 2 years ago

#233 - Add dict.clear to the spec

Pull Request - State: closed - Opened by laurentlb almost 2 years ago - 2 comments

#231 - Fix typo in spec.md

Pull Request - State: closed - Opened by eltociear about 2 years ago

#230 - Add dict.clear to the spec

Issue - State: closed - Opened by laurentlb about 2 years ago

#229 - added missing 'x' in hexadecimal escape example

Pull Request - State: closed - Opened by aeldidi about 2 years ago - 1 comment

#228 - Impact of floating-point imprecision on determinism?

Issue - State: closed - Opened by pivotaljohn about 2 years ago - 2 comments

#227 - spec.md minor self-contradiction on scope of `load` statements

Issue - State: open - Opened by eqvinox about 2 years ago - 3 comments

#226 - Delete set.union link

Pull Request - State: closed - Opened by ndmitchell about 2 years ago

#225 - bazel docs have changed

Pull Request - State: closed - Opened by ClashTheBunny about 2 years ago

#224 - The `set` bullet point leads to nowhere in spec.md

Issue - State: open - Opened by mik90 about 2 years ago

#223 - Debug Starlark Program Directly

Issue - State: open - Opened by wulixzCN over 2 years ago - 2 comments

#222 - .editorconfig

Pull Request - State: closed - Opened by stepancheg over 2 years ago - 1 comment

#221 - Generate spec.md table of contents

Pull Request - State: closed - Opened by stepancheg over 2 years ago - 2 comments

#220 - Expose the rule-kind of dependency targets

Issue - State: open - Opened by nreid260 over 2 years ago

#219 - Support yaml marshal/unmarshal

Issue - State: open - Opened by alexeagle over 2 years ago - 3 comments

#218 - Add a zero-argument form of `dir()` to list all visible names

Issue - State: open - Opened by tetromino over 2 years ago - 7 comments
Labels: P2, type: feature request

#217 - spec: fix typo in string.rpartition example

Pull Request - State: closed - Opened by sudoforge over 2 years ago

#216 - Document key parameter of min

Pull Request - State: closed - Opened by laurentlb over 2 years ago - 1 comment

#215 - Add dictionary unions (| and |=)

Pull Request - State: closed - Opened by fmeum over 2 years ago - 6 comments

#214 - Fix links in the spec

Pull Request - State: closed - Opened by laurentlb over 2 years ago

#213 - Change from "master" to "main" branch for @starlark-rust

Pull Request - State: closed - Opened by fmeum over 2 years ago - 2 comments

#212 - Add removeprefix/removesuffix to string

Pull Request - State: closed - Opened by fmeum over 2 years ago - 9 comments

#211 - Consider allowing boolean tests of arbitrary values to fail

Issue - State: open - Opened by brandjon over 2 years ago - 2 comments
Labels: P4, type: feature request

#208 - Starlark repo OWNERS file not utilizing Starlark ...

Issue - State: closed - Opened by paul-hammant almost 3 years ago - 1 comment

#207 - Use main branch for starlark-rust repo

Pull Request - State: closed - Opened by styurin almost 3 years ago - 6 comments
Labels: cla: yes

#205 - f-strings in Bazel?

Issue - State: open - Opened by daniel-v-klein about 3 years ago - 4 comments

#203 - Return views instead of lists in various operations

Issue - State: open - Opened by brandjon about 3 years ago - 7 comments
Labels: P4, type: feature request

#196 - No such reference

Pull Request - State: closed - Opened by aubelsb2 over 3 years ago - 3 comments
Labels: cla: no

#194 - Remove trailing whitespace from the end of lines

Pull Request - State: closed - Opened by ndmitchell over 3 years ago
Labels: cla: yes

#193 - #185, add removeprefix/removesuffix to the spec

Pull Request - State: closed - Opened by ndmitchell over 3 years ago - 2 comments
Labels: cla: yes

#190 - Add `**` power operator

Issue - State: open - Opened by tetromino over 3 years ago - 3 comments

#186 - Fix the link to the complete grammar reference.

Pull Request - State: closed - Opened by orion-starship over 3 years ago - 2 comments
Labels: cla: no

#185 - Add removeprefix/removesuffix to string

Issue - State: closed - Opened by ndmitchell over 3 years ago - 4 comments

#181 - Link #set is broken in spec.md

Issue - State: closed - Opened by lionel-van-bemten over 3 years ago - 1 comment

#180 - Clarify behavior of load statement

Pull Request - State: open - Opened by stepancheg over 3 years ago - 2 comments
Labels: cla: yes, P4, type: feature request

#176 - Should str.split() and str.split(None) be legal?

Issue - State: open - Opened by brandjon over 3 years ago - 3 comments
Labels: P4, type: feature request

#174 - Add list.sort

Issue - State: open - Opened by benjaminp over 5 years ago - 3 comments
Labels: P4, type: feature request

#172 - spec: allow parentheses on LHS of augmented assignment?

Issue - State: open - Opened by josharian almost 6 years ago - 2 comments
Labels: P4, type: feature request

#167 - Fix formatting of table of contents

Pull Request - State: closed - Opened by brandjon over 3 years ago - 2 comments
Labels: cla: yes

#165 - Skylark's min() doesn't support the key parameter

Issue - State: open - Opened by xiongchiamiov over 8 years ago - 1 comment
Labels: P4, type: feature request

#158 - Document differences between Python and Starlark

Pull Request - State: closed - Opened by stepancheg over 3 years ago - 2 comments

#157 - Rename Test, Expression in grammar

Pull Request - State: open - Opened by stepancheg over 3 years ago

#111 - spec: new import syntax, and first class modules

Issue - State: closed - Opened by alandonovan almost 4 years ago - 8 comments

#106 - Add grammar to permit type annotations

Issue - State: open - Opened by ndmitchell about 4 years ago - 9 comments

#99 - Allow recursion

Pull Request - State: closed - Opened by stepancheg about 4 years ago - 4 comments

#98 - sorted: specify behavior with unstable key function

Issue - State: closed - Opened by alandonovan about 4 years ago

#97 - Consider making recursion optional

Issue - State: closed - Opened by stepancheg about 4 years ago - 14 comments

#96 - Commented out test in Go's `assign.star`

Issue - State: closed - Opened by finn-ball over 4 years ago - 3 comments

#95 - Update spec.md

Pull Request - State: closed - Opened by lgalfaso over 4 years ago