Skip to content

Instantly share code, notes, and snippets.

@kjnilsson
Created September 3, 2014 08:38
Show Gist options
  • Save kjnilsson/52e2c862077dd77a8e86 to your computer and use it in GitHub Desktop.
Save kjnilsson/52e2c862077dd77a8e86 to your computer and use it in GitHub Desktop.
fsautocomplete fsharp-vim log
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.
> <<EOF>>
< INFO: Background parsing started
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 12
< DATA: errors
< [4:11-4:12] ERROR Missing qualification after '.'
< [4:8-4:11] ERROR Invalid use of a type name and/or object constructor. If necessary use 'new' and apply the constructor to its arguments, e.g. 'new Type(args)'. The required signature is:
< new : elements:seq<'Key * 'Value> -> Map<'Key,'Value>.
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.
> <<EOF>>
< DATA: completion
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 12
< INFO: Background parsing started
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.INFO: Background parsing
> <<EOF>>
< DATA: errors
< [4:11-4:12] ERROR Missing qualification after '.'
< [4:8-4:11] ERROR Invalid use of a type name and/or object constructor. If necessary use 'new' and apply the constructor to its arguments, e.g. 'new Type(args)'. The required signature is:
< new : elements:seq<'Key * 'Value> -> Map<'Key,'Value>.
complete: base = started
> completion "/Users/karlnilsson/code/fs/test.fs" 4 37
< DATA: completion
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.INFO: Background parsing
> <<EOF>>
< INFO: Background parsing started
complete: base = started
> completion "/Users/karlnilsson/code/fs/test.fs" 4 37
< DATA: completion
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.
>
> <<EOF>>
< DATA: errors
< [4:29-4:36] ERROR The type 'parsing' is not defined
< [4:12-4:16] ERROR The value, constructor, namespace or type 'INFO' is not defined
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 12
< INFO: Background parsing started
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.INFO: Background parsing
>
> <<EOF>>
< DATA: errors
< [4:29-4:36] ERROR The type 'parsing' is not defined
< [4:12-4:16] ERROR The value, constructor, namespace or type 'INFO' is not defined
complete: base = started
> completion "/Users/karlnilsson/code/fs/test.fs" 4 37
< DATA: completion
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.INFO: Background parsing
>
> <<EOF>>
< INFO: Background parsing started
complete: base = started
> completion "/Users/karlnilsson/code/fs/test.fs" 4 37
< DATA: errors
< [4:11-4:12] ERROR Missing qualification after '.'
< [4:8-4:11] ERROR Invalid use of a type name and/or object constructor. If necessary use 'new' and apply the constructor to its arguments, e.g. 'new Type(args)'. The required signature is:
< new : elements:seq<'Key * 'Value> -> Map<'Key,'Value>.
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.
>
> <<EOF>>
< DATA: completion
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 12
< INFO: Background parsing started
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
>
>
> <<EOF>>
< DATA: errors
< [4:29-4:36] ERROR The type 'parsing' is not defined
< [4:12-4:16] ERROR The value, constructor, namespace or type 'INFO' is not defined
complete: base = Map
> completion "/Users/karlnilsson/code/fs/test.fs" 4 8
< DATA: completion
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.
>
> <<EOF>>
< INFO: Background parsing started
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 12
< DATA: errors
< [4:29-4:36] ERROR The type 'parsing' is not defined
< [4:12-4:16] ERROR The value, constructor, namespace or type 'INFO' is not defined
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.
>
> <<EOF>>
< DATA: completion
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 12
< INFO: Background parsing started
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.INFO: Background parsing
>
> <<EOF>>
< DATA: errors
< [4:11-4:12] ERROR Missing qualification after '.'
< [4:8-4:11] ERROR Invalid use of a type name and/or object constructor. If necessary use 'new' and apply the constructor to its arguments, e.g. 'new Type(args)'. The required signature is:
< new : elements:seq<'Key * 'Value> -> Map<'Key,'Value>.
complete: base = started
> completion "/Users/karlnilsson/code/fs/test.fs" 4 37
< DATA: completion
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.INFO: Background parsing
>
> <<EOF>>
< INFO: Background parsing started
complete: base = started
> completion "/Users/karlnilsson/code/fs/test.fs" 4 37
< DATA: completion
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.
>
> <<EOF>>
< DATA: errors
< [5:0-5:1] WARNING Possible incorrect indentation: this token is offside of context started at position (3:5). Try indenting this token further or using standard formatting conventions.
< [5:0-5:1] WARNING Possible incorrect indentation: this token is offside of context started at position (3:5). Try indenting this token further or using standard formatting conventions.
< [5:0-5:1] ERROR Incomplete structured construct at or before this point in binding
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 12
< INFO: Background parsing started
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Map.
>
> <<EOF>>
< DATA: errors
< [4:11-4:12] ERROR Missing qualification after '.'
< [4:8-4:11] ERROR Invalid use of a type name and/or object constructor. If necessary use 'new' and apply the constructor to its arguments, e.g. 'new Type(args)'. The required signature is:
< new : elements:seq<'Key * 'Value> -> Map<'Key,'Value>.
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 12
< DATA: completion
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Option.
>
>
> <<EOF>>
< INFO: Background parsing started
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 15
< DATA: errors
< [4:11-4:12] ERROR Missing qualification after '.'
< [4:8-4:11] ERROR Invalid use of a type name and/or object constructor. If necessary use 'new' and apply the constructor to its arguments, e.g. 'new Type(args)'. The required signature is:
< new : elements:seq<'Key * 'Value> -> Map<'Key,'Value>.
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Option.
>
>
>
> <<EOF>>
< DATA: completion
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 15
< INFO: Background parsing started
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Option.INFO: Background parsing
>
>
>
> <<EOF>>
< DATA: errors
< [4:29-4:36] ERROR The type 'parsing' is not defined
< [4:12-4:16] ERROR The value, constructor, namespace or type 'INFO' is not defined
complete: base = started
> completion "/Users/karlnilsson/code/fs/test.fs" 4 40
< DATA: completion
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Option.
>
>
>
> <<EOF>>
< INFO: Background parsing started
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 15
< DATA: errors
< [4:29-4:36] ERROR The type 'parsing' is not defined
< [4:12-4:16] ERROR The value, constructor, namespace or type 'INFO' is not defined
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Option.
>
>
>
> <<EOF>>
< DATA: completion
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 15
< INFO: Background parsing started
> parse "/Users/karlnilsson/code/fs/test.fs" full
> module Test =
>
> let tryX () =
> Option.
>
>
>
> <<EOF>>
< DATA: errors
< [4:11-4:12] ERROR Missing qualification after '.'
< [4:8-4:11] ERROR Invalid use of a type name and/or object constructor. If necessary use 'new' and apply the constructor to its arguments, e.g. 'new Type(args)'. The required signature is:
< new : elements:seq<'Key * 'Value> -> Map<'Key,'Value>.
complete: base =
> completion "/Users/karlnilsson/code/fs/test.fs" 4 15
< DATA: completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment