File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed
Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11{
2- "version": "4.1.3 ",
2+ "version": "4.2.2 ",
33 "resolveLibs": "scoped"
44}
Original file line number Diff line number Diff line change 1- -D tink_anon=0.5.0
2- # @install: lix --silent download "gh://github.com/haxetink/tink_anon#d6d341c39e086920743e4dac514aae07c6f5003d" into tink_anon/0.5.0/github/d6d341c39e086920743e4dac514aae07c6f5003d
1+ # @install: lix --silent download "gh://github.com/haxetink/tink_anon#3cceb2a4bd00bd5b9a4476cb889a37f1e178e805" into tink_anon/0.7.0/github/3cceb2a4bd00bd5b9a4476cb889a37f1e178e805
32-lib tink_macro
4- -cp ${HAXE_LIBCACHE}/tink_anon/0.5.0/github/d6d341c39e086920743e4dac514aae07c6f5003d/src
3+ -cp ${HAXE_LIBCACHE}/tink_anon/0.7.0/github/3cceb2a4bd00bd5b9a4476cb889a37f1e178e805/src
4+ -D tink_anon=0.7.0
Original file line number Diff line number Diff line change 1- # @install: lix --silent download "haxelib:/ tink_chunk#0.3.1 " into tink_chunk/0.3.1/haxelib
2- -cp ${HAXE_LIBCACHE}/tink_chunk/0.3.1/haxelib /src
3- -D tink_chunk=0.3.1
1+ # @install: lix --silent download "gh://github.com/haxetink/ tink_chunk#d58e35ce6985a9e40e76a9771e8eee30c6efa5aa " into tink_chunk/0.4.0/github/d58e35ce6985a9e40e76a9771e8eee30c6efa5aa
2+ -cp ${HAXE_LIBCACHE}/tink_chunk/0.4.0/github/d58e35ce6985a9e40e76a9771e8eee30c6efa5aa /src
3+ -D tink_chunk=0.4.0
Original file line number Diff line number Diff line change 1- # @install: lix --silent download "haxelib:/ tink_cli#0.5.0 " into tink_cli/0.5.0/haxelib
1+ # @install: lix --silent download "gh://github.com/haxetink/ tink_cli#1278ad2a34fd5e2403e414aefe09bb938d0c8825 " into tink_cli/0.5.1/github/1278ad2a34fd5e2403e414aefe09bb938d0c8825
22-lib tink_io
33-lib tink_macro
44-lib tink_stringly
5- -cp ${HAXE_LIBCACHE}/tink_cli/0.5.0/haxelib /src
6- -D tink_cli=0.5.0
5+ -cp ${HAXE_LIBCACHE}/tink_cli/0.5.1/github/1278ad2a34fd5e2403e414aefe09bb938d0c8825 /src
6+ -D tink_cli=0.5.1
77# Make sure docs are generated
88-D use-rtti-doc
Original file line number Diff line number Diff line change 1- # @install: lix --silent download "gh://github.com/haxetink/tink_core#83032eb4327a73d8dd90a36d720d0d30154bb300 " into tink_core/2.0.1 /github/83032eb4327a73d8dd90a36d720d0d30154bb300
2- -cp ${HAXE_LIBCACHE}/tink_core/2.0.1 /github/83032eb4327a73d8dd90a36d720d0d30154bb300 /src
3- -D tink_core=2.0.1
1+ # @install: lix --silent download "gh://github.com/haxetink/tink_core#4be6eca2d0b6dc9f0d8749ba84b4d7a465f049b0 " into tink_core/2.0.2 /github/4be6eca2d0b6dc9f0d8749ba84b4d7a465f049b0
2+ -cp ${HAXE_LIBCACHE}/tink_core/2.0.2 /github/4be6eca2d0b6dc9f0d8749ba84b4d7a465f049b0 /src
3+ -D tink_core=2.0.2
Original file line number Diff line number Diff line change 1- # @install: lix --silent download "gh://github.com/haxetink/tink_url#aa9999fdaeaab8c032a22ead37f30c0a2171afe6 " into tink_url/0.5.0/github/aa9999fdaeaab8c032a22ead37f30c0a2171afe6
1+ # @install: lix --silent download "gh://github.com/haxetink/tink_url#4f53997c488e0ac33545a096968da6274bd7b064 " into tink_url/0.5.0/github/4f53997c488e0ac33545a096968da6274bd7b064
22-lib tink_stringly
3- -cp ${HAXE_LIBCACHE}/tink_url/0.5.0/github/aa9999fdaeaab8c032a22ead37f30c0a2171afe6 /src
3+ -cp ${HAXE_LIBCACHE}/tink_url/0.5.0/github/4f53997c488e0ac33545a096968da6274bd7b064 /src
44-D tink_url=0.5.0
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Issue26 {
3030class Root extends View {
3131
3232 @:attr var value : Value <Vector <Obj >, Vector <Obj >> = new Value ({
33- raw : new State (([{foo : ' bar' }]: Vector <Obj >)),
33+ raw : new State (([( {foo : ' bar' }: Obj ) ]: Vector <Obj >)),
3434 parse : Success ,
3535 });
3636
You can’t perform that action at this time.
0 commit comments