aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/skylark/Skylark.java
Commit message (Collapse)AuthorAge
* Move some Skylark tests out of Java.Gravatar laurentlb2017-06-20
| | | | | RELNOTES: None. PiperOrigin-RevId: 159436969
* Simple test for standalone Skylark binaryGravatar Laurent Le Brun2017-02-13
| | | | | | -- PiperOrigin-RevId: 147177381 MOS_MIGRATED_REVID=147177381
* Standalone Skylark binary: now accepts a file as argumentGravatar Laurent Le Brun2017-02-10
| | | | | | | | | Usage: Skylark file.sky -- PiperOrigin-RevId: 147148097 MOS_MIGRATED_REVID=147148097
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
| | | | | -- MOS_MIGRATED_REVID=140371603
* Cleanup, remove differences between Build and Skylark environments.Gravatar Laurent Le Brun2016-10-14
| | | | | | | | | | | | | The only visible difference for users is that a few more functions are available in BUILD files. That's fine, this difference was not even documented. RELNOTES: A few functions are added to BUILD files for consistency (hash, dir, hasattr, getattr) with .bzl files, although they are not very useful. -- MOS_MIGRATED_REVID=136151633
* Create directory for Standalone SkylarkGravatar Laurent Le Brun2016-10-07
Move the REPL Skylark there. -- MOS_MIGRATED_REVID=135467316