LJ
LJ
@BrianGodsend Since we are trying to collect lots of feedback and testimonials in one place, if you feel comfy, would you mind adding a reply to this thread on our...
Still a problem?
Yes, the rpglint package needs some love. Didn't think many were using it. I can do that next week.
0.26.4 of rpglint is now out on npm.
Once the automated unit testing is in place, I am more than happy to convert the code to free format.
I agree the testing needs to change. I think that unit testing is a bit easier to implement within Visual Studio because it has bits to generate unit tests for...
4 of the 5 have been implemented. The only one left is `**=`. Implemented in e3aecc8d97422ab2609b233dec1fc6c5c5f91061.
It's possible that each internal API can handle this situation actually.
Hi Yes it's in the plans. There will have to be a second parser for the fixed-format bits but I am not too worried about that. Liam
Okay, so on my last flight today I figured out a plan to get fixed-format being parsed. * The `Preprocessor` class needs some thing news. 1. We need to create...