Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

thread safe function helpers - #138

Merged
bolandrm merged 1 commit into
sass:masterfrom
ahorek:concurrency_fix
Aug 19, 2019
Merged

thread safe function helpers#138
bolandrm merged 1 commit into
sass:masterfrom
ahorek:concurrency_fix

Conversation

@ahorek

@ahorek ahorek commented Aug 17, 2019

Copy link
Copy Markdown

@bolandrm

Copy link
Copy Markdown
Member

Thanks!

@bolandrm
bolandrm merged commit 971cb10 into sass:master Aug 19, 2019
@ahorek

ahorek commented Aug 19, 2019

Copy link
Copy Markdown
Author

thanks @bolandrm !

It might be also related to #133 .

should it be even possible to use different functions in a different context?
https://github.com/rails/sprockets/blob/1bcee8ebc03489eb7e42ee5c258a712443a6df3c/lib/sprockets/sassc_processor.rb#L58

I think that code should be deprecated (functions shouldn't be mutated during runtime) or we have to figure out a better api to do this.

@schneems @glebm any thoughts on this?

@lostmahbles lostmahbles mentioned this pull request Aug 19, 2019
DavidKang pushed a commit to openSUSE/open-build-service that referenced this pull request Mar 20, 2020
The concurency was causing random failure when precompiling the assets.
This issue was fixed in [PR#138](sass/sassc-ruby#138).
DavidKang pushed a commit to DavidKang/open-build-service that referenced this pull request Mar 22, 2020
Concurrency are raising failure during the precompile.
There is an issue on sprocket related to this issue
rails/sprockets#581 and
sass/sassc-ruby#138.
DavidKang pushed a commit to DavidKang/open-build-service that referenced this pull request Mar 22, 2020
Concurrency are raising failure during the precompile.
There is an issue on sprocket related to this issue
rails/sprockets#581 and
sass/sassc-ruby#138.
DavidKang pushed a commit to openSUSE/open-build-service that referenced this pull request Mar 22, 2020
Concurrency are raising failure during the precompile.
There is an issue on sprocket related to this issue
rails/sprockets#581 and
sass/sassc-ruby#138.
DavidKang pushed a commit to DavidKang/open-build-service that referenced this pull request Mar 22, 2020
Concurrency are raising failure during the precompile.
There is an issue on sprocket related to this issue
rails/sprockets#581 and
sass/sassc-ruby#138.
DavidKang pushed a commit to openSUSE/open-build-service that referenced this pull request Mar 22, 2020
Concurrency are raising failure during the precompile.
There is an issue on sprocket related to this issue
rails/sprockets#581 and
sass/sassc-ruby#138.
DavidKang pushed a commit to DavidKang/open-build-service that referenced this pull request Mar 22, 2020
Concurrency are raising failure during the precompile.
There is an issue on sprocket related to this issue
rails/sprockets#581 and
sass/sassc-ruby#138.
DavidKang pushed a commit to DavidKang/open-build-service that referenced this pull request Mar 22, 2020
Concurrency are raising failure during the precompile.
There is an issue on sprocket related to this issue
rails/sprockets#581 and
sass/sassc-ruby#138.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

url helpers aren't thread safe

2 participants