-
- Downloads
worker: bump core version
We now build against core commmit 6fa14a8d87b625cf90204a79a415e85c87acc465 (0.0.0.r1468.g6fa14a8d8) [1]. This is a commit after new normalization was adopted. Not *that* much of the API was broken. Notable changes are that core now returns core::type_details instead of a std::string. Also the std::__cxx11::basic_string types are gone and replaced with a simple std::string. [1] automata-library@6fa14a8d
Showing
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- webui/src/components/WebUI/Toolbar/AlgorithmDrawer.tsx 1 addition, 1 deletionwebui/src/components/WebUI/Toolbar/AlgorithmDrawer.tsx
- webui/src/reducers/algorithmData.ts 1 addition, 2 deletionswebui/src/reducers/algorithmData.ts
- worker/Dockerfile 1 addition, 1 deletionworker/Dockerfile
- worker/src/utils/alt.cpp 1 addition, 1 deletionworker/src/utils/alt.cpp
- worker/src/worker/introspection/introspect.cpp 5 additions, 7 deletionsworker/src/worker/introspection/introspect.cpp
- worker/test-src/evaluator/AlgorithmNodeTest.cpp 21 additions, 10 deletionsworker/test-src/evaluator/AlgorithmNodeTest.cpp
Please register or sign in to comment