1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +03:00
Commit Graph

123 Commits

Author SHA1 Message Date
Ayman Nadeem
584bb70afb move hlint to .hlint.yaml 2020-06-10 13:11:07 -04:00
Ayman Nadeem
6cdaef5753 use lambdacase to match on both success and fail cases 2020-06-10 13:10:41 -04:00
Ayman Nadeem
574c315500 fix undef pattern 2020-06-09 11:59:12 -04:00
Ayman Nadeem
0f1b43c871 remove unnecessary pragmas 2020-06-09 11:29:35 -04:00
Ayman Nadeem
f2cf1cadfe Fix Ruby Tags Prj 2020-06-08 15:07:58 -04:00
Ayman Nadeem
6107f56012 Merge branch 'master' into codegen-cleanup 2020-06-08 13:42:45 -04:00
Timothy Clem
2e44d43452 Generate Def/Ref at moment of tagging 2020-06-04 10:39:15 -07:00
Timothy Clem
38a7158b20 Move the rest of the languages over to generated datatypes 2020-06-04 09:53:17 -07:00
Ayman Nadeem
036f0f86a2 fix incomplete patterns for Ruby tags 2020-06-01 18:12:16 -04:00
Ayman Nadeem
893d012b0f fix precise tests for Ruby 2020-05-21 14:41:06 -04:00
Ayman Nadeem
825266b8ee don't warn on incomplete patterns 2020-05-18 18:29:56 -04:00
Ayman Nadeem
23df2d5316 Rb.Assignment 2020-05-13 14:34:19 -04:00
Ayman Nadeem
83b3c6a0a0 fix introduceLocals 2020-05-13 12:59:30 -04:00
Ayman Nadeem
684adce47e block paramers 2020-05-13 12:48:34 -04:00
Ayman Nadeem
ca6581f92d add error type to introduce locals 2020-05-13 12:48:22 -04:00
Ayman Nadeem
8adc649148 Rb.OperatorAssignment 2020-05-13 12:15:39 -04:00
Ayman Nadeem
b4fd39a156 update introduceLocals helper function 2020-05-13 11:34:07 -04:00
Ayman Nadeem
3c1782b311 Rb.Undef 2020-05-13 11:33:28 -04:00
Ayman Nadeem
2443b52ee6 Rb.MethodCall 2020-05-13 11:33:22 -04:00
Ayman Nadeem
e2d2ae229d Rb.Until 2020-05-13 11:33:13 -04:00
Ayman Nadeem
9220bb88c5 Rb.While 2020-05-13 11:33:07 -04:00
Ayman Nadeem
7e4d8b2fbb Rb.Unless 2020-05-13 11:32:51 -04:00
Ayman Nadeem
5fb36f4386 Rb.If 2020-05-13 11:32:46 -04:00
Ayman Nadeem
2854bb8e87 Rb.Lambda 2020-05-13 11:32:35 -04:00
Ayman Nadeem
0cc12e3812 Rb.DoBlock 2020-05-13 11:32:27 -04:00
Ayman Nadeem
1f09965e24 update ToTags instance for Rb.SingletonMethod 2020-05-11 16:48:39 -04:00
Ayman Nadeem
d8e48e55f6 update ToTags instance for Rb.Method 2020-05-11 16:47:54 -04:00
Ayman Nadeem
ab3ee6f414 update yieldMethodNameTag helper function with Success 2020-05-11 16:47:31 -04:00
Ayman Nadeem
3041e6165a update ToTags instance for Rb.Module 2020-05-11 15:24:05 -04:00
Ayman Nadeem
07c3ea5434 update ToTags instance for Rb.Class 2020-05-11 15:23:15 -04:00
Ayman Nadeem
8a453586e1 add error to instance for Rb.MethodCall 2020-05-08 17:02:03 -04:00
Ayman Nadeem
5235cc979c add error to Rb.Lhs instance 2020-05-08 16:06:14 -04:00
Ayman Nadeem
3e2baecefa add error to Rb.Class instance 2020-05-08 15:54:07 -04:00
Ayman Nadeem
9b0fc81a7c add error to Rb.SingletonClass 2020-05-08 15:53:50 -04:00
Ayman Nadeem
835d86b7ea add error to Rb.Module instance 2020-05-08 15:52:57 -04:00
Ayman Nadeem
fa6ffe9825 import AST.Parse into Language.Ruby.Tags 2020-05-08 15:35:40 -04:00
Ayman Nadeem
7700575a58 revert Language.LANGUAGE files to original state 2020-05-07 11:42:12 -04:00
Ayman Nadeem
2f6f950edf Merge branch 'master' into codegen-cleanup 2020-04-30 13:14:10 -04:00
Ayman Nadeem
cdcafd612e add QuantifiedConstraints extension to AST modules for each supported lang 2020-04-28 13:50:24 -04:00
Ayman Nadeem
6e1a6bfb68 a Ruby program will now be parameterized by an Err 2020-04-28 13:46:58 -04:00
Ayman Nadeem
bc30355385 add QuantifiedConstraintst to Ruby 2020-04-28 13:46:30 -04:00
Ayman Nadeem
7c6718cb88 add KindSignatures, StandaloneDeriving and TypeOperators to all Language.LANG.AST files 2020-04-28 11:07:08 -04:00
Timothy Clem
cbe7ab894d Fix Loc for Ruby tags 2020-04-27 13:19:19 -07:00
Ayman Nadeem
d70db96038 Merge branch 'master' into codegen-cleanup 2020-04-22 10:16:05 -04:00
Ayman Nadeem
7834a7b1c0 update main-is for test suites in language cabal files 2020-04-20 11:53:47 -04:00
Ayman Nadeem
a7e9877192 rename Ruby Test to PreciseTest 2020-04-20 11:46:24 -04:00
Patrick Thomson
8d62ad3b91 Merge remote-tracking branch 'origin/master' into codegen-cleanup 2020-04-01 11:05:40 -04:00
Rick Winfrey
9a7ed9d294 Bump to semantic-source 0.1.0
Co-Authored-By: Patrick Thomson <patrickt@users.noreply.github.com>
2020-03-23 13:40:50 -07:00
Timothy Clem
b3ed6c37f1 Bring back tree-sitter corpus tests for ruby 2020-02-20 13:47:23 -08:00
Ayman Nadeem
2149d3a07a Merge branch 'master' into codegen-cleanup 2020-02-20 14:55:16 -05:00