-
Notifications
You must be signed in to change notification settings - Fork 79
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
Use elm-solve-deps-wasm instead of elm-json solve #558
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
8ee3259
Use elm-solve-deps-wasm instead of elm-json solve
mpizenberg 36d7f05
Implement also an online dependency provider
mpizenberg 02a8ef6
Restore elm-tooling for internal use
lydell 44c1162
Rename files to PascalCase for consistency with other files
lydell 37bd471
Pointless changes to match other files
lydell 2435cf4
Type check DependencyProvider.js with Flow
lydell 8db1160
Remove unused DependencyProviderOffline.js – I hope that’s correct
lydell 2b8bab4
Comment out console.log so the tests can run
lydell df6e9c9
Use object shorthand for module.exports like other files
lydell bfc3e44
Avoid reading elm.json again
lydell de4200a
Attempt (failing, hanging) at custom sync GET requests
mpizenberg 90797b0
Fix new worker path
mpizenberg a4be62d
Remove forgotten console logging
mpizenberg 6bec7d4
Fix forgotten JSON.parse for remote elm.json
mpizenberg 388fcee
Only expose newOffline and newOnline in DependencyProvider
mpizenberg 82cce7b
Fix ESLint not finding SharedArrayBuffer and Atomics
lydell 28bc7a3
Remove 10.x from CI so tests can run
lydell bd62c9a
Update wasm solver to 1.0.1 silencing logs
mpizenberg 574c6bc
Update package lock with hashes
mpizenberg d859927
Fix wasm solver error message throwing
mpizenberg ad33404
Finer grained try,catch in DependencyProvider
mpizenberg 1306f1f
Simplify a bit parseVersions()
mpizenberg 7a4b4db
Slight improve of error messages
mpizenberg 13a0c09
Revert "Remove 10.x from CI so tests can run"
mpizenberg 6ec3390
Node 10 eol cleanup
mpizenberg 1a3cac9
Merge branch 'master' into elm-solve-deps-wasm
mpizenberg eab0473
Fix string versions order
mpizenberg 825d9c2
Use collator.compare to sort SemVer strings
mpizenberg e05e59a
This is silly but stops Flow from complaining about method-unbinding
lydell 60bf8ad
Force Flow to trust us
mpizenberg 86756f4
Enable Flow for all new files
lydell 34b84bd
Update outdated string
lydell 5eee029
Remove the commented console.log() calls
mpizenberg 6345e65
Directly expose solve[Offline,Online] in DependencyProvider
mpizenberg 98eb201
Tiny refactor
mpizenberg 1a39b67
Replace global state by classes
harrysarson a2e58b4
Merge branch 'master' into elm-solve-deps-wasm
mpizenberg c1f27d5
Set node >= 12.20 and mocha security upgrade
mpizenberg 2c64301
Also test minimum node version on CI
mpizenberg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth testing both 12.20.0 and latest 12.x, or would it be enough with just 12.20.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Felt like both the explicit minimum version, and the likely version are worth checking but 🤷