> On 1 Sep 2022, at 17:22, Eric Merritt <e...@merritt.tech> wrote:
> 
> Thanks, Sebastian,
> 
>   This worked and solved my problem. For future readers, these changes get 
> added to a Manifest<Package-Name> class and make their way into the git repo 
> and the mages that load the baseline in that repo.
> 
>   It would be nice for a visible pragma to live near the code that triggers 
> the warning that the pragma is suppressing, but having a way to do this is 
> much better than not having a way.

Yes, the storage of code meta data is something that we should re-think. The 
current way is kind of the most simple thing that worked, but it has many 
downsides.

And it is another example of  the interesting thing that, as soon we think of 
code (and thus the model of the language itself), we stop thinking in terms of 
Objects.

 Everything has to be a Class or a Method. For sure we can do better.

        Marcus

Reply via email to