openjournals / joss-reviews

Reviews for the Journal of Open Source Software
Creative Commons Zero v1.0 Universal
694 stars 36 forks source link

[REVIEW]: Satisfiability.jl: Satisfiability Modulo Theories in Julia #6757

Open editorialbot opened 1 month ago

editorialbot commented 1 month ago

Submitting author: !--author-handle-->@elsoroka<!--end-author-handle-- (Emiko Soroka) Repository: https://github.com/elsoroka/Satisfiability.jl Branch with paper.md (empty if default branch): joss-paper Version: v0.1.1 Editor: !--editor-->@diehlpk<!--end-editor-- Reviewers: @rafaelbailo, @dpsanders, @computablee Archive: Pending

Status

status

Status badge code:

HTML: <a href="https://joss.theoj.org/papers/68f75b3e24424e344dbb80af79dcab4b"><img src="https://joss.theoj.org/papers/68f75b3e24424e344dbb80af79dcab4b/status.svg"></a>
Markdown: [![status](https://joss.theoj.org/papers/68f75b3e24424e344dbb80af79dcab4b/status.svg)](https://joss.theoj.org/papers/68f75b3e24424e344dbb80af79dcab4b)

Reviewers and authors:

Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)

Reviewer instructions & questions

@rafaelbailo & @dpsanders & @computablee, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review. First of all you need to run this command in a separate comment to create the checklist:

@editorialbot generate my checklist

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @diehlpk know.

Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest

Checklists

📝 Checklist for @rafaelbailo

📝 Checklist for @computablee

📝 Checklist for @dpsanders

editorialbot commented 1 month ago

Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks.

For a list of things I can do to help you, just type:

@editorialbot commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@editorialbot generate pdf
editorialbot commented 1 month ago

Software report:

github.com/AlDanial/cloc v 1.90  T=0.05 s (1492.7 files/s, 139966.0 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Julia                           31            750           1116           2470
Markdown                        16            229              0            834
TeX                              6             31             29            336
Lisp                             3             63              0            310
YAML                             5              6             12            108
JSON                             1              0              0             30
Bourne Shell                     3              4              0             21
TOML                             2              4              0             14
Dockerfile                       1              2              0              7
-------------------------------------------------------------------------------
SUM:                            68           1089           1157           4130
-------------------------------------------------------------------------------

Commit count by author:

   232  Emiko Soroka
     2  dependabot[bot]
     1  Mykel Kochenderfer
     1  Thomas Schmelzer
editorialbot commented 1 month ago

Paper file info:

📄 Wordcount for paper.md is 1299

✅ The paper includes a Statement of need section

editorialbot commented 1 month ago

License info:

✅ License found: MIT License (Valid open source OSI approved license)

editorialbot commented 1 month ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

editorialbot commented 1 month ago
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.48550/arXiv.1410.4821 is OK
- 10.1007/s12532-023-00239-3 is OK
- 10.1145/1995376.1995394 is OK
- 10.1007/978-3-030-81688-9_9 is OK
- 10.1007/978-3-540-78800-3_24 is OK
- 10.1007/978-3-030-99524-9_24 is OK
- 10.3233/SAT190039 is OK
- 10.1145/3136000.3136004 is OK
- 10.1007/978-3-031-24950-1_5 is OK
- 10.1007/978-3-031-24950-1_12 is OK
- 10.1137/141000671 is OK
- 10.1007/978-3-030-80223-3_26 is OK

MISSING DOIs

- No DOI given, and none found for title: The calculus of computation: decision procedures w...
- No DOI given, and none found for title: Decision procedures
- No DOI given, and none found for title: PySMT: a solver-agnostic library for fast prototyp...
- No DOI given, and none found for title: PicoSAT.jl
- No DOI given, and none found for title: The SMT-LIB Standard: Version 2.6

INVALID DOIs

- None
rafaelbailo commented 1 month ago

Review checklist for @rafaelbailo

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

computablee commented 1 month ago

Review checklist for @computablee

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

diehlpk commented 1 month ago

Hi @rafaelbailo, @dpsanders, @computablee how is your review going?

computablee commented 1 month ago

@diehlpk I was just taking a look at this a couple days ago. Things have been very busy with work, but if all goes well I should be able to get a lot of review stuff done this weekend.

rafaelbailo commented 4 weeks ago

Hi @diehlpk, I've just posted my review in a separate issue. Thanks for your patience!

computablee commented 3 weeks ago

Hello @diehlpk! Sorry for the late review, but I've checked most of the boxes and opened an issue over here with my full review.

diehlpk commented 2 weeks ago

Hi @rafaelbailo how is your review going?

rafaelbailo commented 2 weeks ago

Hi @diehlpk, @elsoroka has began work addressing my comments in the review issue.

diehlpk commented 1 week ago

Hi @elsoroka please let me know when you have done the changes.

elsoroka commented 4 days ago

Hi @diehlpk apologies for the delay; I started a new internship a couple weeks ago and haven't had much time. I am targeting end of this week to make the changes because we have a couple days off for the holiday.

dpsanders commented 1 day ago

Review checklist for @dpsanders

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper