Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexandru Dura
MetaJastAdd2
Commits
160a4350
Commit
160a4350
authored
Apr 12, 2013
by
Jesper Öqvist
Browse files
Updated ChangeLog and prepared release
parent
83257887
Changes
5
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
160a4350
2013-04-12 Jesper Öqvist <jesper.oqvist@cs.lth.se>
* New release: 20130412
2013-04-08 Jesper Öqvist <jesper.oqvist@cs.lth.se>
* Added entry points
for JastAdd that take
custom output/error streams
* Added entry points
that allow
custom output/error streams
2013-04-04 Jesper Öqvist <jesper.oqvist@cs.lth.se>
...
...
@@ -9,12 +13,12 @@
2013-04-03 Jesper Öqvist <jesper.oqvist@cs.lth.se>
* Improved error handling for missing equations of synthesized attributes
* n
ow only the minimum set of classes requiring an equation is reported
* Improved error handling for missing equations of synthesized attributes
.
N
ow only the minimum set of classes requiring an equation is reported
.
2013-04-02 Jesper Öqvist <jesper.oqvist@cs.lth.se>
*
AST
errors are now
collect
ed using a collection attribute
*
Grammar
errors are now
gather
ed using a collection attribute
2013-03-22 Jesper Öqvist <jesper.oqvist@cs.lth.se>
...
...
@@ -25,15 +29,16 @@
* Moved JastAdd main class to the package org.jastadd. A class named
JastAdd has been left in the package jastadd as a working entry point
for backward
s-
compatibility.
for backward
compatibility.
* Moved the JastAdd Apache Ant task to the package org.jastadd.
Please use org.jastadd.JastAddTask for future build scripts.
2013-03-12 Jesper Öqvist <jesper.oqvist@cs.lth.se>
* Minimum list size now only affects list nodes
* Added option for minimum list size (minListSize)
* Added ant options for indentation and minimum list size
* Added option for custom minimum list size (minListSize)
* Added options for indentation and minimum list size to the JastAdd
Ant Task
* New release: 20130312
...
...
doc/index.md
View file @
160a4350
JastAdd2 Release R20130
3
12
JastAdd2 Release R20130
4
12
==========================
Please view the
[
ReadMe page
][
1
]
for usage and building instructions.
...
...
doc/reference-manual.html
View file @
160a4350
...
...
@@ -6,7 +6,7 @@
</head>
<body>
<h1>
Reference manual for JastAdd2 R20130
3
12
<h1>
Reference manual for JastAdd2 R20130
4
12
</h1>
<h3>
Index
</h3>
<ul>
...
...
doc/release-notes.html
View file @
160a4350
...
...
@@ -8,6 +8,32 @@
<body>
<h1>
JastAdd2 Release Notes
</h1>
<h2>
R20130412
</h2>
<blockquote>
<h3>
General:
</h3>
<ul>
<li>
Added option for indentation type in the JastAdd Ant Task
</li>
<li>
Moved JastAdd main class to the package
<code>
org.jastadd
</code>
(but left a deprecated class with the same name as a working entry point
for backward compatibility)
</li>
<li>
Removed global static variables to allow concurrent JastAdd instances
in the same JVM
</li>
<li>
Added JastAdd entry points that allow custom output/error streams
</li>
</ul>
<h3>
Error handling:
</h3>
<ul>
<li>
Help text is printed to the standard out stream rather than the standard
error stream
</li>
<li>
Improved error hanlding for missing equations of synthesized attributes:
now only the minimum set of classes requiring an equation is reported
</li>
</ul>
<h3>
Performance:
</h3>
<ul>
<li>
Minimum list size now only affects list nodes
</li>
<li>
It is now possible to specify a custom minimum list size with the
<code>
minListSize
</code>
option
</li>
</ul>
</blockquote>
<h2>
R20130312
</h2>
<blockquote>
<h3>
Incremental evaluation:
</h3>
...
...
release.sh
View file @
160a4350
...
...
@@ -16,7 +16,7 @@ echo
echo
"# 2. Create the release zip files jastadd2-src.zip and jastadd2-bin.zip"
echo
"ant release"
echo
echo
"# 3. Create a
new dir
at jastadd.org"
echo
"# 3. Create a
release directory
at jastadd.org"
echo
"ssh login.cs.lth.se
\"
mkdir /cs/jastadd/releases/jastadd2/
${
VERSION
}
\"
"
echo
echo
"# 4.1 Upload the zip files and appropriate documentation to jastadd.org"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment