2022-02-08 12:26:14 +03:00
|
|
|
# Change log
|
|
|
|
CHANGELOG.md
|
|
|
|
|
2022-10-11 00:38:48 +03:00
|
|
|
# Build script & utilities
|
|
|
|
/run @mwu-tow
|
|
|
|
/run.bat @mwu-tow
|
|
|
|
/build @mwu-tow
|
|
|
|
|
2022-02-16 17:30:09 +03:00
|
|
|
# Rust Libraries and Related Files
|
2023-07-21 13:12:24 +03:00
|
|
|
rust-toolchain.toml @MichaelMauderer @vitvakatu @Frizi @kazcw @farmaazon @mwu-tow
|
|
|
|
rustfmt.toml @MichaelMauderer @mwu-tow @farmaazon @vitvakatu @Frizi @kazcw
|
2022-08-04 13:21:39 +03:00
|
|
|
Cargo.lock
|
|
|
|
Cargo.toml
|
2023-07-21 13:12:24 +03:00
|
|
|
/lib/rust/ @MichaelMauderer @mwu-tow @farmaazon @kazcw @vitvakatu @Frizi
|
|
|
|
/lib/rust/ensogl/ @MichaelMauderer @farmaazon @kazcw @vitvakatu @Frizi
|
2023-07-27 18:25:45 +03:00
|
|
|
/lib/rust/parser/ @MichaelMauderer @mwu-tow @farmaazon @kazcw @vitvakatu @Frizi @jaroslavtulach
|
2023-07-21 13:12:24 +03:00
|
|
|
/integration-test/ @MichaelMauderer @farmaazon @kazcw @vitvakatu @Frizi
|
|
|
|
/tools/build-performance/ @kazcw @mwu-tow @Akirathan
|
2020-04-07 13:06:53 +03:00
|
|
|
|
2021-11-19 20:10:53 +03:00
|
|
|
# Scala Libraries
|
2022-10-22 08:45:55 +03:00
|
|
|
/lib/scala/ @4e6 @jaroslavtulach @hubertp
|
2021-11-01 22:44:15 +03:00
|
|
|
|
|
|
|
# GUI
|
2023-07-21 13:12:24 +03:00
|
|
|
/app/gui/ @MichaelMauderer @farmaazon @mwu-tow @kazcw @vitvakatu @Frizi
|
|
|
|
/app/gui/view/ @MichaelMauderer @farmaazon @kazcw @vitvakatu @Frizi
|
|
|
|
/app/gui/view/graph-editor/src/builtin/visualization/java_script/ @MichaelMauderer @farmaazon @kazcw @jdunkerley @vitvakatu @Frizi
|
2023-09-05 01:27:33 +03:00
|
|
|
/app/gui2/ @Frizi
|
2021-11-19 20:10:53 +03:00
|
|
|
|
|
|
|
# Engine (old)
|
|
|
|
# This section should be removed once the engine moves to /app/engine
|
2023-04-28 15:03:43 +03:00
|
|
|
/build.sbt @4e6 @jaroslavtulach @hubertp @Akirathan
|
Table Visualization and display text changes. (#6382)
- 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.
2023-04-26 21:15:48 +03:00
|
|
|
/distribution/ @4e6 @jdunkerley @radeusgd @GregoryTravis
|
2023-04-28 15:03:43 +03:00
|
|
|
/engine/ @4e6 @jaroslavtulach @hubertp @Akirathan
|
2022-09-22 12:45:59 +03:00
|
|
|
/project/ @4e6 @jaroslavtulach @hubertp
|
Table Visualization and display text changes. (#6382)
- 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.
2023-04-26 21:15:48 +03:00
|
|
|
/test/ @jdunkerley @radeusgd @GregoryTravis
|
2022-10-22 08:45:55 +03:00
|
|
|
/tools/ @4e6 @jaroslavtulach @radeusgd
|
2021-11-19 20:10:53 +03:00
|
|
|
|
|
|
|
# Enso Libraries
|
|
|
|
# This section should be amended once the engine moves to /app/engine
|
Table Visualization and display text changes. (#6382)
- 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.
2023-04-26 21:15:48 +03:00
|
|
|
/distribution/lib/ @jdunkerley @radeusgd @GregoryTravis
|
|
|
|
/std-bits/ @jdunkerley @radeusgd @GregoryTravis
|
2023-04-13 17:19:24 +03:00
|
|
|
|
2023-07-21 13:12:24 +03:00
|
|
|
# Dashboard, Cloud & Authentication
|
|
|
|
/app/ide-desktop/ @PabloBuchu @indiv0 @somebody1234
|