Skip to content

Comments

ci: fix flatten_iter compile error#5179

Merged
IWANABETHATGUY merged 2 commits intomainfrom
07-05-ci_fix_flatten_iter_compile_error
Jul 5, 2025
Merged

ci: fix flatten_iter compile error#5179
IWANABETHATGUY merged 2 commits intomainfrom
07-05-ci_fix_flatten_iter_compile_error

Conversation

@IWANABETHATGUY
Copy link
Member

@IWANABETHATGUY IWANABETHATGUY commented Jul 5, 2025

@IWANABETHATGUY IWANABETHATGUY marked this pull request as ready for review July 5, 2025 07:45
Copy link
Member Author

IWANABETHATGUY commented Jul 5, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

Base automatically changed from 07-05-chore_expose_optimization.inlineconst_option to main July 5, 2025 07:56
@IWANABETHATGUY IWANABETHATGUY added this pull request to the merge queue Jul 5, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jul 5, 2025

Benchmarks Rust

  • target: 07-05-chore_expose_optimization.inlineconst_option(7fe1bdc)
  • pr: 07-05-ci_fix_flatten_iter_compile_error(dc17060)
group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.02     75.4±3.39ms        ? ?/sec    1.00     73.9±1.21ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.05     89.0±3.61ms        ? ?/sec    1.00     84.4±1.47ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00    115.2±4.20ms        ? ?/sec    1.00    115.4±2.47ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    133.1±1.37ms        ? ?/sec    1.02    135.6±2.62ms        ? ?/sec
bundle/bundle@threejs                                        1.04     42.0±2.78ms        ? ?/sec    1.00     40.5±1.09ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     50.1±0.50ms        ? ?/sec    1.03     51.4±1.01ms        ? ?/sec
bundle/bundle@threejs10x                                     1.01    438.2±6.71ms        ? ?/sec    1.00    433.7±5.16ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    506.7±3.51ms        ? ?/sec    1.01    510.2±9.31ms        ? ?/sec
scan/scan@rome_ts                                            1.01     88.4±1.76ms        ? ?/sec    1.00     87.8±1.25ms        ? ?/sec
scan/scan@threejs                                            1.00     30.2±0.33ms        ? ?/sec    1.00     30.3±0.35ms        ? ?/sec
scan/scan@threejs10x                                         1.00    320.4±4.13ms        ? ?/sec    1.01    322.6±5.77ms        ? ?/sec

Merged via the queue into main with commit 7bbd8bb Jul 5, 2025
22 checks passed
@IWANABETHATGUY IWANABETHATGUY deleted the 07-05-ci_fix_flatten_iter_compile_error branch July 5, 2025 08:03
@github-actions github-actions bot mentioned this pull request Jul 5, 2025
hyf0 pushed a commit that referenced this pull request Jul 5, 2025
## [1.0.0-beta.24] - 2025-07-05

### 🚀 Features

- support `inlineConst` for imported variable (#5165) by @IWANABETHATGUY
- rust: skip transform hook for modules starts with `rolldown:` (#5169)
by @hyf0
- print rolldown version (#5163) by @btea
- add optimization.inlineConst option (#5164) by @IWANABETHATGUY
- hmr: introduce `rolldown_plugin_hmr` to inject runtime code (#5159) by
@hyf0
- rolldown: oxc v0.75.1 (#5157) by @Boshen

### 🐛 Bug Fixes

- generate correct CSS filename in `preserveModules` mode (#5175) by
@shulaoda
- rolldown_plugin_build_import_analysis: avoid `default` keyword error
(#5166) by @shulaoda
- watch: add paths to watcher in batch (#5068) by @branchseer
- debug: should emit chunk data after computing cross chunk links
(#5156) by @hyf0
- simplify commonjs interop `default` prop optimization (#5142) by
@IWANABETHATGUY
- should include modules contain `exports * from '...'` forcefully if
they reexport any wrapped module (#5143) by @hyf0
- use canonical runtime time for `__name` (#5140) by @IWANABETHATGUY
- `options.jsx` is ignored when `options.transform` is set (#5137) by
@shulaoda

### 🚜 Refactor

- polyfill `flatten_iter` for wasm target (#5180) by @IWANABETHATGUY
- rolldown_plugin_dynamic_import_vars: remove unnecessary validity
checks (#5172) by @shulaoda
- hmr: remove hmr-related hacky hard-code (#5168) by @hyf0
- rolldown_plugin_dynamic_import_vars: align with rolldown-vite (#5171)
by @shulaoda
- hmr: use `rolldown:hmr` to load hmr runtime code (#5162) by @hyf0
- rust: remove special fields of `Asset` (#5155) by @hyf0
- rust: make `Asset#originate_from` optional (#5153) by @hyf0
- rust: isolate mutations on assets data (#5152) by @hyf0
- rust: remove unnecessary usage of index vec on assets (#5151) by @hyf0
- merge different member expr in `try_rewrite_member_expr` (#5146) by
@IWANABETHATGUY
- remove unused code (#5144) by @IWANABETHATGUY
- use `self.result.ast_usage` directly (#5135) by @IWANABETHATGUY

### 📚 Documentation

- update syntax lowering transform info (#5145) by @TheAlexLichter

### 🧪 Testing

- rust/hmr: hide hmr runtime code in snapshots (#5160) by @hyf0

### ⚙️ Miscellaneous Tasks

- rolldown_testing: avoid unnecessary snapshots (#5181) by @shulaoda
- fix `flatten_iter` compile error (#5179) by @IWANABETHATGUY
- expose `optimization.inlineConst` option (#5177) by @IWANABETHATGUY
- infra: update `pnpm-lock.yaml` (#5178) by @shulaoda
- rust: remove unnecessary crate `rolldown_loader_utils` (#5173) by
@shulaoda
- print build time use green color (#5158) by @btea
- deps: update dependency rolldown-plugin-dts to v0.13.13 (#5148) by
@renovate[bot]
- deps: update dependency rolldown-plugin-dts to v0.13.13 (#5138) by
@renovate[bot]
- allow only test without generate snapshot (#5134) by @IWANABETHATGUY

Co-authored-by: shulaoda <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants