Skip to content

Commit 417cb3d

Browse files
authored
Merge pull request #225 from lisa-analyzer/beta6-roundup
Beta6 roundup
2 parents 70dada0 + ce264b4 commit 417cb3d

5 files changed

Lines changed: 4 additions & 12 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Reporting erroneous/inconsistent behavior
44
title: "[BUG] "
5-
labels: type:bug
5+
labels: "🐛 type:bug"
66
assignees: lucaneg
77

88
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: "[FEATURE REQUEST] "
5-
labels: type:feature
5+
labels: "🎆 type:feature"
66
assignees: lucaneg
77

88
---

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Question
33
about: A question for the developers
44
title: "[QUESTION] "
5-
labels: type:question
5+
labels: "type:question"
66
assignees: lucaneg
77

88
---

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,3 @@ Head to the [project's website](https://lisa-analyzer.github.io/releases/) for t
3131
### Snapshots
3232

3333
The snapshot of the last commit of the `master` branch is always available on [GitHub Packages](https://github.com/orgs/lisa-analyzer/packages?repo_name=lisa) (you can find the updated milestone [here](https://github.com/lisa-analyzer/lisa/releases/tag/latest)).
34-
35-
### Next steps
36-
37-
* Extend and finalize the program model
38-
* Add more heap and value analyses
39-
* Add more call graph abstractions
40-
41-
The 1.0 release will be delivered as we reach a stable version of all the main ingredients for the analysis (call graphs and abstractions) as well as a flexible enough control flow graph representation that enables the modeling of most languages.

lisa/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# project properties
22
group = 'it.unive'
3-
version=0.1b5
3+
version = 0.1b6
44

55
# gradle build properties
66
org.gradle.caching=true

0 commit comments

Comments
 (0)