1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
Commit Graph

27517 Commits

Author SHA1 Message Date
Rick Winfrey
4a1dbe636f These syntax constructors are no longer used in Ruby's Syntax 2019-01-31 15:55:13 -08:00
Rick Winfrey
ad82cf4c6d Fixes contextualize bug for comments occuring after a binary operator
Example:

`if (self.__class__._create_slots.__code__ is not  # pylint: disable=protected-access
        OptimizerV2._create_slots.__code__):`
2019-01-31 15:54:51 -08:00
Timothy Clem
635f09fe29 ++version to 0.5.0 2019-01-31 15:41:08 -08:00
Rick Winfrey
17f64344ef Assign comments within Python member access expressions 2019-01-31 15:30:28 -08:00
Timothy Clem
a1a81e3daa Fix up merge conflicts in Examples.hs 2019-01-31 14:13:26 -08:00
Timothy Clem
c6091cee7f Remove extra imports 2019-01-31 13:47:45 -08:00
joshvera
554bd0b7fa Fix up ambient declaration 2019-01-31 16:34:13 -05:00
Timothy Clem
61319cdc2c Transition back to our language enum 2019-01-31 13:11:55 -08:00
joshvera
77b1e6f234 Add annotatedExpression to typescript 2019-01-31 16:07:19 -05:00
Timothy Clem
f14412fe8f Merge remote-tracking branch 'origin/master' into servant-experiment 2019-01-31 12:57:59 -08:00
Rick Winfrey
e7979c5ae0 Merge pull request #2317 from github/visibility-resolution
Access Control
2019-01-31 12:21:07 -08:00
Rick Winfrey
0224ac0b99 Merge branch 'master' into visibility-resolution 2019-01-31 11:51:20 -08:00
Rick Winfrey
84f4ebbf89 Don't shadow tiers method
Co-Authored-By: Rob Rix <robrix@github.com>
2019-01-31 11:35:30 -08:00
Josh Vera
5bc09956cf Merge pull request #2362 from github/go-assignment-fixes
Go assignment fixes
2019-01-31 14:35:13 -05:00
Rick Winfrey
ddaf5ba29d Regen proto files 2019-01-31 11:04:35 -08:00
Rick Winfrey
ad2b314c3d Remove Message and MessageField instances for AccessControl 2019-01-31 10:59:43 -08:00
Rick Winfrey
74f8c810fb Add Primitive AccessControl instance 2019-01-31 10:59:15 -08:00
Timothy Clem
d35e84fc2d Merge remote-tracking branch 'origin/master' into servant-experiment 2019-01-31 09:01:18 -08:00
joshvera
a103539b40 Allow comments around property_identifier 2019-01-31 11:41:33 -05:00
joshvera
9592376d2f Enable go tests 2019-01-31 10:59:37 -05:00
joshvera
611b453617 Add goASTParser 2019-01-31 10:49:19 -05:00
joshvera
5f187e1070 Add nil and boolean to go assignment 2019-01-31 10:49:11 -05:00
Rick Winfrey
31930cc56b Update spec 2019-01-30 16:06:01 -08:00
Rick Winfrey
7789ea6d32 Regen fixtures 2019-01-30 16:05:54 -08:00
Rick Winfrey
556fe32720 Use manually defined cons list for Listable Method instance for now 2019-01-30 16:05:35 -08:00
Rick Winfrey
9e050954de Update diff-tree.json 2019-01-30 16:05:19 -08:00
Rick Winfrey
cf642e30b9 Fix lints 2019-01-28 18:08:33 -08:00
Rick Winfrey
4ad4a26887 Leaving as a place holder for 🍐 2019-01-28 17:44:08 -08:00
Rick Winfrey
f0497936a3 For now 2019-01-28 17:43:51 -08:00
Rick Winfrey
e7cb6ee021 Remove old instances 2019-01-28 17:43:34 -08:00
Rick Winfrey
9e362c110b Add Listable AccessControl instance 2019-01-28 17:43:08 -08:00
Rick Winfrey
05672f0d79 Update affected Taggable instances (order of parameters) 2019-01-28 17:42:44 -08:00
Rick Winfrey
8572de31ef Add access control to these syntax 2019-01-28 17:42:27 -08:00
Rick Winfrey
e257d1775a Update order of parameters 2019-01-28 17:42:08 -08:00
Rick Winfrey
e082991094 Update TypeScript Assignment 2019-01-28 17:41:58 -08:00
Rick Winfrey
a3317fb974 Update Ruby Syntax 2019-01-28 17:41:46 -08:00
Rick Winfrey
09575ec22c Update Ruby Assignment 2019-01-28 17:41:36 -08:00
Rick Winfrey
fba956ace2 Update PHP Assignment 2019-01-28 17:41:28 -08:00
Rick Winfrey
72540d5668 Update MiniRuby Assignment 2019-01-28 17:41:19 -08:00
Rick Winfrey
9038d1963e Update Java Assignment 2019-01-28 17:41:10 -08:00
Rick Winfrey
539958a440 Update Go Assignment 2019-01-28 17:41:02 -08:00
Rick Winfrey
0dc063fe97 Update 📝 2019-01-28 17:39:04 -08:00
Rick Winfrey
0cf030d781 Define JSON instances 2019-01-28 17:38:44 -08:00
Rick Winfrey
318b24d4de Define proto instances for AccessControl 2019-01-28 17:38:30 -08:00
Rick Winfrey
3a6d37855c Update Method parameter order for TOC Summary 2019-01-28 17:37:46 -08:00
Rick Winfrey
5b51cea4c9 Simplify evaluation logic 2019-01-28 17:33:10 -08:00
Rick Winfrey
d8b5ebf09d DeclareFunction formatting
Co-Authored-By: Rob Rix <robrix@github.com>
2019-01-28 17:32:49 -08:00
Rick Winfrey
af92ab0a4d PublicFieldDefinition formatting and order
Co-Authored-By: Rob Rix <robrix@github.com>
2019-01-28 17:32:41 -08:00
Rick Winfrey
7e32ec6936 MethodSignature formatting and order
Co-Authored-By: Rob Rix <robrix@github.com>
2019-01-28 17:32:29 -08:00
Rick Winfrey
fba142354b Update Method syntax formatting and move access control to last parameter
Co-Authored-By: Rob Rix <robrix@github.com>
2019-01-28 17:32:09 -08:00