Olly

Results 12 comments of Olly

Maintainers, It's been three months without any feedback! This is a very requested feature. Please?

@dhadka This is what I wanted #498 for, didn't see this PR though. Right now cache will never be saved if the job fails. Example: Spend 10mins building dependencies (succesfully)...

This is very much needed. Even another action which only uploads would be fine. Something like: ```yml - name: Upload cache because failure if: failed() uses: actions/upload-cache with: path: dependencies/...

I vote for `save-condition` it covers both of the most requested features: skip save & save even if failed. Providing it can be controlled during the job (like you said)...

`lcoAllowDuplicates` I don't think so, I think just removing the duplicate check will cause lots of problems further on. If you're trying to add units I don't think that's the...

What is `overriden names in content` ? ```pascal procedure foo; begin WriteLn('I''m not here anymore'); end; procedure foo; begin WriteLn('Now I will be called'); end; ``` ?

Oh, so you don't want to allow local declarations under the same name as a global? ```pascal procedure hello; begin WriteLn('global hello'); end; procedure test; procedure hello; // error here?...

I misunderstood initially. This should be easy to add. Will get onto it.

3.3, I think? libffi6 on linux/macos. unit/uses support? There are no plans for anything, if it happens it happens. it would be nice for namespaces though.

Ok, adding to `Lape_Keywords` should be fixed.