Details
Details
- Reviewers
raster
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Branch
- brokenshakles
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 17358 Build 11620: arc lint + arc unit
Comment Actions
It seems that this patch has no reviewers specified. If you are unsure who can review your patch, please check this wiki page and see if anyone can be added: https://phab.enlightenment.org/w/maintainers_reviewers/
Comment Actions
Actually un-approve... you need to actually compile this before submitting it. it's full of small typos, invalid function names (with a _ where there should not be one), wrong types (small instead of capital letter), no return value from a function that returns a value... and extra ) meaning syntax parsing is broken etc.
compile it first... :) then actually use it to see it works... then submit.
Comment Actions
also - dd tests in the src/tests/eina/eina_test_lock.c ... so it's exercised and known to work. :)
Comment Actions
- Corrected a patch to eina_inline_lock.posix.x
- Merge branch 'master' of https://git.enlightenment.org/core/efl into brokenshakles