Stef Joosten

Results 63 issues of Stef Joosten

# Problem Currently, when I define an information system, I have to spend serious time making interfaces. I see code duplication for different roles in my interface specifications. As a...

priority:normal
enhancement
Syntax
CRUD
component: compiler
project initiation issue

# Problem I frequently import data from Excel sheets into Ampersand. The next step is that I want to edit and display that data in an excel-like fashion. For now,...

enhancement
component:html/js front-end
project initiation issue

# Problem When I define an information system, I spend serious time making INTERFACEs. Especially getting CRUD restrictions right is time-consuming because I have to inspect every field of every...

priority:normal
enhancement
Syntax
CRUD
component: compiler
project initiation issue

This issue started under a different title: **Under specialization, UNI doesn't propagate to the interface functionality**. That is useful to know when reading the comments. # What happened I am...

priority:normal
bug

#### Version of ampersand that was used I used Ampersand-v3.17.3 [feature/Archimate3:b1a0984d1] #### What I got I compiled a project, RAP3, and got the following message: The problem is that the...

@sjcjoosten If you like, would you refine the following feature? **Is your feature request related to a problem? Please describe.** Currently, the difference between an invariant and a process rule...

priority:normal
enhancement

In issue #1380 we discovered that it would be useful to do an equality check on the data structure `FSpec` in the regression, to detect a large category of possible...

# What happened I wrote an interface ```Ampersand INTERFACE Discipline : I[Discipline] cRud BOX [ Discipline : I CRUd , "Mono applicaties" : gebruik~ cRUd ] ``` This is what...

priority:normal
bug

Syntax: boxentry ::= OPTIONAL label ; OPTIONAL ( SYMBOL ':' ; (expression | string) ) Considerations 1. The list of entries is ordered. 2. A missing label is equivalent with...

component:prototype generator
component:parser
component:html/js front-end
Discussion
Syntax

# What happened I have two scripts: `Script_ISA` and `Script_IS`: ```Ampersand CONTEXT Script_ISA RELATION r[X*A] RELATION r[X*B] CLASSIFY A ISA B CLASSIFY B ISA A RULE r;r~ ENDCONTEXT ``` `Script_ISA`...

priority:normal
bug
component:type checker