Paulmichael Blasucci
Paulmichael Blasucci
This more of a question/suggestion than anything else... I see the current test suite uses Expecto. Can we (should we) get to the point where Aenea is tested using Aenea...
In reviewing the style guide, I notice the advice on attributes is... incomplete? inaccurate? In any event, there are cases not covered. And I think the advice which is present...
This addresses issue #20
In several places, the code base uses the word "action" to describe the wrapper which handles message processing. This is rather confusing as _action_ is a very overloaded term. In...
Cross-platform means -- at least -- Windows (with Visual Studio) and OS X (with Xamarin Studio).
Property-based tests should supplement (and not replace) existing unit tests.
### Description Generator fails when variants contain digits. ### Repro steps Please provide the steps required to reproduce the problem 1. Define a sum type as follows: `union Choice {...
Given all the new features that've been added, there are several requests in the community for a better description of how to use Scaffold. Ideally, this should be done using...