dasic 2.0.3 icon indicating copy to clipboard operation
dasic: ^2.0.3 copied to clipboard

Dasic is a complete standalone interpreter for a dialect of the original BASIC language.

1
likes
10/ 140
pub points
0%
popularity

The package version is not analyzed, because it does not support Dart 3. Until this is resolved, the package will receive a pub score of 0.

icon indicating section status
Follow Dart file conventions
10 / 30icon to trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:66:59

   ╷
66 │ about &quot;A Complete Interpreter in One Java File&quot; <a href="http://journal.stuffwithstuff.com/2010/07/18/jasic-a-complete-interpreter-in-one-java-file/">here</a> on his Blog.<br />
   │                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

0/5 points: Provide a valid CHANGELOG.md

Links in `CHANGELOG.md` should be secure. 3 links are insecure.

CHANGELOG.md:3:5

  ╷
3 │ <h2><a href="http://github.com/mikemitterer/dart-dasic/compare/v1.1.0...v1.1.1">v1.1.1</a> - 2016-11-16</h2>
  │     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

icon indicating section status
Provide documentation
0 / 20icon to trigger folding of the section

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

0/10 points: Failed to run dartdoc

  • Failed to resolve dependencies.
stdout: MSG : Resolving dependencies...
MSG : Logs written to /tmp/tool-envIQJXGO/pub-cache-dirQZFGBU/log/pub_log.txt.

stderr: FINE: Pub 3.0.2
FINE: Resolving dependencies finished (0.028s).
ERR : The lower bound of "sdk: '>=2.0.0 <3.0.0'" must be 2.12.0'
    | or higher to enable null safety.
    | 
    | The current Dart SDK (3.0.2) only supports null safety.
    | 
    | For details, see https://dart.dev/null-safety
FINE: Exception type: DataException
FINE: package:pub/src/entrypoint.dart 987:7                Entrypoint._checkSdkConstraint
    | package:pub/src/entrypoint.dart 359:7                Entrypoint.acquireDep[...]
    | package:pub/src/log.dart 438:18                      progress
    | package:pub/src/entrypoint.dart 358:24               Entrypoint.acquireDependencies
    | package:pub/src/command/upgrade.dart 133:13          UpgradeCommand._runUpgrade
    | package:pub/src/command/upgrade.dart 122:13          UpgradeCommand.runProtected
    | package:pub/src/command.dart 199:21                  PubCommand.run.<fn>
    | dart:async                                           new Future.sync
    | package:pub/src/utils.dart 113:12                    captureErrors.wrappedCallback
    | package:stack_trace                                  Chain.capture
    | package:pub/src/utils.dart 126:11                    captureErrors
[...]
    | dart:async                                           new Future.sync
    | package:args/command_runner.dart 122:14              CommandRunner.run
    | package:dartdev/dartdev.dart 58:29                   runDartdev
    | /b/s/w/ir/x/w/sdk/pkg/dartdev/bin/dartdev.dart 11:9  main
    | ===== asynchronous gap ===========================
    | dart:async                                           Future.catchError
    | package:pub/src/utils.dart 113:52                    captureErrors.wrappedCallback
    | package:stack_trace                                  Chain.capture
    | package:pub/src/utils.dart 126:11                    captureErrors
    | package:pub/src/command.dart 198:13                  PubCommand.run
    | package:args/command_runner.dart 212:27              CommandRunner.runCommand
    | package:dartdev/dartdev.dart 226:30                  DartdevRunner.runCommand
    | package:args/command_runner.dart 122:25              CommandRunner.run.<fn>
    | dart:async                                           new Future.sync
    | package:args/command_runner.dart 122:14              CommandRunner.run
    | package:dartdev/dartdev.dart 58:29                   runDartdev
    | /b/s/w/ir/x/w/sdk/pkg/dartdev/bin/dartdev.dart 11:9  main
---- End log transcript ----
IO  : Writing 4050 characters to text file /tmp/tool-envIQJXGO/pub-cache-dirQZFG[...]

icon indicating section status
Platform support
0 / 20icon to trigger folding of the section

0/20 points: Platform support detection failed

Could not determine supported platforms as package resolution failed.

Run dart pub get for more information.

icon indicating section status
Pass static analysis
0 / 30icon to trigger folding of the section

0/30 points: code has no errors, warnings, lints, or formatting issues

Found 79 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:dasic/cmdline.dart'.

bin/dasic.dart:1:8

  ╷
1 │ import 'package:dasic/cmdline.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze bin/dasic.dart

ERROR: Undefined class 'Application'.

bin/dasic.dart:4:11

  ╷
4 │     final Application application = new Application();
  │           ^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze bin/dasic.dart

icon indicating section status
Support up-to-date dependencies
0 / 20icon to trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Sdk constraint doesn't support current Dart version 3.0.2. Cannot run `dart pub outdated`.

pubspec.yaml:8:8

  ╷
8 │   sdk: ">=2.0.0 <3.0.0"
  │        ^^^^^^^^^^^^^^^^
  ╵

0/10 points: Package supports latest stable Dart and Flutter SDKs

Sdk constraint doesn't support current Dart version 3.0.2.

pubspec.yaml:8:8

  ╷
8 │   sdk: ">=2.0.0 <3.0.0"
  │        ^^^^^^^^^^^^^^^^
  ╵

Try widening the upper boundary of the constraint.

icon indicating section status
Dart 3 compatibility
0 / 20icon to trigger folding of the section

0/20 points: Unable to detect Dart 3 compatibility

  • Failed to analyze Dart 3 compatibilty:
Unable to run pub upgrade.
The lower bound of "sdk: '>=2.0.0 <3.0.0'" must be 2.12.0'
or higher to enable null safety.

The current Dart SDK (3.0.2) only supports null safety.

For details, see https://dart.dev/null-safety

Analysed with Pana 0.21.32, Dart 3.0.2.

1
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Dasic is a complete standalone interpreter for a dialect of the original BASIC language.

Repository (GitHub)

License

Icon for licenses.unknown (LICENSE)

Dependencies

args, console_log_handler, logging, validate, yaml

More

Packages that depend on dasic