You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was previously spotted in #70, as the example had such a struct, but the fix to that issue was merely to change the example so it did not rely on behaviour not yet implemented.
[cargo-make] INFO - Running Task: diplomat-gen-js
thread 'main' panicked at 'not yet implemented: Receiving structs that don't need a buffer', tool\src\js\conversions.rs:121:25
This is a problem for ICU4X, as the removal of the sign_display option from ICU4XFixedDecimalFormatOptions (as part of unicode-org/icu4x#1267, see unicode-org/icu4x#2025 (comment)) turns it into a single-field struct:
This was previously spotted in #70, as the example had such a struct, but the fix to that issue was merely to change the example so it did not rely on behaviour not yet implemented.
This is a problem for ICU4X, as the removal of the
sign_display
option fromICU4XFixedDecimalFormatOptions
(as part of unicode-org/icu4x#1267, see unicode-org/icu4x#2025 (comment)) turns it into a single-field struct:ICU4XFixedDecimalFormatOptions { grouping_strategy: ICU4XFixedDecimalGroupingStrategy::Auto, - sign_display: ICU4XFixedDecimalSignDisplay::Auto, }
The text was updated successfully, but these errors were encountered: