Skip to content

Commit 263db27

Browse files
committed
wip
1 parent 9c70c5d commit 263db27

2 files changed

Lines changed: 1 addition & 26 deletions

File tree

src/Yaml/Decode.fs

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,6 @@ namespace ARCtrl.Yaml
22

33
module Decode =
44

5-
// yamlicious equivalents for this?
6-
7-
//let helpers =
8-
// #if FABLE_COMPILER_PYTHON
9-
// Thoth.Json.Python.Decode.helpers
10-
// #endif
11-
// #if FABLE_COMPILER_JAVASCRIPT
12-
// Thoth.Json.JavaScript.Decode.helpers
13-
// #endif
14-
// #if !FABLE_COMPILER
15-
// Thoth.Json.Newtonsoft.Decode.helpers
16-
// #endif
17-
18-
//let inline fromJsonString (decoder : Decoder<'a>) (s : string) : 'a =
19-
// #if FABLE_COMPILER_PYTHON
20-
// match Thoth.Json.Python.Decode.fromString decoder s with
21-
// #endif
22-
// #if FABLE_COMPILER_JAVASCRIPT
23-
// match Thoth.Json.JavaScript.Decode.fromString decoder s with
24-
// #endif
25-
// #if !FABLE_COMPILER
26-
// match Thoth.Json.Newtonsoft.Decode.fromString decoder s with
27-
// #endif
28-
// | Ok a -> a
29-
// | Error e -> failwith (sprintf "Error decoding string: %O" e)
30-
315
open YAMLicious
326
open YAMLicious.YAMLiciousTypes
337
open YAMLicious.Reader

tests/ValidationPackages/ValidationPackage.Tests.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ open TestingUtils
55
open ARCtrl
66
open ARCtrl.ValidationPackages
77

8+
let tests_extended = testList "Instance methods" []

0 commit comments

Comments
 (0)