meh` changed the topic of #opal to: http://opalrb.org - Ruby runtime and library on top of Javascript | 1.0.0 is near | This channel is logged at https://botbot.me/freenode/opal/
<andreanastacio> adambeynon_ I fixed the method definition and I receive this error "TypeError: undefined is not an object (evaluating 'a.baseTexture.hasLoaded')"
GitHub11 has joined #opal
<GitHub11> [opal] elia pushed 2 new commits to master: http://git.io/afAeZQ
<GitHub11> opal/master 61a08ee Ryan Stout: fix recursive hash issues: fixes #655
GitHub11 has left #opal [#opal]
<GitHub11> opal/master e0b8997 Elia Schito: Merge pull request #656 from ryanstout/fixing-hash-hash...
GitHub73 has joined #opal
<GitHub73> [opal] elia deleted fixing-hash-hash at 0208fc9: http://git.io/wV1PHQ
GitHub73 has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> opal/opal#2163 (master - e0b8997 : Elia Schito): The build passed.
travis-ci has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> opal/opal#2163 (master - e0b8997 : Elia Schito): The build passed.
travis-ci has left #opal [#opal]
elia has quit [Quit: Computer has gone to sleep.]
j_mcnally has joined #opal
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
CoderPuppy has quit [Quit: No Ping reply in 180 seconds.]
cpup has joined #opal
andreanastacio has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
moon4u has joined #opal
elia has joined #opal
moon4u has quit [Ping timeout: 258 seconds]
moon4u has joined #opal
andreanastacio has joined #opal
j_mcnally has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
meh` has joined #opal
lacrosse__ has quit [Read error: Connection reset by peer]
ceej has quit [Write error: Connection reset by peer]
bcavileer_ has quit [Ping timeout: 265 seconds]
lacrosse__ has joined #opal
ceej has joined #opal
bcavileer_ has joined #opal
moon4u has quit [Ping timeout: 245 seconds]
moon4u has joined #opal
f-3r has joined #opal
moon4u has quit [Quit: Leaving]
f-3r has quit [Ping timeout: 255 seconds]
f-3r has joined #opal
e_dub has quit [Quit: ZZZzzz…]
GitHub188 has joined #opal
<GitHub188> [opal] adambeynon pushed 1 new commit to cache_store: http://git.io/xZ15kA
<GitHub188> opal/cache_store 9d960c6 Adam Beynon: Cleanup cache store, and introduce memory store for sprockets
GitHub188 has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> opal/opal#2165 (cache_store - 9d960c6 : Adam Beynon): The build passed.
travis-ci has left #opal [#opal]
f-3r has quit [Ping timeout: 258 seconds]
GitHub86 has joined #opal
<GitHub86> [opal] adambeynon pushed 1 new commit to cache_store: http://git.io/JaozDQ
GitHub86 has left #opal [#opal]
<GitHub86> opal/cache_store 29ebf40 Adam Beynon: cleanup cache store get/set
f-3r has joined #opal
travis-ci has joined #opal
<travis-ci> opal/opal#2167 (cache_store - 29ebf40 : Adam Beynon): The build passed.
travis-ci has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> opal/opal#2167 (cache_store - 29ebf40 : Adam Beynon): The build passed.
travis-ci has left #opal [#opal]
e_dub has joined #opal
f-3r has quit [Ping timeout: 264 seconds]
elia has quit [Quit: Computer has gone to sleep.]
j_mcnally has joined #opal
f-3r has joined #opal
GitHub131 has joined #opal
<GitHub131> [opal] adambeynon pushed 1 new commit to cache_store: http://git.io/az-6Xg
<GitHub131> opal/cache_store 34c1aae Adam Beynon: Assets now check their mtime to determine freshness
GitHub131 has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> opal/opal#2169 (cache_store - 34c1aae : Adam Beynon): The build was broken.
travis-ci has left #opal [#opal]
shawn42 has joined #opal
andreanastacio has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
GitHub103 has joined #opal
<GitHub103> [opal] adambeynon pushed 1 new commit to cache_store: http://git.io/mGOLsw
<GitHub103> opal/cache_store 7b5da25 Adam Beynon: Fix stat bug
GitHub103 has left #opal [#opal]
e_dub has quit [Quit: ZZZzzz…]
travis-ci has joined #opal
<travis-ci> opal/opal#2170 (cache_store - 7b5da25 : Adam Beynon): The build was fixed.
travis-ci has left #opal [#opal]
e_dub has joined #opal
<adambeynon_> elia: regarding asset caching inside builder… when working with sprockets, I think the filesystem is the best cache we can do
<adambeynon_> not sure an in-memory one will work
<adambeynon_> sprockets has an expire_index! method which resets the cache
<adambeynon_> think it might be a struggle to try and hook into that
<adambeynon_> atleast we dont have to recompile every source on page reload
<adambeynon_> just compare a cached mtime and SHA from disk
<elia> fine by me, we can always fine tune with time
<adambeynon_> exactly. sprockets 2, 3 and 4 (master) all use a very different in-memory cache, so it would require atleast 3 code paths to get working
<adambeynon_> file system seems a good start anyway
f-3r has quit [Ping timeout: 272 seconds]
<adambeynon_> elia: also, currently we dont make the “main” file in builder requirable, so that it is just a function that calls itself
<adambeynon_> would you be opposed to making it requirable
<adambeynon_> and Builder auto requiring it
<elia> +1
<elia> cache this way will always hold requireables
andreanastacio has joined #opal
e_dub has quit [Quit: It's a hard knock life]
e_dub has joined #opal
e_dub has quit [Quit: It's a hard knock life]
andreanastacio has quit [Quit: Textual IRC Client: www.textualapp.com]