Han Joosten

Results 28 issues of Han Joosten

This issue is best worked on in a separate branch, spawn form the namespace branch.

Namespaces

A long-awaited feature of Ampersand is that of having namespaces. In the discussions of the past, we found that having a module structure as Haskell has, would enable namespaces. I...

enhancement
Discussion
Syntax
Namespaces
project initiation issue

As has been shown in issue #557 , --validate causes problems when there are enough violations in a single rule. These problems are due to the fact that we have...

priority:low
enhancement
component:prototype generator

Now we have the REPESENT statement in place, I think it would be nice to introduce calculations. I have been thinking about this for some time now, and I want...

enhancement
Discussion
ampersand4

Currently, the check that weeder (checking for dead code) and hlint (source code suggestions) do, are in the same build as the build and test ampersand. This makes the build...

There is a case to be made to define a relation implicitly, by means of the population statement: Either in an .adl file, or in the .xlsx file. This issue...

Discussion

We still have an old version of the VIEW statement in the current syntax. In order to get rid of this in the future, it would be nice to be...

In the theory, the word `term` is used where we are still used to using the word `expression`. @stefjoosten has changed all occurrences in the documentation, but this still has...

Recently I have been trying to do some initial work on implementing namespaces. I concluded that the modification was too large. I encounterd several (technical debt?) things that were causing...

I [asked a question](https://forum.graphviz.org/t/arrows-halfway-of-an-edge/1276/2) at the graphviz forum the other day about arrowheads in the middle of edges, where I got a promising reply. There is a slight chance that...