Joebeazelman

Results 44 comments of Joebeazelman

I prefer to use apb to load the include file. I looked through the source and it doesn't implement ITemplateLoader anywhere. Does the framework support **include** through other means, or...

"This is true, but we should probably try first anyway. Note that Ada isn't unique in requiring itself to bootstrap -- the same is true for Rust, Go, GHC, LDC,...

I am leaving a more specific answer based around my HAL generator project. Svd2Ada is finally available as a Alire package! This saves me the hassle of managing it as...

Give me a chance to upload the project to my github account. I believe I meant to type svd2ada.adb.

Sorry it took me so long. I've stripped down and attached the project to this message. I'm not ready to upload it just yet to GitHub as a repo until...

Thanks for your valuable input! I do plan on making changes to Svd2Ada, but I presume some of them won't be particularly useful to the project's purposes. For instance, I...

Fair enough, but why can't it do something like the following: { "provider": "unpkg", "library": "@aspnet/[email protected]", "files": [ "dist/browser/signalr.min.js", "dist/browser/signalr.js" ], "destination": "wwwroot/vendor/signalr" "src_dest_map": [{ "dist/browser/":"" }] } In the...

> Alire's command line interface isn't really that much different from other command line programs. It provides options and commands. There are many programs that do this. I would tell...

> Please Remove below lines: > > "customLaunchSetupCommands": [ { "text": "target-run", "description": "run target", "ignoreFailures": false } ], What! This is listed as an example on Microsoft's documentation page...