Skip to content

Commit

Permalink
Fix and run lunr-fixture-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
mattico committed Jun 15, 2024
1 parent 4288952 commit c6b317d
Show file tree
Hide file tree
Showing 13 changed files with 440 additions and 803 deletions.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch lunr-fixture-gen",
"skipFiles": [
"<node_internals>/**"
],
"program": "index.js",
"cwd": "${workspaceFolder}/tests/lunr-fixture-gen",
}
]
}
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name = "bench"
harness = false

[dev-dependencies]
criterion = "0.4.0"
criterion = "0.5.0"
maplit = "1"

[dependencies]
Expand All @@ -37,8 +37,7 @@ lindera = { version = "0.14", optional = true, features = ["ipadic"] }
lindera-core = { version = "0.13.5", optional = true }

[features]
languages = ["ar", "da", "de", "du", "es", "fi", "fr", "hu", "it", "ja", "ko", "no", "pt", "ro", "ru", "sv", "tr", "zh"]
ar = []
languages = ["da", "de", "du", "es", "fi", "fr", "hu", "it", "ja", "ko", "no", "pt", "ro", "ru", "sv", "tr", "zh"]
da = ["rust-stemmers"]
de = ["rust-stemmers"]
du = ["rust-stemmers"]
Expand Down
95 changes: 0 additions & 95 deletions js/lunr.ar.js

This file was deleted.

66 changes: 0 additions & 66 deletions src/lang/ar.rs

This file was deleted.

7 changes: 0 additions & 7 deletions tests/data/ar.in.txt

This file was deleted.

118 changes: 0 additions & 118 deletions tests/data/ar.out.txt

This file was deleted.

Loading

0 comments on commit c6b317d

Please sign in to comment.