Skip to content

Commit

Permalink
Upgrade segomoe 6.2, thrift 0.20.0 (whatsopt#196)
Browse files Browse the repository at this point in the history
* Update to SEGO 6.1, SMT 2.4

* Upgrade thrift 0.20.0

* Restore test teardown

* Use Cobyla

* Restore guard

* Linting
  • Loading branch information
relf authored Mar 25, 2024
1 parent c4009f3 commit bd63535
Show file tree
Hide file tree
Showing 29 changed files with 1,960 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ gem "bootstrap", "~> 5.0"
gem "font-awesome-sass", "~> 6.5.0"

# thrift
gem "thrift", "~>0.18"
gem "thrift", "~>0.20"

# Actiontext image processing
gem "image_processing", "~> 1.2"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ GEM
terser (1.2.0)
execjs (>= 0.3.0, < 3)
thor (1.3.1)
thrift (0.19.0)
thrift (0.20.0)
tilt (2.3.0)
timeout (0.4.1)
toml (0.3.0)
Expand Down Expand Up @@ -535,7 +535,7 @@ DEPENDENCIES
sqlite3
sucker_punch
terser
thrift (~> 0.18)
thrift (~> 0.20)
turbo-rails
tzinfo-data
web-console
Expand Down
2 changes: 1 addition & 1 deletion app/lib/whats_opt/services/administration.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/lib/whats_opt/services/optimizer_store.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/lib/whats_opt/services/sensitivity_analyser.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/lib/whats_opt/services/surrogate_store.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/lib/whats_opt/services/whatsopt_services_constants.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/lib/whats_opt/services/whatsopt_services_types.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ${RB_CLIENT_FILE}: whatsopt_services.thrift
all: ${PY_SERVER_FILE} ${RB_CLIENT_FILE}

clean:
rm -rf ${PY_SERVER_DIR} ${RB_CLIENT_DIR}
rm -rf ${PY_SERVER_DIR} ${RB_CLIENT_DIR}
Loading

0 comments on commit bd63535

Please sign in to comment.