mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 06:32:30 +03:00
0e51131809
- Missing tests from number parsing. - Fix type signature on some warning methods. - Fix warnings on `Standard.Database.Data.Table.parse_values`. - Added test for `Nothing` and empty string on `use_first_row_as_names`. - New API for `Number.format` taking a simple format string and `Locale`. - Add ellipsis to truncated `Text.to_display_text`. - Adjusted built-in `to_display_text` for numbers to not include type (but also to display BigInteger as value). - Remove `Noise.Generator` interface type. - Json: Added `to_display_text` to `JS_Object`. - Time: Added `to_display_text` for `Date`, `Time_Of_Day`, `Date_Time`, `Duration` and `Period`. - Text: Added `to_display_text` to `Locale`, `Case_Sensitivity`, `Encoding`, `Text_Sub_Range`, `Span`, `Utf_16_Span`. - System: Added `to_display_text` to `File`, `File_Permissions`, `Process_Result` and `Exit_Code`. - Network: Added `to_display_text` to `URI`, `HTTP_Status_Code` and `Header`. - Added `to_display_text` to `Maybe`, `Regression`, `Pair`, `Range`, `Filter_Condition`. - Added support for `to_js_object` and `to_display_text` to `Random_Number_Generator`. - Verified all error types have `to_display_text`. - Removed `BigInt`, `Date`, `Date_Time` and `Time_Of_Day` JS based rendering as using `to_display_text` now. - Added support for rendering nested structures in the table viz.
54 lines
1.9 KiB
Plaintext
54 lines
1.9 KiB
Plaintext
# Change log
|
|
CHANGELOG.md
|
|
|
|
# Build script & utilities
|
|
/run @mwu-tow
|
|
/run.bat @mwu-tow
|
|
/build @mwu-tow
|
|
|
|
# Rust Libraries and Related Files
|
|
rust-toolchain.toml @MichaelMauderer @mwu-tow @farmaazon
|
|
rustfmt.toml @MichaelMauderer @mwu-tow @farmaazon
|
|
Cargo.lock
|
|
Cargo.toml
|
|
/lib/rust/ @MichaelMauderer @mwu-tow @farmaazon @wdanilo @kazcw
|
|
/lib/rust/ensogl/ @MichaelMauderer @wdanilo @farmaazon @kazcw
|
|
/lib/rust/parser/ @kazcw @wdanilo @jaroslavtulach
|
|
/integration-test/ @MichaelMauderer @wdanilo @farmaazon @kazcw
|
|
/tools/build-performance/ @kazcw @mwu-tow @wdanilo
|
|
|
|
# Scala Libraries
|
|
/lib/scala/ @4e6 @jaroslavtulach @hubertp
|
|
|
|
# GUI
|
|
/app/gui/ @MichaelMauderer @wdanilo @farmaazon @mwu-tow @kazcw
|
|
/app/gui/view/ @MichaelMauderer @wdanilo @farmaazon @kazcw
|
|
/app/gui/view/graph-editor/src/builtin/visualization/java_script/ @MichaelMauderer @wdanilo @farmaazon @kazcw @jdunkerley
|
|
/app/ide-desktop/ @MichaelMauderer @wdanilo
|
|
|
|
# Engine (old)
|
|
# This section should be removed once the engine moves to /app/engine
|
|
/build.sbt @4e6 @jaroslavtulach @hubertp
|
|
/distribution/ @4e6 @jdunkerley @radeusgd @GregoryTravis
|
|
/engine/ @4e6 @jaroslavtulach @hubertp
|
|
/project/ @4e6 @jaroslavtulach @hubertp
|
|
/test/ @jdunkerley @radeusgd @GregoryTravis
|
|
/tools/ @4e6 @jaroslavtulach @radeusgd
|
|
|
|
# Enso Libraries
|
|
# This section should be amended once the engine moves to /app/engine
|
|
/distribution/lib/ @jdunkerley @radeusgd @GregoryTravis
|
|
/std-bits/ @jdunkerley @radeusgd @GregoryTravis
|
|
|
|
# Cloud Dashboard & Authentication
|
|
/app/ide-desktop/lib/dashboard @PabloBuchu @indiv0 @somebody1234
|
|
/app/ide-desktop/lib/content @PabloBuchu @indiv0 @somebody1234
|
|
/app/ide-desktop/lib/client @PabloBuchu @indiv0 @somebody1234
|
|
/app/ide-desktop/lib/types @PabloBuchu @indiv0 @somebody1234
|
|
/app/ide-desktop/lib/common @PabloBuchu @indiv0 @somebody1234
|
|
|
|
# Eslint & Esbuild Configuration
|
|
/app/ide-desktop/lib/esbuild-plugin-copy-directories @somebody1234
|
|
/app/ide-desktop/eslint.config.js @somebody1234
|
|
/app/ide-desktop/utils.ts @somebody1234
|