File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.3.9
4+
5+ - Updated with changes from upstream Sorbet as of July 28 2023. (05866f6cfc5339e1e7a6d7e399ff92af594e3f9b)
6+ - This includes a fix for an assertion triggered in type-checking.
7+ (https://github.com/sourcegraph/scip-ruby/issues/192 )
8+
39## v0.3.8
410
511Fixes 3 different bugs related to assertions being hit
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apk add --no-cache bash wget make libstdc++ gcc g++ automake autoconf gcompa
1111# because release builds are very time-consuming.
1212#
1313# The release version is verified by tools/scripts/publish-scip-ruby.sh
14- RUN wget https://github.com/sourcegraph/scip-ruby/releases/download/scip-ruby-v0.3.8 /scip-ruby-x86_64-linux -O /usr/bin/scip-ruby && chmod +x /usr/bin/scip-ruby
14+ RUN wget https://github.com/sourcegraph/scip-ruby/releases/download/scip-ruby-v0.3.9 /scip-ruby-x86_64-linux -O /usr/bin/scip-ruby && chmod +x /usr/bin/scip-ruby
1515
1616COPY scip_indexer/autoindex.sh /usr/bin/scip-ruby-autoindex
1717
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ static uint32_t fnv1a_32(const string &s) {
6161 return h;
6262}
6363
64- const char scip_ruby_version[] = " 0.3.8 " ;
64+ const char scip_ruby_version[] = " 0.3.9 " ;
6565
6666// Last updated: https://github.com/sourcegraph/scip-ruby/pull/205
6767const char scip_ruby_sync_upstream_sorbet_sha[] = " 05866f6cfc5339e1e7a6d7e399ff92af594e3f9b" ;
You can’t perform that action at this time.
0 commit comments