2017-02-07 21:17:03 +00:00
|
|
|
Execute(The Rust handler should handle rustc output):
|
2017-07-07 16:03:17 +00:00
|
|
|
call ale#test#SetFilename('src/playpen.rs')
|
|
|
|
|
2017-02-07 21:17:03 +00:00
|
|
|
AssertEqual
|
|
|
|
\ [
|
2017-04-24 20:11:27 +00:00
|
|
|
\ {
|
|
|
|
\ 'lnum': 15,
|
2017-05-31 12:17:04 +00:00
|
|
|
\ 'end_lnum': 15,
|
2017-04-24 20:11:27 +00:00
|
|
|
\ 'type': 'E',
|
|
|
|
\ 'col': 418,
|
2017-05-31 12:17:04 +00:00
|
|
|
\ 'end_col': 421,
|
2017-04-24 20:11:27 +00:00
|
|
|
\ 'text': 'expected one of `.`, `;`, `?`, `}`, or an operator, found `for`',
|
|
|
|
\ },
|
|
|
|
\ {
|
|
|
|
\ 'lnum': 13,
|
2017-05-31 12:17:04 +00:00
|
|
|
\ 'end_lnum': 13,
|
2017-04-24 20:11:27 +00:00
|
|
|
\ 'type': 'E',
|
|
|
|
\ 'col': 407,
|
2017-05-31 12:17:04 +00:00
|
|
|
\ 'end_col': 410,
|
2017-04-24 20:11:27 +00:00
|
|
|
\ 'text': 'no method named `wat` found for type `std::string::String` in the current scope',
|
|
|
|
\ },
|
2017-02-07 21:17:03 +00:00
|
|
|
\ ],
|
2017-09-09 23:05:04 +00:00
|
|
|
\ ale#handlers#rust#HandleRustErrors(bufnr(''), [
|
2017-02-07 21:17:03 +00:00
|
|
|
\ '',
|
|
|
|
\ 'ignore this',
|
2017-09-09 23:05:04 +00:00
|
|
|
\ json_encode({
|
|
|
|
\ 'message': 'expected one of `.`, `;`, `?`, `}`, or an operator, found `for`',
|
|
|
|
\ 'code': v:null,
|
|
|
|
\ 'level': 'error',
|
|
|
|
\ 'spans': [
|
|
|
|
\ {
|
|
|
|
\ 'file_name': '<anon>',
|
|
|
|
\ 'byte_start': 418,
|
|
|
|
\ 'byte_end': 421,
|
|
|
|
\ 'line_start': 15,
|
|
|
|
\ 'line_end': 15,
|
|
|
|
\ 'column_start': 5,
|
|
|
|
\ 'column_end': 8,
|
|
|
|
\ 'is_primary': v:true,
|
|
|
|
\ 'label': v:null,
|
|
|
|
\ },
|
|
|
|
\ ],
|
|
|
|
\ }),
|
|
|
|
\ json_encode({
|
|
|
|
\ 'message': 'main function not found',
|
|
|
|
\ 'code': v:null,
|
|
|
|
\ 'level': 'error',
|
|
|
|
\ 'spans': [],
|
|
|
|
\ }),
|
|
|
|
\ json_encode({
|
|
|
|
\ 'code': v:null,
|
|
|
|
\ 'level': 'error',
|
|
|
|
\ 'message': 'no method named `wat` found for type `std::string::String` in the current scope',
|
|
|
|
\ 'spans': [
|
|
|
|
\ {
|
|
|
|
\ 'byte_end': 410,
|
|
|
|
\ 'byte_start': 407,
|
|
|
|
\ 'column_end': 10,
|
|
|
|
\ 'column_start': 7,
|
|
|
|
\ 'file_name': '<anon>',
|
|
|
|
\ 'is_primary': v:true,
|
|
|
|
\ 'label': v:null,
|
|
|
|
\ 'line_end': 13,
|
|
|
|
\ 'line_start': 13,
|
|
|
|
\ }
|
|
|
|
\ ]
|
|
|
|
\ }),
|
|
|
|
\ json_encode({
|
|
|
|
\ 'code': v:null,
|
|
|
|
\ 'level': 'error',
|
|
|
|
\ 'message': 'aborting due to previous error',
|
|
|
|
\ 'spans': [
|
|
|
|
\ ]
|
|
|
|
\ }),
|
2017-02-07 21:17:03 +00:00
|
|
|
\ ])
|
|
|
|
|
|
|
|
Execute(The Rust handler should handle cargo output):
|
2017-07-07 16:03:17 +00:00
|
|
|
call ale#test#SetFilename('src/playpen.rs')
|
|
|
|
|
2017-02-07 21:17:03 +00:00
|
|
|
AssertEqual
|
|
|
|
\ [
|
2017-04-24 20:11:27 +00:00
|
|
|
\ {
|
|
|
|
\ 'lnum': 15,
|
2017-05-31 12:17:04 +00:00
|
|
|
\ 'end_lnum': 15,
|
2017-04-24 20:11:27 +00:00
|
|
|
\ 'type': 'E',
|
|
|
|
\ 'col': 11505,
|
2017-05-31 12:17:04 +00:00
|
|
|
\ 'end_col': 11508,
|
2017-04-24 20:11:27 +00:00
|
|
|
\ 'text': 'expected one of `.`, `;`, `?`, `}`, or an operator, found `for`',
|
|
|
|
\ },
|
|
|
|
\ {
|
|
|
|
\ 'lnum': 13,
|
2017-05-31 12:17:04 +00:00
|
|
|
\ 'end_lnum': 13,
|
2017-04-24 20:11:27 +00:00
|
|
|
\ 'type': 'E',
|
|
|
|
\ 'col': 11494,
|
2017-05-31 12:17:04 +00:00
|
|
|
\ 'end_col': 11497,
|
2017-04-24 20:11:27 +00:00
|
|
|
\ 'text': 'no method named `wat` found for type `std::string::String` in the current scope',
|
|
|
|
\ },
|
2017-02-07 21:17:03 +00:00
|
|
|
\ ],
|
2017-09-09 23:05:04 +00:00
|
|
|
\ ale#handlers#rust#HandleRustErrors(bufnr(''), [
|
2017-02-07 21:17:03 +00:00
|
|
|
\ '',
|
|
|
|
\ 'ignore this',
|
2017-09-09 23:05:04 +00:00
|
|
|
\ json_encode({
|
|
|
|
\ 'message': {
|
|
|
|
\ 'code': v:null,
|
|
|
|
\ 'level': 'error',
|
|
|
|
\ 'message': 'expected one of `.`, `;`, `?`, `}`, or an operator, found `for`',
|
|
|
|
\ 'spans': [
|
|
|
|
\ {
|
|
|
|
\ 'byte_end': 11508,
|
|
|
|
\ 'byte_start': 11505,
|
|
|
|
\ 'column_end': 8,
|
|
|
|
\ 'column_start': 5,
|
|
|
|
\ 'file_name': ale#path#Winify('src/playpen.rs'),
|
|
|
|
\ 'is_primary': v:true,
|
|
|
|
\ 'label': v:null,
|
|
|
|
\ 'line_end': 15,
|
|
|
|
\ 'line_start': 15,
|
|
|
|
\ }
|
|
|
|
\ ]
|
|
|
|
\ },
|
|
|
|
\ }),
|
|
|
|
\ json_encode({
|
|
|
|
\ 'message': {
|
|
|
|
\ 'code': v:null,
|
|
|
|
\ 'level': 'error',
|
|
|
|
\ 'message': 'no method named `wat` found for type `std::string::String` in the current scope',
|
|
|
|
\ 'spans': [
|
|
|
|
\ {
|
|
|
|
\ 'byte_end': 11497,
|
|
|
|
\ 'byte_start': 11494,
|
|
|
|
\ 'column_end': 10,
|
|
|
|
\ 'column_start': 7,
|
|
|
|
\ 'file_name': ale#path#Winify('src/playpen.rs'),
|
|
|
|
\ 'is_primary': v:true,
|
|
|
|
\ 'label': v:null,
|
|
|
|
\ 'line_end': 13,
|
|
|
|
\ 'line_start': 13,
|
|
|
|
\ }
|
|
|
|
\ ]
|
|
|
|
\ },
|
|
|
|
\ }),
|
|
|
|
\ json_encode({
|
|
|
|
\ 'message': {
|
|
|
|
\ 'code': v:null,
|
|
|
|
\ 'level': 'error',
|
|
|
|
\ 'message': 'aborting due to previous error',
|
|
|
|
\ 'spans': [
|
|
|
|
\ ]
|
|
|
|
\ },
|
|
|
|
\ }),
|
2017-02-07 21:17:03 +00:00
|
|
|
\ ])
|
2017-05-26 23:35:57 +00:00
|
|
|
|
2017-09-09 23:05:04 +00:00
|
|
|
Execute(The Rust handler should should errors from expansion spans):
|
|
|
|
AssertEqual
|
|
|
|
\ [
|
|
|
|
\ {
|
|
|
|
\ 'lnum': 4,
|
|
|
|
\ 'end_lnum': 4,
|
|
|
|
\ 'type': 'E',
|
|
|
|
\ 'col': 52,
|
|
|
|
\ 'end_col': 54,
|
|
|
|
\ 'text': 'mismatched types: expected bool, found integral variable',
|
|
|
|
\ },
|
|
|
|
\ ],
|
|
|
|
\ ale#handlers#rust#HandleRustErrors(bufnr(''), [
|
|
|
|
\ json_encode({
|
|
|
|
\ 'message': {
|
|
|
|
\ 'code': v:null,
|
|
|
|
\ 'level': 'error',
|
|
|
|
\ 'message': 'mismatched types',
|
|
|
|
\ 'spans': [
|
|
|
|
\ {
|
|
|
|
\ 'byte_end': 1,
|
|
|
|
\ 'byte_start': 1,
|
|
|
|
\ 'column_end': 1,
|
|
|
|
\ 'column_start': 1,
|
|
|
|
\ 'file_name': ale#path#Winify('src/other.rs'),
|
|
|
|
\ 'is_primary': v:true,
|
|
|
|
\ 'label': 'some other error',
|
|
|
|
\ 'line_end': 4,
|
|
|
|
\ 'line_start': 4,
|
|
|
|
\ 'expansion': {
|
|
|
|
\ 'span': {
|
|
|
|
\ 'byte_end': 54,
|
|
|
|
\ 'byte_start': 52,
|
|
|
|
\ 'column_end': 23,
|
|
|
|
\ 'column_start': 21,
|
|
|
|
\ 'file_name': ale#path#Winify('src/playpen.rs'),
|
|
|
|
\ 'is_primary': v:true,
|
|
|
|
\ 'label': 'expected bool, found integral variable',
|
|
|
|
\ 'line_end': 4,
|
|
|
|
\ 'line_start': 4,
|
|
|
|
\ }
|
|
|
|
\ }
|
|
|
|
\ }
|
|
|
|
\ ]
|
|
|
|
\ },
|
|
|
|
\ }),
|
|
|
|
\ ])
|
2017-07-07 16:03:17 +00:00
|
|
|
|
2017-05-31 17:16:49 +00:00
|
|
|
Execute(The Rust handler should show detailed errors):
|
2017-07-07 16:03:17 +00:00
|
|
|
call ale#test#SetFilename('src/playpen.rs')
|
|
|
|
|
2017-05-31 17:16:49 +00:00
|
|
|
AssertEqual
|
|
|
|
\ [
|
|
|
|
\ {
|
|
|
|
\ 'lnum': 4,
|
|
|
|
\ 'end_lnum': 4,
|
|
|
|
\ 'type': 'E',
|
|
|
|
\ 'col': 52,
|
|
|
|
\ 'end_col': 54,
|
|
|
|
\ 'text': 'mismatched types: expected bool, found integral variable',
|
|
|
|
\ },
|
|
|
|
\ ],
|
2017-09-09 23:05:04 +00:00
|
|
|
\ ale#handlers#rust#HandleRustErrors(bufnr(''), [
|
2017-05-31 17:16:49 +00:00
|
|
|
\ '',
|
|
|
|
\ 'ignore this',
|
2017-09-09 23:05:04 +00:00
|
|
|
\ json_encode({
|
|
|
|
\ 'message': {
|
|
|
|
\ 'code': v:null,
|
|
|
|
\ 'level': 'error',
|
|
|
|
\ 'message': 'mismatched types',
|
|
|
|
\ 'spans': [
|
|
|
|
\ {
|
|
|
|
\ 'byte_end': 54,
|
|
|
|
\ 'byte_start': 52,
|
|
|
|
\ 'column_end': 23,
|
|
|
|
\ 'column_start': 21,
|
|
|
|
\ 'expansion': v:null,
|
|
|
|
\ 'file_name': ale#path#Winify('src/playpen.rs'),
|
|
|
|
\ 'is_primary': v:true,
|
|
|
|
\ 'label': 'expected bool, found integral variable',
|
|
|
|
\ 'line_end': 4,
|
|
|
|
\ 'line_start': 4,
|
|
|
|
\ }
|
|
|
|
\ ]
|
|
|
|
\ },
|
|
|
|
\ }),
|
|
|
|
\ json_encode({
|
|
|
|
\ 'message': {
|
|
|
|
\ 'code': v:null,
|
|
|
|
\ 'level': 'error',
|
|
|
|
\ 'message': 'aborting due to previous error(s)',
|
|
|
|
\ 'spans': [
|
|
|
|
\ ]
|
|
|
|
\ },
|
|
|
|
\ }),
|
2017-05-31 17:16:49 +00:00
|
|
|
\ ])
|
|
|
|
|
2017-05-26 23:35:57 +00:00
|
|
|
Execute(The Rust handler should find correct files):
|
2017-07-07 16:03:17 +00:00
|
|
|
call ale#test#SetFilename('src/noerrors/mod.rs')
|
|
|
|
|
2017-05-26 23:35:57 +00:00
|
|
|
AssertEqual
|
|
|
|
\ [],
|
2017-09-09 23:05:04 +00:00
|
|
|
\ ale#handlers#rust#HandleRustErrors(bufnr(''), [
|
2017-05-26 23:35:57 +00:00
|
|
|
\ '',
|
|
|
|
\ 'ignore this',
|
2017-09-09 23:05:04 +00:00
|
|
|
\ json_encode({
|
|
|
|
\ 'message': {
|
|
|
|
\ 'code': v:null,
|
|
|
|
\ 'level': 'error',
|
|
|
|
\ 'message': 'unresolved import `Undefined`',
|
|
|
|
\ 'spans': [
|
|
|
|
\ {
|
|
|
|
\ 'byte_end': 103,
|
|
|
|
\ 'byte_start': 94,
|
|
|
|
\ 'column_end': 14,
|
|
|
|
\ 'column_start': 5,
|
|
|
|
\ 'file_name': 'src/haserrors/mod.rs',
|
|
|
|
\ 'is_primary': v:true,
|
|
|
|
\ 'label': 'no `Undefined` in the root',
|
|
|
|
\ 'line_end': 1,
|
|
|
|
\ 'line_start': 1,
|
|
|
|
\ }
|
|
|
|
\ ]
|
|
|
|
\ },
|
|
|
|
\ }),
|
|
|
|
\ json_encode({
|
|
|
|
\ 'message': {
|
|
|
|
\ 'code': v:null,
|
|
|
|
\ 'level': 'error',
|
|
|
|
\ 'message': 'aborting due to previous error',
|
|
|
|
\ 'spans': [
|
|
|
|
\ ]
|
|
|
|
\ },
|
|
|
|
\ }),
|
2017-05-26 23:35:57 +00:00
|
|
|
\ ])
|