mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 23:02:16 +00:00
This PR is mostly a revertion of #357, that is needed to make stream work correctly in fold itrerations. Closes #363.
39 lines
935 B
Rust
39 lines
935 B
Rust
/*
|
|
* Copyright 2021 Fluence Labs Limited
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
mod issue_137;
|
|
mod issue_173;
|
|
mod issue_177;
|
|
mod issue_178;
|
|
mod issue_180;
|
|
mod issue_206;
|
|
mod issue_211;
|
|
mod issue_214;
|
|
mod issue_216;
|
|
mod issue_221;
|
|
mod issue_222;
|
|
mod issue_241;
|
|
mod issue_295;
|
|
mod issue_300;
|
|
mod issue_302;
|
|
mod issue_304;
|
|
mod issue_306;
|
|
mod issue_331;
|
|
mod issue_346;
|
|
mod issue_348;
|
|
mod issue_356;
|
|
mod issue_363;
|