7 Commits

Author SHA1 Message Date
Valery Antopol
b57fcc4ab1
feat!: use only config to load modules, deprecate modules_dir parameter (#78)
* wip

* updating tests and cosmetics in codegen

* all tests updated

* remove extern crate core

* pr fixes + fix config generated app_service loading

* rework modules_dir deprecation warning

* fmt

* remove modules_dir from tests

* pr fixes
2023-05-05 15:32:17 +03:00
Valery Antopol
c055e6de90
fix: remove warnings in marine_test_env + update marine (#73)
* update marine and allow non-snake-case vars in marine_test_env

* update Cargo.lock

* fix tests and add #[allow(...)] for every marine-test-env

* return old toolchain
2023-04-13 12:43:28 +03:00
Valery Antopol
f63e0806b4
fix: update generated code to use new Marine config API (#30) 2022-09-18 18:40:52 +03:00
Valery Antopol
6fbc13e0d2
use proper names from marine (#16) 2022-06-09 18:30:40 +03:00
Valery Antopol
77e29d15d5
Add marine_test for mod and provide interface for build scripts (#10) 2021-10-18 19:23:20 +03:00
Valery Antopol
631c6d9885
Implement marine_test for services integration (first part) (#61) 2021-10-04 19:06:58 +03:00
Valery Antopol
2ee2cf3a2c
Pass module interfaces as args in marine-test macro (#54) 2021-09-01 20:34:35 +03:00