gsal

Results 24 comments of gsal

I have been playing around with PackageCompiler, too, trying to figure out what it does since the manual instructions are not quite complete or working. In any case, one thing...

I am glad I found this post; gives me some kind of answer. I run into this issue attempting to copy an existing symbolic link that points to a non-existing...

It does not look that difficult and I would like to take a shot at it.

It looks like the word `module` is already taken in PowerShell. What to use, instead? `modules`? `envmodule`? ... ? Oh, just noticed that some of the files in the repo...

So, how to proceed? I have never contributed to an open source project and, certainly, I don't quite understand a lot of the repo structure and those `*.in` files. For...

Ok, done with `envml.ps1`, too. Decided to ignore most of the contents of `envml.cmd` and simply pay attention to "usage" as my program specification and implemented an `envml.ps1`, from there...hope...

Hhhhmmm...never mind for the moment. I went ahead and put together a minimal test program with a module and the subroutine inside the module is collected and listed under the...

O.k., just noticed something. If I remove the line `display: public private protected` from the project file, then, all those contained procedures show up; I guess it has something to...

I see; and, I think you are correct. I just went back to the documentation and carefully read that option, it does say that it needs one option per line...then,...

Hhhhmmm...maybe the project settings file should be a file of its own in good old plain text; instead of trying to mix settings and Markdown in the same file.