issues
search
google
/
skylark
Skylark in Go: the Skylark configuration language, implemented in Go [MOVED to go.starlark.net]
BSD 3-Clause "New" or "Revised" License
1.19k
stars
74
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Please archive this repo
#145
ashi009
opened
3 years ago
0
Support type annotations
#144
gonzojive
closed
3 years ago
1
Add for/while else
#143
pauldraper
opened
4 years ago
6
Fix function comments based on best practices from Effective Go
#142
CodeLingoTeam
opened
5 years ago
2
spec: clarify rules concerning updates during iteration
#141
alandonovan
closed
6 years ago
1
string.capitalize
#140
laurentlb
closed
6 years ago
1
Comparison of range objects
#139
laurentlb
closed
6 years ago
1
internal/compile: bump version number
#138
alandonovan
closed
6 years ago
0
skylark: fix a crash in call f(*args, named=value)
#136
alandonovan
closed
6 years ago
0
compiler: crash in f(*args, k=v, **kwargs)
#135
alandonovan
closed
6 years ago
0
skylark: rename Callable.Call to CallInternal
#134
alandonovan
closed
6 years ago
0
hash: use Go runtime's hash function
#133
alandonovan
closed
6 years ago
0
string: add GoString method
#132
alandonovan
closed
6 years ago
1
syntax: add regression test for recent 'not not x' parser bug
#131
alandonovan
closed
6 years ago
1
Add `HasSetKey` interface for user-implemented dict-ish types.
#130
jmillikin-stripe
closed
6 years ago
0
syntax: parse "not not x"
#129
alandonovan
closed
6 years ago
1
Fix parser error for 'not not True' expression
#128
Hittorp
closed
6 years ago
0
Plan for transition to starlark rename?
#127
b5
closed
6 years ago
3
Update README to mention Starlark
#126
Wilfred
closed
6 years ago
1
Feature: try/except exception handling
#125
wdamron
closed
6 years ago
1
Feature: suspending, serializing, deserializing, and resuming threads (not a bug)
#124
wdamron
closed
6 years ago
1
resolve: a non-binding use of a global may precede its binding
#123
alandonovan
closed
6 years ago
0
** on numeric types doesn't seem to work
#122
YusufCakan
closed
6 years ago
1
resolve: fix bug in resolve.block.String
#121
alandonovan
closed
6 years ago
0
Migrate to new skylark API for c++ toolchain
#120
juliexxia
closed
6 years ago
2
spec: add ~ to list of punctuation tokens, and reorganize
#119
alandonovan
closed
6 years ago
0
api: add Builtin#UnpackArgs as a covenience function
#118
nicks
closed
6 years ago
3
Add missing bitwise ops: xor, unary not (~), and shifts
#117
Hittorp
closed
6 years ago
14
Resolving global variables
#116
laurentlb
closed
6 years ago
1
*resolver.block.String()
#115
fibonacci1729
closed
6 years ago
1
breaking API changes
#114
alandonovan
closed
6 years ago
2
syntax: eliminate a bounds-check
#113
alandonovan
closed
6 years ago
0
Builtin: push a Frame on the Thread's stack even when calling Builtins
#112
alandonovan
closed
6 years ago
0
skylark: update doc: String is not iterable
#111
alandonovan
closed
6 years ago
0
string.{starts,ends}with: allow tuple-of-string argument, like Python
#110
alandonovan
closed
6 years ago
2
Examples of parsing a BUILD file
#109
achew22
closed
6 years ago
6
syntax: rename testdata/def.bzl to something innocuous
#108
alandonovan
closed
6 years ago
0
spec: fix two copy/paste errors
#107
alandonovan
closed
6 years ago
0
example: Use the standard example naming convention to satisfy 'go vet'
#106
nicks
closed
6 years ago
0
value: Add a Sliceable interface for operands of the [] operator
#105
nicks
closed
6 years ago
2
feature request: allow custom skylark Values to implement the slice operator
#104
nicks
closed
6 years ago
1
Error at install "go build github.com/google/skylark/cmd/skylark" repl.go:33:2: cannot find package "github.com/chzyer/readline" in any of
#103
SaintNazaire
closed
6 years ago
1
skylarkstruct: document a road not travelled
#102
alandonovan
closed
6 years ago
0
internal/compile: improve several comments
#101
alandonovan
closed
6 years ago
0
remove PACKAGE_NAME hack
#100
alandonovan
closed
6 years ago
1
compile: add test update missing from previous CL
#99
alandonovan
closed
6 years ago
0
interp: materialize a Value for each constant prior to execution
#98
alandonovan
closed
6 years ago
0
compile: optimize a+b statically for literal string/list/tuple
#97
alandonovan
closed
6 years ago
1
resolver: resolve operand of first 'for' clause in enclosing block
#96
alandonovan
closed
6 years ago
1
skylark: byte code compiler and interpreter
#95
alandonovan
closed
6 years ago
4
Next