Skip to content

Commit

Permalink
Adds AST to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed Oct 23, 2023
1 parent 1105a35 commit f37c8cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ baseline: spec
[ spec repository: 'github://hpi-swa/Ohm-S:master/packages' ];
baseline: 'PEG' with:
[ spec repository: 'github://codeZeilen/peg_parser/packages' ];
project: 'Refactoring-Core' with:
[ spec
className: 'ConfigurationOfRefactoringBrowser';
repository: 'http://www.squeaksource.com/MetacelloRepository';
loads: #('Core');
version: '3.0'];
package: 'IconsBase' with: [
spec repository: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/SwaUtilities'];
package: 'ContextS2-Core' with:
[ spec repository: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/ContextSTrunk' ];
package: 'Babylonian-Core' with: [spec requires: #('Babylonian-Compiler' 'ContextS2-Core')];
package: 'Babylonian-Core' with: [spec requires: #('Babylonian-Compiler' 'ContextS2-Core' 'Refactoring-Core')];
package: 'Babylonian-ProbeLog' with: [spec requires: #('Babylonian-Core' 'Babylonian-UI')];
package: 'Babylonian-ExampleMining' with: [spec requires: #('Babylonian-Core' 'Babylonian-UI')];
package: 'Babylonian-Compiler' with: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"class" : {
},
"instance" : {
"baseline:" : "joabe 7/11/2023 16:00",
"baseline:" : "joabe 10/23/2023 13:07",
"postLoadCompiler" : "pre 2/22/2021 10:51",
"postLoadTests" : "pre 7/7/2021 15:01",
"postLoadUI" : "joabe 5/30/2023 16:58" } }

0 comments on commit f37c8cf

Please sign in to comment.