Releases: kythe/kythe
Releases · kythe/kythe
v0.0.72
What's Changed
- release: v0.0.71 by @wittrock in #6178
- Add interface changes in KCD for introducing FetchCUSelector RPC. by @aysinha1996 in #6176
- fix(cxx_extractor): preserve upward relative paths in args by @wittrock in #6182
- release: v0.0.72 by @wittrock in #6183
New Contributors
- @aysinha1996 made their first contribution in #6176
Full Changelog: v0.0.71...v0.0.72
v0.0.71
What's Changed
Full Changelog: v0.0.70...v0.0.71
v0.0.70
What's Changed
Full Changelog: v0.0.69...v0.0.70
v0.0.69
What's Changed
- release: v0.0.68 by @vvk-singh in #6147
- fix(typescript_indexer): emit correct vnames for static methods by @nbeloglazov in #6151
- Upstreaming changes by @varunmahajan in #6159
- Update arm builtin types by @sam-mccall in #6162
- [extractors] Add an extractor for rust-project.json by @wittrock in #6168
- Fix build with Clang 19 by @wittrock in #6172
- Add support for Bzlmod by @fmeum in #6154
- indexer/proto: correctly visit oneof by @sluongng in #6161
New Contributors
- @varunmahajan made their first contribution in #6159
- @wittrock made their first contribution in #6168
- @sluongng made their first contribution in #6161
Full Changelog: v0.0.68...v0.0.69
v0.0.68
Bug Fixes
- go_indexer:
- bazel:
- java_indexer:
- cxx_indexer:
- verifier_test: ensure tools use the same configuration as indexer #6113 d19f7f3
- extraction: add proto rule to simple vnames config #6068 28c16cf
Features
- go_indexer:
- cxx_indexer:
- typescript_indexer:
- java_indexer:
- protobuf: add types for protobuf service RPCs #6109 9cd1af5
- tools: --render_marked_source added to kythe docs cli #6097 cc445fd
- tooling: entrystream support for textproto output #6087 94e76f8
- define a Language schema enum #6067 7206b16
- build: regenerate checked-in source artifacts in pre-commit #6072 9db7d1c
- testing: provide ability to save logs from indexers in verifier_test #6075 97d1980
Full Changelog: v0.0.67...v0.0.68
v0.0.67
Bug Fixes
- add jvm flag exports to release binaries (#6053) (6f9d9886)
- don't use -1 for whole file offsets (#6043) (ead8c9a4)
- bazel: alternate method of installing bazelisk in docker image (#6041) (af62dcef)
- cxx_extractor: allow empty PathEntry flag values (#6050) (923c25c1)
- go_indexer:
- typescript_indexer: Fully log errors from plugins. (#6025) (5c926f85)
Features
- add FILE_DEFINES for files that generate files (#6044) (9b672e45)
- cxx_indexer:
- go_indexer:
- add doc link references (#6051) (a40d6360)
- mark flag as deprecated if documented as such (#6048) (b2e55a5f)
- add references to literal flag lookups (#6045) (fb5addb7)
- support vars denoting flags (#6037) (02543b10)
- add support for Func/Var flag constructors (#6033) (01b4ba8d)
- extract flag constructors as config (#6031) (043cd45f)
- add experimental flag support (#6022) (fecdc768)
- java: Switch to add_exports (#6049) (f65a72d7)
- schema: add denotes edge (#6030) (bbf72650)
v0.0.66
v0.0.65
v0.0.64
[v0.0.64] - 2024-01-24
Bug Fixes
- tolerate missing boot_classpath (#5914) (5145c7b9)
- ensure lookup kinds are correct for resolved MarkedSource (#5789) (c220dc75)
- c++ should handle post_child_text correctly (#5783) (a92f67cc)
- render BOX post_child_text if child is rendered (#5782) (9b571ec3)
- cxx_extractor:
- cxx_indexer:
- use correct definition anchor spans for lambdas (#5890) (3d0a2d92)
- address issue #5935 (when aliasing is on) (#5937) (1ac7b163)
- document issue #5935 (using template-name) (#5936) (7bb8054d)
- refactor IndexVFS to handle pragma_once (#5927) (321efb37)
- avoid crashing in dependent specialization w/o written arguments (#5903) (205cb366)
- use operator symbols for markedsource; add flag (#5823) (5105aa0c)
- properly handle dependent using decl names (#5808) (7864f66d)
- extractor: fix Dockerfile and extraction script (#5774) (18c44b66)
- go_indexer:
- ignore unresolved C imports (#5900) (ff79ac58)
- mark variadics in all contexts (#5845) (b662dce7)
- use simple type name for constraints (#5844) (23ec6cb7)
- handle more type name kinds (#5822) (ae7544ae)
- handle named return type signatures (#5820) (07a1cd37)
- detect top-level when using file-level scopes (#5817) (afdcec6a)
- fix builtin type references (#5812) (78888127)
- emit tbuiltin nodes for special builtin pkg (#5810) (a0c5592f)
- restore parens to recv MarkedSource (#5786) (9f328b2e)
- use LOOKUP_BY_PARAM for method recv (#5781) (69fb2aee)
- java_indexer:
- proto_indexer:
- rust_common: finish removing rust (#5803) (87ae5e2b)
- schema:
- serving: understand markdown escapes for spacing (#5846) (26c7439d)
- typescript: always return values, even if they're undefined (#5957) (fd6d1b53)
- typescript_indexer:
- verifier:
- use the fast solver by default. (#5972) (4261c854)
- give more useful diagnostics during recovery (#5971) (922b4d38)
- provide reasonable default corpus/path values (#5943) (f358c2e2)
- request larger stack size for new solver (#5883) (4708608b)
- various fixes for new solver (#5830) (a40be3e3)
- flush stdout before printing verifier results (#5788) (8ca60068)
Features
- include canonical node info for identifier service (#5917) (3db77399)
- allow MarkedSource to remove itself from includes (#5873) (0d4624e4)
- allow deeper nested MarkedSource rendering (#5862) (daf1c0b3)
- add option to resolve code facts for verifier (#5790) (75dd26bc)
- api:
- cxx: add --emit_anchor_scopes and implement childof edges for lambdas (#5901) (097f7c42)
- cxx_extractor: add ability to canonicalize VName paths per-file (#5909) (9f9bc455)
- cxx_indexer:
- dev: add aspect-based implementation of extra actions for tests (#5923) (54f6198b)
- extraction: allow using a capturing group with generic bazel extractor (#5973) (7881f8fb)
- extractor: add a flag for filtering on input file size (#5768) (be23cc2b)
- go_indexer:
- java_indexer: add method type parame...
v0.0.63
Bug Fixes
- cxx_indexer:
- go_indexer: visit anon members in struct type (#5734) (8bec7289)
- proto_verifier_test: remove proto static reflection option (#5702) (ce9303db)
- serving: scan all identifier matches for reply (#5735) (47b5f65c)
- typescript_indexer:
Features
- cc_proto_verifier_test: optionally enable proto static reflection (#5700) (d352a0bc)
- cxx_indexer:
- go_indexer:
- java_indexer: add --emit_ref_call_over_identifier flag (#5693) (7e74fea3)
- proto_verifier_test: add cc_deps and cc_indexer parameters (133d3790)
- typescript: add semantic/generated fact name (#5736) (e1433ba3)