-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: nojaf/rescript-vscode
base: additional-completion-tests
head repository: rescript-lang/rescript-vscode
compare: master
- 17 commits
- 287 files changed
- 5 contributors
Commits on Nov 1, 2024
-
Auto-format vendored OCaml sources like in compiler repo (rescript-la…
…ng#1053) * Auto-format vendored OCaml sources like in compiler repo * CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 2837e08 - Browse repository at this point
Copy the full SHA 2837e08View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b70de44 - Browse repository at this point
Copy the full SHA b70de44View commit details -
Merge pull request rescript-lang#1057 from fhammerschmidt/incremental…
…-path-handling Fix possible windows bugs in incremental compilation
Configuration menu - View commit details
-
Copy full SHA for 9651f4f - Browse repository at this point
Copy the full SHA 9651f4fView commit details
Commits on Dec 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 541b1e4 - Browse repository at this point
Copy the full SHA 541b1e4View commit details -
Use editor tooling distributed with compiler when supported (rescript…
…-lang#1055) * run analysis from compiler package if high enough version * run from appropriate bins also on the LS client * fix running reanalyze * changelog
Configuration menu - View commit details
-
Copy full SHA for 8d502ad - Browse repository at this point
Copy the full SHA 8d502adView commit details
Commits on Dec 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9578e91 - Browse repository at this point
Copy the full SHA 9578e91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d9195e - Browse repository at this point
Copy the full SHA 3d9195eView commit details
Commits on Jan 2, 2025
-
Universal dot completion (rescript-lang#1054)
* wip complete pipeable functions from dot completion on record when record is type t of module * correctly insert completion item text removing the dot when selecting a pipe function * add experimental mainTypeForModule annotation * complete modules in payload of mainTypeForModule * rename attribute * hover for new decorator * allow extra module completions also for pipe * make sure completions work across files * filter pipe completions to only applicable functions * pipe complete only for functions that take the expected type as the first argument * start refactoring dot completion everywhere * refactor dot completion * add a few more synthetic * disable verbose log * cleanup * pipe dot completion for builtins * Add example case (rescript-lang#1058) * Additional completion tests (rescript-lang#1062) * Add Rxjs completion test * Add Rxjs binding example * Extend Rxjs test with fully qualified access * Add@editor.completeFrom and incomplete test output * Add passing test for property completion * Test still works when types are not named t. * Add test for @editor.completeFrom * make dot completion everywhere actually work * do not care about ExtractedType now that we have incremental type checking * refactor to share pipe completion code logic * cleanup * cleanup * fix debug command * up rescript in test project * change strategy for removing dot on completion * contonous dot completion * handle dot completions on piped idents * handle scope * inline pipe completion logic again * refactor * more compl spec * refactor * changelog --------- Co-authored-by: Florian Verdonck <florian.verdonck@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 76adc98 - Browse repository at this point
Copy the full SHA 76adc98View commit details
Commits on Jan 4, 2025
-
Fix issue where type arg ctx wasnt passed along (rescript-lang#1064)
* fix issue where type arg ctx wasnt passed along * changelog
Configuration menu - View commit details
-
Copy full SHA for 85a72dc - Browse repository at this point
Copy the full SHA 85a72dcView commit details
Commits on Jan 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ddc23b0 - Browse repository at this point
Copy the full SHA ddc23b0View commit details
Commits on Jan 6, 2025
-
Reuse original env when instantiating type (rescript-lang#1067)
* Reuse original env when instantiating type * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 6604f4b - Browse repository at this point
Copy the full SHA 6604f4bView commit details
Commits on Jan 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 82bbdc5 - Browse repository at this point
Copy the full SHA 82bbdc5View commit details
Commits on Feb 16, 2025
-
Add completion for React primitives (rescript-lang#1074)
* add completion for React primitives * changelog
Configuration menu - View commit details
-
Copy full SHA for 2019372 - Browse repository at this point
Copy the full SHA 2019372View commit details -
Remove builtin formatter (rescript-lang#1073)
* remove builtin formatter * changelog
Configuration menu - View commit details
-
Copy full SHA for cb160f5 - Browse repository at this point
Copy the full SHA cb160f5View commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1e935ad - Browse repository at this point
Copy the full SHA 1e935adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1973325 - Browse repository at this point
Copy the full SHA 1973325View commit details
Commits on Feb 27, 2025
-
Merge pull request rescript-lang#1078 from fhammerschmidt/attempt-to-…
…fix-master-release Try to fix latest-master release
Configuration menu - View commit details
-
Copy full SHA for 79992f1 - Browse repository at this point
Copy the full SHA 79992f1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff additional-completion-tests...master