Skip to content

Commit

Permalink
Merge pull request #225 from lisa-analyzer/beta6-roundup
Browse files Browse the repository at this point in the history
Beta6 roundup
  • Loading branch information
lucaneg authored Oct 31, 2022
2 parents 70dada0 + ce264b4 commit 417cb3d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Reporting erroneous/inconsistent behavior
title: "[BUG] "
labels: type:bug
labels: "🐛 type:bug"
assignees: lucaneg

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE REQUEST] "
labels: type:feature
labels: "🎆 type:feature"
assignees: lucaneg

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Question
about: A question for the developers
title: "[QUESTION] "
labels: type:question
labels: "type:question"
assignees: lucaneg

---
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,3 @@ Head to the [project's website](https://lisa-analyzer.github.io/releases/) for t
### Snapshots

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)).

### Next steps

* Extend and finalize the program model
* Add more heap and value analyses
* Add more call graph abstractions

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.
2 changes: 1 addition & 1 deletion lisa/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# project properties
group = 'it.unive'
version=0.1b5
version = 0.1b6

# gradle build properties
org.gradle.caching=true
Expand Down

0 comments on commit 417cb3d

Please sign in to comment.