• R/O
  • SSH

Tisrn: Commit

Tisrn: Type-logical Identifying Server Routing Navigator


Commit MetaInfo

Revisión7738e1a0a7a43be3fcccaa51db5417da0d6e46b7 (tree)
Tiempo2022-08-09 18:22:38
AutorHaruka Sato <csta19097@g.ni...>
CommiterHaruka Sato

Log Message

base x2

Cambiar Resumen

Diferencia incremental

diff -r 729e91647b63 -r 7738e1a0a7a4 .packages
--- a/.packages Tue Aug 09 12:16:12 2022 +0300
+++ b/.packages Tue Aug 09 12:22:38 2022 +0300
@@ -3,7 +3,7 @@
33 #
44 # For more info see: https://dart.dev/go/dot-packages-deprecation
55 #
6-# Generated by pub on 2022-08-09 10:41:51.857008.
6+# Generated by pub on 2022-08-09 12:19:49.725741.
77 _fe_analyzer_shared:file:///C:/Users/takuy/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/_fe_analyzer_shared-44.0.0/lib/
88 analyzer:file:///C:/Users/takuy/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/analyzer-4.4.0/lib/
99 args:file:///C:/Users/takuy/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/args-2.3.1/lib/
diff -r 729e91647b63 -r 7738e1a0a7a4 example/tisrn_example.dart
--- a/example/tisrn_example.dart Tue Aug 09 12:16:12 2022 +0300
+++ b/example/tisrn_example.dart Tue Aug 09 12:22:38 2022 +0300
@@ -1,6 +1,5 @@
11 import 'package:tisrn/tisrn.dart';
22
33 void main() {
4- var awesome = Awesome();
5- print('awesome: ${awesome.isAwesome}');
4+ print('awesome');
65 }
diff -r 729e91647b63 -r 7738e1a0a7a4 pubspec.yaml
--- a/pubspec.yaml Tue Aug 09 12:16:12 2022 +0300
+++ b/pubspec.yaml Tue Aug 09 12:22:38 2022 +0300
@@ -1,6 +1,7 @@
11 name: tisrn
22 description: "Tisrn: Type-logical Identifying Server Routing Navigator"
33 version: 0.0.1
4+repository: https://hg.osdn.net/view/ibisweb/Tisrn
45 # homepage: https://www.example.com
56
67 environment:
diff -r 729e91647b63 -r 7738e1a0a7a4 test/tisrn_test.dart
--- a/test/tisrn_test.dart Tue Aug 09 12:16:12 2022 +0300
+++ b/test/tisrn_test.dart Tue Aug 09 12:22:38 2022 +0300
@@ -2,15 +2,4 @@
22 import 'package:test/test.dart';
33
44 void main() {
5- group('A group of tests', () {
6- final awesome = Awesome();
7-
8- setUp(() {
9- // Additional setup goes here.
10- });
11-
12- test('First Test', () {
13- expect(awesome.isAwesome, isTrue);
14- });
15- });
165 }
Show on old repository browser