Commit Graph

59 Commits

Author SHA1 Message Date
Dylan Baker f2ae92368a interpreter: Add docstring and fix types of source_strings_to_files 2021-05-19 23:28:17 +03:00
Xavier Claessens aa700fe982 interpreter: Skip not_found_message and include_type in cache id 2021-05-08 21:31:55 +03:00
Xavier Claessens ed57646475 interpreter: 'embed' kwarg is only valid in python module 2021-05-08 21:31:55 +03:00
Dylan Baker d4e867809b store the list of initializes subprojects in the coredata structure
We need to konw on rconfigure which options have already bee set not
just for the super project, but also for the subproject. However, using
first_invocation is not sufficient, as a reconfigure could add a new
subpproject that wasn't present before, and we need to initialize that
project's builtins.
2021-04-26 17:05:44 +01:00
Xavier Claessens 3af39a463b Interpreter: Fallback when required is false but forcefallback is true 2021-04-26 17:04:57 +01:00
Jussi Pakkanen e80a13af73 Xcode: do not reuse objs in both_libraries because Xcode fails on targets with no sources. 2021-04-23 23:03:26 +03:00
Xavier Claessens b3a76fea64 interpreter: Add missing allow_fallback kwarg 2021-04-16 14:15:45 -07:00
Xavier Claessens 7ffe1b4a66 interpreter: Split permitted_kwargs dict 2021-04-12 21:30:00 +03:00
Xavier Claessens 558a7bc6ff interpreter: Move to its own folder and split it 2021-04-01 14:26:33 -04:00