Created
November 1, 2018 21:30
-
-
Save joshcooper/cf338b3e8426a85fd74016e5e075ed76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: foo: Param :foo -> Starting | |
Warning: baz: Property :baz -> Starting | |
Warning: bar: Param :bar -> Starting | |
Warning: Setting Property Class Variables | |
Warning: qux: Param :name -> Validating 'qux' | |
Warning: qux: Param :name -> Munging 'qux' | |
Warning: Provider: Initializing Classvars | |
Warning: Provider Initialization :name= 'qux' | |
Warning: Provider Initialization :foo = '' | |
Warning: Provider Initialization :bar = '' | |
Warning: qux: Property :baz -> Validating 'c' | |
Warning: qux: Property :baz -> :foo is '' | |
Warning: qux: Property :baz -> :bar is '' | |
Warning: qux: Param :foo -> Validating 'a' | |
Warning: qux: Param :foo -> Munging 'a' | |
Warning: qux: Param :foo -> :bar is '' | |
Warning: qux: Param :bar -> Validating 'b' | |
Warning: qux: Param :bar -> Munging 'b' | |
Warning: qux: Param :bar -> :foo is 'a' | |
Warning: qux: Validating | |
Warning: qux: Type Initializing | |
Warning: qux: Number of Example_types in the catalog: '1' | |
Warning: qux: Type Finishing | |
Warning: qux: Doing some pre-run checks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment