-
-
Notifications
You must be signed in to change notification settings - Fork 6
Seed canonical morph types and regenerate search index #2219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feat/sync-morph-types
Are you sure you want to change the base?
Changes from all commits
bb4b09b
9aceb95
d5c8b7f
1f48cea
e9d7f09
f367d9e
be8dbbd
823531a
756e68f
98448b8
694ff1a
0ae757e
36cd084
53a0b95
f8f4cfe
3892351
da8250a
c4c86bd
ae99d97
99915a8
5e3dc1d
1e94608
f93bdb7
19c4e05
b780ecc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,6 +73,7 @@ private static string GetFilePath(string name, [CallerFilePath] string sourceFil | |
| public enum RegressionVersion | ||
| { | ||
| v1, | ||
| v2 | ||
| v2, | ||
| v3 | ||
| } | ||
|
Comment on lines
73
to
78
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Check if v3.sql script exists
echo "=== Checking for v3.sql script ==="
fd -t f 'v3.sql' backend/FwLite/LcmCrdt.Tests/
# Check current InlineData attributes in MigrationTests
echo "=== Current InlineData in MigrationTests.cs ==="
rg -n 'InlineData.*RegressionVersion' backend/FwLite/LcmCrdt.Tests/Data/MigrationTests.csRepository: sillsdev/languageforge-lexbox Length of output: 535 Add test coverage for The 🤖 Prompt for AI Agents |
||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.