File Changes for galt
switch to commits view, user indexv422_base to v423_preview (2021-10-18 to 2021-10-25) v423
Show details
- src/hg/hgHubConnect/makefile
- lines changed 1, context: html, text, full: html, text
b08c92a020528ee45601b53582dbcaf70d41b03d Tue Oct 19 00:43:02 2021 -0700
error in makefile was including HALLIBS twice
- src/hg/hgTables/makefile
- lines changed 1, context: html, text, full: html, text
b08c92a020528ee45601b53582dbcaf70d41b03d Tue Oct 19 00:43:02 2021 -0700
error in makefile was including HALLIBS twice
- src/hg/hgTrackUi/makefile
- lines changed 1, context: html, text, full: html, text
b08c92a020528ee45601b53582dbcaf70d41b03d Tue Oct 19 00:43:02 2021 -0700
error in makefile was including HALLIBS twice
- src/hg/hgTracks/makefile
- lines changed 1, context: html, text, full: html, text
e9af54d1ab1699eeb44bb835e2c3ed770fbe6eb2 Tue Oct 19 00:36:20 2021 -0700
error in makefile was including HALLIBS twice
- src/index/ixIxx/ixIxx.c
- lines changed 34, context: html, text, full: html, text
51227ee6c9fcdd3f5917826122b0b24c9fa57a9f Fri Oct 22 15:11:27 2021 -0700
ixIxx fulltext limit of 31 characters was making it silently throw out terms that would otherwise be searchable from the .ix index. Added an option -maxWordLength=N to override the default of 31. Added status to stderr reporting the number of unique words that were too long and thus discarded, and the longest word length of discarded words, plus a message that -verbose=2 will list all words and their lengths that failed because they exceeded the allowed length.
switch to commits view, user index