-
Notifications
You must be signed in to change notification settings - Fork 233
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
Search by type feature, a kind of sherlodoc in Merlin #1828
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce98788 - Browse repository at this point
Copy the full SHA ce98788View commit details -
Introduce
merlin-lib.sherlodoc
Core search engine by type, strongly inspired by https://doc.sherlocode.com/. The library is globally dependency agnostic so that it can potentially be used one day as a base for other applications.
Configuration menu - View commit details
-
Copy full SHA for f8c7883 - Browse repository at this point
Copy the full SHA f8c7883View commit details -
Introduce unit-tests (sherlodoc)
Currently, Merlin's code base only uses test CRAMs, although some functions are easier to maintain if they are unit-tested. It is therefore a ‘gradual’ introduction of unit tests into the code base.
Configuration menu - View commit details
-
Copy full SHA for 3a47504 - Browse repository at this point
Copy the full SHA 3a47504View commit details -
Configuration menu - View commit details
-
Copy full SHA for efedbdc - Browse repository at this point
Copy the full SHA efedbdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for eca1d81 - Browse repository at this point
Copy the full SHA eca1d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d51670 - Browse repository at this point
Copy the full SHA 3d51670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 599d4f7 - Browse repository at this point
Copy the full SHA 599d4f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cc043f - Browse repository at this point
Copy the full SHA 1cc043fView commit details -
Simplify the result buffer of search
And add the support of dynamic switching between search by types and search by polarity
Configuration menu - View commit details
-
Copy full SHA for caeb3da - Browse repository at this point
Copy the full SHA caeb3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e0ca2 - Browse repository at this point
Copy the full SHA 09e0ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1db8a - Browse repository at this point
Copy the full SHA ec1db8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecfc26c - Browse repository at this point
Copy the full SHA ecfc26cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76dfdd1 - Browse repository at this point
Copy the full SHA 76dfdd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 116a432 - Browse repository at this point
Copy the full SHA 116a432View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d3c6a - Browse repository at this point
Copy the full SHA 83d3c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d4aa4 - Browse repository at this point
Copy the full SHA 89d4aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a7948 - Browse repository at this point
Copy the full SHA 10a7948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79548c2 - Browse repository at this point
Copy the full SHA 79548c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4febfc8 - Browse repository at this point
Copy the full SHA 4febfc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e02e44c - Browse repository at this point
Copy the full SHA e02e44cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57b67b4 - Browse repository at this point
Copy the full SHA 57b67b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e9086 - Browse repository at this point
Copy the full SHA 50e9086View commit details
Commits on Sep 25, 2024
-
Printing types and fetching documentation is expensive. We only do it…
… after the limit is enforced.
Configuration menu - View commit details
-
Copy full SHA for 0ce4c92 - Browse repository at this point
Copy the full SHA 0ce4c92View commit details -
Set printing env before printing value names.
This might help with short-paths, we should introduce tests showing it.
Configuration menu - View commit details
-
Copy full SHA for dcfe1d6 - Browse repository at this point
Copy the full SHA dcfe1d6View commit details -
Merge pull request #2 from voodoos/search-by-type-feature+
Search by type feature+
Configuration menu - View commit details
-
Copy full SHA for 8653e0f - Browse repository at this point
Copy the full SHA 8653e0fView commit details