15 Commits

Author SHA1 Message Date
openharmony_ci 0fd8847fa7 !5 merge master into master
peeking_take_while新增bundle.json部件化

Created-by: dragonswordy
Commit-by: ljy9810
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)

https://gitcode.com/openharmony/third_party_rust_autocfg/issues/3

### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表

  * 3.2 数据库和部署说明  
    1. 常规更新 
    2. 重启unicorn
    3. 重启sidekiq
    4. 迁移任务:是否有迁移任务,没有写 "无"
    5. rake脚本:`bundle exec xxx RAILS_ENV = production`;没有写 "无"

  * 3.4 其他技术优化内容(做了什么,变更了什么)
    - 重构了 xxxx 代码
    - xxxx 算法优化


  * 3.5 废弃通知(什么字段、方法弃用?)



  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)


  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:



See merge request: openharmony/third_party_rust_peeking_take_while!5
OpenHarmony-v6.1-Release OpenHarmony-v7.0-Beta1
2025-12-31 22:06:25 +08:00
ljy9810 5bb63e4c30 peeking_take_while新增bundle.json部件化
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
2025-12-24 09:38:57 +08:00
openharmony_ci 72611e9db2 !2 Add OAT.xml and README.OpenSource
Merge pull request !2 from fangting/master
OpenHarmony-v6.0.0.1-Release OpenHarmony-v6.0-Release OpenHarmony-v6.0-Beta1 OpenHarmony-v4.1.4-Release OpenHarmony-v5.1.0-Release OpenHarmony-v5.0.3-Release OpenHarmony-v4.1.3-Release OpenHarmony-v5.0.2-Release OpenHarmony-v4.1.2-Release OpenHarmony-v5.0.1-Release OpenHarmony-v4.0.4-Release OpenHarmony-v5.0.0-Release OpenHarmony-v4.0.3-Release OpenHarmony-v4.0.2-Release OpenHarmony-v5.0-Beta1 OpenHarmony-v4.0-Beta1 OpenHarmony-v4.0-Beta2 OpenHarmony-v4.0-Release OpenHarmony-v4.0.1-Release OpenHarmony-v4.1-Beta1 OpenHarmony-v4.1-Release OpenHarmony-v4.1.1-Release master-v weekly_20240115-v OpenHarmony-v6.0.0.2-Release
2023-04-14 08:10:40 +00:00
fangting a5ea1e259b Add OAT.xml and README.OpenSource
Signed-off-by: fangting <fangting12@huawei.com>
2023-04-14 14:15:16 +08:00
openharmony_ci 7c3b1668b7 !1 [peeking_take_while]Add GN Build Files and Custom Modifications to Rust Third-party Libraries
Merge pull request !1 from lubinglun/master
2023-04-13 11:34:26 +00:00
lubinglun c3a5b749a9 Add GN Build Files and Custom Modifications
Issue:https://gitee.com/openharmony/build/issues/I6UFTP
Signed-off-by: lubinglun <lubinglun@huawei.com>
2023-04-12 17:26:38 +08:00
Nick Fitzgerald 0025253e75 Merge pull request #1 from zseri/master
modernize crate
github.com/fitzgen/peeking_take_while/master
2021-09-03 10:57:57 -07:00
zseri 186ce47e0d modernize crate
- bump rust edition to 2018
- remove an unnecessary `Debug` constraint
- provide an `size_hint` implementation
- get rid of unnecessary lifetime annotations
- add more test cases
- make crate no_std
- add forbid(unsafe_code) for good measure
- explain the non-fused behavoir and indicate possible side-effects of the iterator
2021-09-03 01:27:15 +02:00
Nick Fitzgerald eea19755cd Bump to 0.1.2 2017-05-17 11:37:49 -07:00
Nick Fitzgerald bd403ebb19 Remove debug logging that shouldn't have been left in 2017-05-17 11:37:17 -07:00
Nick Fitzgerald 54edb34b7b Add license files 2017-05-16 17:46:12 -07:00
Nick Fitzgerald 9c805b1436 Fix crates.io categories 2017-05-16 17:45:23 -07:00
Nick Fitzgerald 7f3008f485 Remove rustdoc-isms from README 2017-05-16 17:41:52 -07:00
Nick Fitzgerald 48aac003c2 Add README 2017-05-16 17:40:58 -07:00
Nick Fitzgerald 4be8df4d1c Initial commit 2017-05-16 17:37:18 -07:00