1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
Commit Graph

174 Commits

Author SHA1 Message Date
David Landry
8942a5e584 Missed updating a bunch of identifiers 2018-10-05 19:40:09 -04:00
David Landry
ff0d9c667b Update lockfile 2018-10-05 19:00:22 -04:00
David Landry
0d43a37880 Swap golint for revive 2018-10-05 18:59:42 -04:00
David Landry
737016dcd2 Merge remote-tracking branch 'upstream/master' 2018-10-05 18:42:33 -04:00
David Landry
a7ecc90973 Missed renaming some identifiers 2018-10-05 18:30:03 -04:00
David Landry
86083df180 Merge branch 'cleanup/fix-naming-convention' of github.com:davad/ferret into cleanup/fix-naming-convention 2018-10-05 18:27:09 -04:00
David Landry
5188c243f6 Swap var -> const 2018-10-05 18:26:49 -04:00
David Landry
138f39d727
Merge branch 'master' into cleanup/fix-naming-convention 2018-10-05 17:42:28 -04:00
David Landry
5f201de7f9 Use custom type for keying Context
See https://blog.golang.org/context#TOC_3.2
2018-10-05 17:38:12 -04:00
David Landry
b970bf5a2b Fix unused-parameter errors 2018-10-05 17:38:12 -04:00
David Landry
a4ce880d9c Actually, let's just disable the check for Type 2018-10-05 17:38:12 -04:00
David Landry
31c31247ac Remove var-declaration errors 2018-10-05 17:38:12 -04:00
David Landry
31cb7c2762 Fix increment-decrement errors 2018-10-05 17:38:12 -04:00
David Landry
a7f8443d7d Revert changes to autogenerated code 2018-10-05 17:38:12 -04:00
David Landry
90c2c702e4 Rename variables and methods to match styleguide 2018-10-05 17:38:12 -04:00
David Landry
8e2006b73c Actually, let's just disable the check for Type 2018-10-05 17:00:37 -04:00
David Landry
423939af57 Change this to 'warning' because we're using a redefined 'Type' all over the place 2018-10-05 16:52:41 -04:00
David Landry
e0ca4065d7 Ignore parser files that are generated by antlr 2018-10-05 16:41:14 -04:00
David Landry
87faec998e
Run linting during CI
Install and run revive for linting
2018-10-05 16:11:28 -04:00
David Landry
0ea007f68f Add revive config file for linting 2018-10-05 16:00:04 -04:00
Tim Voronov
51d794d6c1
Merge pull request #52 from esell/param-test
add unit tests for runtime/core - param
2018-10-05 15:49:46 -04:00
Tim Voronov
1b4c7abe2a
Merge pull request #51 from MontFerret/bug/invalid-hashing
Fixed hashing
2018-10-05 15:47:18 -04:00
esell
1167d74ed3
add unit tests for runtime/core - param 2018-10-05 13:34:31 -06:00
Tim Voronov
3cb811c636 Fixed hashing 2018-10-05 15:17:22 -04:00
Tim Voronov
1b2a765569
Merge pull request #50 from esell/runtime-tests2
add unit tests for runtime/core - function
2018-10-05 13:42:59 -04:00
Tim Voronov
631f452d2a
Merge pull request #49 from esell/runtime-tests
more unit test for runtime/core - errors
2018-10-05 12:56:21 -04:00
esell
0b6639fdaf
add unit tests for runtime/core - function 2018-10-05 10:30:54 -06:00
esell
3c78bca385
swap magic numbers for enums in errors_test.go 2018-10-05 10:07:31 -06:00
esell
54a8c0f81b
more unit test for runtime/core - errors 2018-10-05 09:51:43 -06:00
Tim Voronov
8a43caca93
Updated prerequisites 2018-10-05 10:10:19 -04:00
Tim Voronov
4a66c0455c
Updated minimal Go version 2018-10-05 10:08:16 -04:00
Tim Voronov
8200bad6a5
Merge pull request #45 from prateekchaplot/master
Grammar Check
2018-10-05 09:14:58 -04:00
Prateek Chaplot
01a8929592 Grammar Check 2018-10-05 14:47:22 +05:30
Tim Voronov
84f7f36b9e Updated examples 2018-10-04 22:17:33 -04:00
Tim Voronov
f083bfdc4c Updated README 2018-10-04 22:16:03 -04:00
Tim Voronov
abec033649 Reorganized CLI 2018-10-04 22:13:52 -04:00
Tim Voronov
0e3fe130b1
Merge pull request #43 from MontFerret/feature/blank-page
Added support to open blank page
2018-10-04 21:51:40 -04:00
Tim Voronov
99cd9d3f83 Commented out debug test 2018-10-04 21:38:27 -04:00
Tim Voronov
c650d28b29 Added support to open blank page 2018-10-04 21:37:28 -04:00
Tim Voronov
71ee1f3dfe
Merge pull request #41 from esell/runtime-tests
[WIP] add unit tests for runtime/core
2018-10-04 17:11:33 -04:00
Tim Voronov
689cd7187c
Update README.md 2018-10-04 16:19:26 -04:00
esell
94f8398255
fix package name in errors_test.go 2018-10-04 13:46:34 -06:00
esell
0c5c4ebb91
add unit tests for runtime/core - errors 2018-10-04 13:43:04 -06:00
Tim Voronov
efe3c97d6e
Updated code snippets 2018-10-04 13:42:12 -04:00
Tim Voronov
5fac29efec
Update README.md 2018-10-04 13:05:20 -04:00
Tim Voronov
c5650f3331
Merge pull request #37 from krishnakarthik1309/travis-ci
fix travis build: send arguments to antlr4 #28
2018-10-04 12:59:38 -04:00
krishna
ae60f0bf84 fix travis build: send arguments to antlr4 #28 2018-10-04 21:57:41 +05:30
Tim Voronov
c54822f610 Trigger the build 2018-10-04 10:49:08 -04:00
Tim Voronov
913d485dcf Removed meme 2018-10-04 10:46:03 -04:00
Tim Voronov
08b5f53451 Removed redundant nil check 2018-10-04 10:38:42 -04:00