j-q-arnold

Results 8 issues of j-q-arnold

We are building a data model based on our reslang. In some cases, the data model for an object needs attributes that we don't want external clients to access through...

enhancement
JiraIssueCreated

The diagram generator has a discrepancy between the behavior of `/include` and `/includeAll`. * `/include` includes basic types: enumerations, structures * `/includeAll` omits those same basic types. We have a...

bug
JiraIssueCreated

This is issue concerns multiple aspects of 'server blocks'. (I probably should break this into multiple issues, but perhaps they can be addressed in a single release.) * Current `reslang`...

documentation
enhancement
JiraIssueCreated

The description of `representation` parameters is unclear. * The responsibilities between the service and the framework need to be clearly defined. The documentation's example seems to mix things defined by...

documentation
JiraIssueCreated

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - range - slice - I have checked the latest `main` branch to...

Print only
2024-fix-nomination

This item suggests a few specific additions to the index. I realize indexing is a complex topic, and creating a comprehensive index requires both technical knowledge and indexing skills. This...

Page 141, `countdown` definition in the middle of the page. The `try` block has the following code: ``` while n > 0: yield n n = n - 1 ```...

Page 40, table 2.1, round The description is "Rounds to the nearest multiple of 10-n". The "-n" should be raised as a superscript: 10-n