Michael Nebel
|
138e294dae
|
Ruby: Update all test util paths to point to the new location.
|
2024-12-12 13:54:37 +01:00 |
|
Jeroen Ketema
|
ca40b60e62
|
Ruby: update expected test results
|
2024-12-03 19:18:46 +01:00 |
|
Tom Hvitved
|
20dc242830
|
Ruby: Rework hash splat argument/parameter matching
|
2024-08-20 16:21:57 +02:00 |
|
Tom Hvitved
|
0e81577269
|
Ruby: Use FlowSummaryImpl from dataflow pack
|
2023-12-10 11:25:43 +01:00 |
|
Asger F
|
f232669ea5
|
Ruby: support Proc.new alongside 'proc' and 'lambda'
|
2023-07-13 11:53:16 +02:00 |
|
Asger F
|
194fe85442
|
Ruby: Use asCallable() to generate epsilon edges
|
2023-07-13 11:53:16 +02:00 |
|
Asger F
|
452fbe7e8f
|
Ruby: add test showing lack of lambda handling
|
2023-07-13 11:53:16 +02:00 |
|
Asger F
|
86b5f0adc7
|
Revert "Merge pull request #13620 from github/revert-13496-rb/tracking-on-demand"
This reverts commit 133de56ac2, reversing
changes made to 28a8e48351.
|
2023-07-07 09:42:34 +02:00 |
|
Asger F
|
5d1a437e9c
|
Revert "Ruby: overhaul API graphs"
|
2023-06-29 15:39:19 +02:00 |
|
Asger F
|
67032b5d73
|
Ruby: add test for self.class call
|
2023-06-28 13:20:58 +02:00 |
|
Asger F
|
0110610c6a
|
Ruby: overhaul API graphs
|
2023-06-19 12:01:42 +02:00 |
|
Jeroen Ketema
|
4485560f43
|
Ruby: Rewrite inline expectation tests to use parameterized module
|
2023-06-09 10:43:05 +02:00 |
|
Kasper Svendsen
|
6b8a7c2f6f
|
Ruby: Make implicit this receivers explicit
|
2023-05-10 13:03:39 +02:00 |
|
Tom Hvitved
|
e9bce9f8cd
|
Ruby: Update test expectations
|
2023-02-17 13:22:28 +01:00 |
|
Tony Torralba
|
c9d1cd97fb
|
Ruby: Remove omittable exists variables
|
2023-01-10 13:39:49 +01:00 |
|
Rasmus Wriedt Larsen
|
6d43db43dd
|
Ruby: Fix tag missing from getARelevantTag
|
2022-10-27 09:12:06 +02:00 |
|
Asger F
|
c06743afb5
|
Ruby: update benign test updates
|
2022-10-04 11:08:46 +02:00 |
|
Asger F
|
971657245d
|
Ruby: update API graph inline test to match output
|
2022-09-28 11:17:13 +02:00 |
|
Asger F
|
14e384aaa2
|
Ruby: remove unneeded import
|
2022-09-28 10:49:34 +02:00 |
|
Asger F
|
a51a540582
|
Ruby: add content edges to API graph
Fixes
|
2022-09-28 10:49:33 +02:00 |
|
Asger F
|
cd9cddf45a
|
Ruby: generate type-tracking steps from simple summary specs
|
2022-09-28 10:49:33 +02:00 |
|
Tom Hvitved
|
007ab2b7ce
|
Ruby: Do not expose AST layer through ruby.qll
|
2022-09-13 19:59:56 +02:00 |
|
Asger F
|
55fdf84d15
|
Ruby+JS: change LabelEntryPoint.toString()
fixup Ruby entry point tests
|
2022-09-03 13:24:45 +02:00 |
|
Asger F
|
c9ba6f171b
|
Ruby: rename EntryPoint.getAUse,getARhs -> getASource,getASink
|
2022-09-03 13:13:32 +02:00 |
|
Asger F
|
7c877c7861
|
Ruby: Rename getARhs -> asSink
|
2022-06-21 12:44:16 +02:00 |
|
Asger F
|
2f8086bb57
|
Ruby: Rename getAUse -> getAValueReachableFromSource
|
2022-06-21 12:44:16 +02:00 |
|
Asger Feldthaus
|
05ea33033b
|
Ruby: add test for API::EntryPoint
|
2022-03-01 14:08:21 +01:00 |
|
Erik Krogh Kristensen
|
9739929795
|
convert the ruby ApiGraphs to use IPA labels
|
2022-02-10 17:54:19 +01:00 |
|
Asger Feldthaus
|
2b36703bfb
|
Ruby: add def= tags to API graph test
|
2022-02-08 10:20:25 +01:00 |
|
Asger Feldthaus
|
87c62db781
|
Ruby: disable test line not currently working
|
2022-02-04 11:20:42 +01:00 |
|
Asger Feldthaus
|
5e350a0270
|
Ruby: Derive edge labels from {Argument,Parameter}Position
|
2022-02-04 11:20:42 +01:00 |
|
Asger Feldthaus
|
d2e381aa79
|
Ruby: more def-node tests
|
2022-02-04 11:20:41 +01:00 |
|
Asger Feldthaus
|
32e0f42969
|
Ruby: refactor Return(x) to Method(x).return
|
2022-02-04 11:20:39 +01:00 |
|
Asger Feldthaus
|
55b5f19b92
|
Ruby: Add def-nodes to API graphs
|
2022-02-04 11:06:35 +01:00 |
|
Asger Feldthaus
|
9c17a5ce99
|
Ruby: replace "instance" label with a call to new
|
2022-02-04 11:03:25 +01:00 |
|
Harry Maclean
|
704b58519f
|
Ruby: Include subclasses in more API calls
Change the behaviour of `API::getInstance()` and `API::getReturn()` to
include results on subclasses of the current API node.
|
2022-02-03 11:35:59 +13:00 |
|
Harry Maclean
|
b01f81aab3
|
Use modified getAPath predicate for test
|
2022-01-28 19:45:52 +13:00 |
|
Harry Maclean
|
c5904b7410
|
Add inline tests for API Graph subclassing
|
2022-01-25 16:41:49 +13:00 |
|
Arthur Baars
|
976daddd36
|
Move files to ruby subfolder
|
2021-10-15 11:47:28 +02:00 |
|