alpha
Login
or
Join now
ptr.pet
/
indigo
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
indigo
/
lex
3 folders
4 files
at
main
Lars Lehtonen
lex/util: fix dropped test error
3mo ago
02d9d99c
lexgen
partial 'go fix' run over codebase
3 months ago
lexlint
lexlint: fix panic in breakingDefs when inner schema type changes The type-change guard compared reflect.TypeOf on the SchemaDef wrapper structs, which are always the same type. This meant the guard never triggered, and bare type assertions like remote.Inner.(SchemaString) would panic when the inner types differed (e.g. SchemaString vs SchemaObject). Fix by comparing the Inner field types instead.
4 months ago
util
lex/util: fix dropped test error
3 months ago
gen.go
lex/util: fix dropped test error
3 months ago
gen_test.go
make lexgen more independent tool again move packages to file for command line setting mkdir -p outdir
2 years ago
schema.go
minimal change reorge before further work
2 years ago
type_schema.go
lexgen: another special-case 'unknown' field
8 months ago