enso/test
Pavel Marek 270f708e4f
Implement private methods (#10060)
Add support for private methods. Most of the changes are in parser and compiler. The runtime checking of private functions was already present since #9692

# Important Notes
- Only top-level methods can be declared `private`.
- private method cannot be called from different project
- private method cannot be accessed from polyglot code (private method does not exist for polyglot code)
2024-05-31 08:00:20 +00:00
..
AWS_Tests Creating datalinks from code (#9957) 2024-05-16 13:29:41 +00:00
Base_Tests Implement private methods (#10060) 2024-05-31 08:00:20 +00:00
Benchmarks Convert most remaining uses of Vector.new_builder to Vector.build (#9891) 2024-05-09 15:52:53 +00:00
Examples_Tests Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Exploratory_Benchmarks Small tweaks from Ned, Mark, Cass and Steve's feedback. (#9859) 2024-05-06 13:49:12 +00:00
Geo_Tests Restructure Standard.Table. (#9559) 2024-03-27 17:10:43 +00:00
Google_Api_Test Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Helpers Implement private methods (#10060) 2024-05-31 08:00:20 +00:00
Image_Tests Writing to Data Links (#9750) 2024-04-25 17:55:49 +00:00
micro-distribution Export works without import (#9683) 2024-04-12 14:23:34 +02:00
Table_Tests Add named_pattern and make it usable in Text_Replace (#10040) 2024-05-27 13:01:26 +00:00
Visualization_Tests Small tweaks from Ned, Mark, Cass and Steve's feedback. (#9859) 2024-05-06 13:49:12 +00:00