-
Notifications
You must be signed in to change notification settings - Fork 2
FEA-2421: Fixed Functions as Parameters #88
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
Changes from all commits
1120f49
eb5f371
44f9c24
796d0b6
152e8ca
a2b1da0
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pub" | ||
directory: "/" | ||
- package-ecosystem: pub | ||
versioning-strategy: increase | ||
directory: / | ||
schedule: | ||
interval: "weekly" | ||
interval: weekly |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
// 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": [ | ||
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. This lets the debugger be used for indexing |
||
{ | ||
"name": "scip-dart", | ||
"request": "launch", | ||
"program": "bin/scip_dart.dart", | ||
"type": "dart", | ||
"args": ["./snapshots/input/staging-project"] | ||
} | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,21 +7,21 @@ packages: | |
name: _fe_analyzer_shared | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "61.0.0" | ||
version: "54.0.0" | ||
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. dependabot pub does not effect the pubspec.yaml directly, and when it does bump versions, it doesnt care about bumping past the For example: analyzer |
||
analyzer: | ||
dependency: "direct main" | ||
description: | ||
name: analyzer | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "5.13.0" | ||
version: "5.6.0" | ||
args: | ||
dependency: "direct main" | ||
description: | ||
name: args | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "2.4.2" | ||
version: "2.4.1" | ||
async: | ||
dependency: transitive | ||
description: | ||
|
@@ -175,7 +175,7 @@ packages: | |
name: glob | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "2.1.2" | ||
version: "2.1.1" | ||
graphs: | ||
dependency: transitive | ||
description: | ||
|
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.
see: https://github.com/Workiva/scip-dart/pull/88/files#r1308142900