mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +03:00
b5c995a7bf
- Closes #8111 by making sure that all Excel workbooks are read using a backing file (which should be more memory efficient). - If the workbook is being opened from an input stream, that stream is materialized to a `Temporary_File`. - Adds tests fetching Table formats from HTTP. - Extends `simple-httpbin` with ability to serve files for our tests. - Ensures that the `Infer` option on `Excel` format also works with streams, if content-type metadata is available (e.g. from HTTP headers). - Implements a `Temporary_File` facility that can be used to create a temporary file that is deleted once all references to the `Temporary_File` instance are GCed.
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
# Build Artefacts
|
|
dist
|
|
target
|
|
|
|
.github/PULL_REQUEST_TEMPLATE.md
|
|
.github/ISSUE_TEMPLATE
|
|
distribution/launcher/THIRD-PARTY
|
|
distribution/engine/THIRD-PARTY
|
|
distribution/project-manager/THIRD-PARTY
|
|
tools/legal-review
|
|
distribution/lib/Standard/*/*/manifest.yaml
|
|
distribution/lib/Standard/*/*/polyglot
|
|
distribution/lib/Standard/*/*/THIRD-PARTY
|
|
distribution/docs-js
|
|
|
|
built-distribution/
|
|
THIRD-PARTY
|
|
resources/engine
|
|
resources/python
|
|
|
|
# The files in the `data` directory of our tests may have specific structure or
|
|
# even be malformed on purpose, so we do not want to run prettier on them.
|
|
test/**/data
|
|
tools/simple-httpbin/www-files
|
|
|
|
# GUI
|
|
**/scala-parser.js
|
|
**/package-lock.json
|
|
**/msdfgen_wasm.js
|
|
|
|
# Generated files
|
|
app/ide-desktop/lib/client/electron-builder-config.json
|
|
app/ide-desktop/lib/content-config/src/config.json
|
|
app/ide-desktop/lib/dashboard/playwright-report/
|
|
app/ide-desktop/lib/dashboard/playwright/.cache/
|
|
app/gui/view/documentation/assets/stylesheet.css
|
|
app/gui2/rust-ffi/pkg
|
|
Cargo.lock
|
|
build.json
|
|
app/gui2/playwright-report/
|
|
|
|
# Engine Builds can leave these nested working copies.
|
|
# TODO [mwu]: Adjust Engine build to not leave them.
|
|
ci-build/
|
|
enso/
|
|
|
|
# Popular IDEs
|
|
.bsp
|
|
.idea
|
|
.vscode
|
|
|
|
# Stray files generated during build
|
|
svm_*.md
|