-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in build tests, sort by extension then path (#1809)
* sort by extension then path this fixes the wobbling tests (duckdb, sql, npm) that change when a commit modifies the content hash of inputs.js vs inputs.css * win32 * adjust sort order to minimize churn * remove unused import --------- Co-authored-by: Mike Bostock <[email protected]>
- Loading branch information
Showing
16 changed files
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,16 +7,16 @@ | |
<title>test DuckDB</title> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap" crossorigin> | ||
<link rel="preload" as="style" href="./_observablehq/theme-air,near-midnight.00000004.css"> | ||
<link rel="preload" as="style" href="./_observablehq/stdlib/inputs.00000007.css"> | ||
<link rel="preload" as="style" href="./_observablehq/theme-air,near-midnight.00000007.css"> | ||
<link rel="preload" as="style" href="./_observablehq/stdlib/inputs.00000006.css"> | ||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap" crossorigin> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/theme-air,near-midnight.00000004.css"> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/stdlib/inputs.00000007.css"> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/theme-air,near-midnight.00000007.css"> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/stdlib/inputs.00000006.css"> | ||
<link rel="modulepreload" href="./_observablehq/client.00000001.js"> | ||
<link rel="modulepreload" href="./_observablehq/runtime.00000002.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib.00000003.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib/duckdb.00000005.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib/inputs.00000006.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib/duckdb.00000004.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib/inputs.00000005.js"> | ||
<link rel="modulepreload" href="./_npm/@duckdb/[email protected]/cd372fb8.js"> | ||
<link rel="modulepreload" href="./_npm/[email protected]/cd372fb8.js"> | ||
<link rel="modulepreload" href="./_npm/[email protected]/cd372fb8.js"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
import "../_observablehq/stdlib/inputs.00000005.js"; | ||
import "../_observablehq/stdlib/inputs.00000004.js"; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,16 @@ | |
<meta name="generator" content="Observable Framework v1.0.0-test"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap" crossorigin> | ||
<link rel="preload" as="style" href="./_observablehq/theme-air,near-midnight.00000004.css"> | ||
<link rel="preload" as="style" href="./_observablehq/stdlib/inputs.00000006.css"> | ||
<link rel="preload" as="style" href="./_observablehq/theme-air,near-midnight.00000006.css"> | ||
<link rel="preload" as="style" href="./_observablehq/stdlib/inputs.00000005.css"> | ||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap" crossorigin> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/theme-air,near-midnight.00000004.css"> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/stdlib/inputs.00000006.css"> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/theme-air,near-midnight.00000006.css"> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/stdlib/inputs.00000005.css"> | ||
<link rel="modulepreload" href="./_observablehq/client.00000001.js"> | ||
<link rel="modulepreload" href="./_observablehq/runtime.00000002.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib.00000003.js"> | ||
<link rel="modulepreload" href="./_import/index.4bdc071f.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib/inputs.00000005.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib/inputs.00000004.js"> | ||
<link rel="modulepreload" href="./_npm/[email protected]/cd372fb8.js"> | ||
<link rel="modulepreload" href="./_npm/[email protected]/cd372fb8.js"> | ||
<script type="module"> | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,24 +6,24 @@ | |
<meta name="generator" content="Observable Framework v1.0.0-test"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap" crossorigin> | ||
<link rel="preload" as="style" href="./_observablehq/theme-air,near-midnight.00000004.css"> | ||
<link rel="preload" as="style" href="./_observablehq/stdlib/inputs.00000007.css"> | ||
<link rel="preload" as="style" href="./_observablehq/theme-air,near-midnight.00000007.css"> | ||
<link rel="preload" as="style" href="./_observablehq/stdlib/inputs.00000006.css"> | ||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap" crossorigin> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/theme-air,near-midnight.00000004.css"> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/stdlib/inputs.00000007.css"> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/theme-air,near-midnight.00000007.css"> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/stdlib/inputs.00000006.css"> | ||
<link rel="modulepreload" href="./_observablehq/client.00000001.js"> | ||
<link rel="modulepreload" href="./_observablehq/runtime.00000002.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib.00000003.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib/duckdb.00000005.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib/inputs.00000006.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib/duckdb.00000004.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib/inputs.00000005.js"> | ||
<link rel="modulepreload" href="./_npm/@duckdb/[email protected]/cd372fb8.js"> | ||
<link rel="modulepreload" href="./_npm/[email protected]/cd372fb8.js"> | ||
<link rel="modulepreload" href="./_npm/[email protected]/cd372fb8.js"> | ||
<script type="module"> | ||
|
||
import {define} from "./_observablehq/client.00000001.js"; | ||
import {registerFile, FileAttachment} from "./_observablehq/stdlib.00000003.js"; | ||
import {registerTable} from "./_observablehq/stdlib/duckdb.00000005.js"; | ||
import {registerTable} from "./_observablehq/stdlib/duckdb.00000004.js"; | ||
|
||
registerFile("./table.csv", {"name":"./table.csv","mimeType":"text/csv","path":"./_file/table.b9485148.csv","lastModified":/* ts */1706742000000,"size":12}); | ||
registerTable("table", FileAttachment("./table.csv")); | ||
|