| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
int get iCData_receivers_static_type_offset => throw 'Unknown';This capitalization is a bit wild. ]
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
int get iCData_receivers_static_type_offset => throw 'Unknown';This capitalization is a bit wild. ]
Would you prefer `ClassName_field_name` for these getters instead of `className_field_name`? We can probably also adjust C-style `field_name` to be `fieldName` but that would make it less searchable.
What would be the best naming here (based on the names from `runtime/vm/compiler/runtime_offsets_list.h`)?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
int get iCData_receivers_static_type_offset => throw 'Unknown';Alexander MarkovThis capitalization is a bit wild. ]
Would you prefer `ClassName_field_name` for these getters instead of `className_field_name`? We can probably also adjust C-style `field_name` to be `fieldName` but that would make it less searchable.
What would be the best naming here (based on the names from `runtime/vm/compiler/runtime_offsets_list.h`)?
I think we should just keep the original capitalization and suppress lints. Because currently it is neither here nor there.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
int get iCData_receivers_static_type_offset => throw 'Unknown';Alexander MarkovThis capitalization is a bit wild. ]
Slava EgorovWould you prefer `ClassName_field_name` for these getters instead of `className_field_name`? We can probably also adjust C-style `field_name` to be `fieldName` but that would make it less searchable.
What would be the best naming here (based on the names from `runtime/vm/compiler/runtime_offsets_list.h`)?
I think we should just keep the original capitalization and suppress lints. Because currently it is neither here nor there.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: tools/run_offsets_extractor.dart
Insertions: 2, Deletions: 6.
The diff is too large to show. Please review the diff.
```
```
The name of the file: pkg/native_compiler/lib/runtime/vm_offsets.g.dart
Insertions: 1622, Deletions: 1622.
The diff is too large to show. Please review the diff.
```
[vm] Generate Dart declarations for runtime offsets
TEST=dart tools/run_offsets_extractor.dart
Issue: https://github.com/dart-lang/sdk/issues/61635
Change-Id: Ic24111aa923214cfc332a8fb4677d8941a2999d9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/446700
Reviewed-by: Slava Egorov <veg...@google.com>
Commit-Queue: Alexander Markov <alexm...@google.com>
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |