00:13
<
andreanastacio >
adambeynon_ I fixed the method definition and I receive this error "TypeError: undefined is not an object (evaluating 'a.baseTexture.hasLoaded')"
00:42
GitHub11 has joined #opal
00:42
<
GitHub11 >
opal/master 61a08ee Ryan Stout: fix recursive hash issues: fixes #655
00:42
GitHub11 has left #opal [#opal]
00:42
<
GitHub11 >
opal/master e0b8997 Elia Schito: Merge pull request #656 from ryanstout/fixing-hash-hash...
00:43
GitHub73 has joined #opal
00:43
GitHub73 has left #opal [#opal]
00:45
travis-ci has joined #opal
00:45
<
travis-ci >
opal/opal#2163 (master - e0b8997 : Elia Schito): The build passed.
00:45
travis-ci has left #opal [#opal]
00:46
travis-ci has joined #opal
00:46
<
travis-ci >
opal/opal#2163 (master - e0b8997 : Elia Schito): The build passed.
00:46
travis-ci has left #opal [#opal]
00:47
elia has quit [Quit: Computer has gone to sleep.]
01:21
j_mcnally has joined #opal
02:50
e_dub has quit [Read error: Connection reset by peer]
02:50
e_dub has joined #opal
05:11
CoderPuppy has quit [Quit: No Ping reply in 180 seconds.]
05:13
cpup has joined #opal
06:22
andreanastacio has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
09:28
moon4u has joined #opal
09:29
elia has joined #opal
10:49
moon4u has quit [Ping timeout: 258 seconds]
11:18
moon4u has joined #opal
11:43
andreanastacio has joined #opal
12:24
j_mcnally has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
12:41
meh` has joined #opal
13:24
lacrosse__ has quit [Read error: Connection reset by peer]
13:24
ceej has quit [Write error: Connection reset by peer]
13:25
bcavileer_ has quit [Ping timeout: 265 seconds]
13:25
lacrosse__ has joined #opal
13:27
ceej has joined #opal
13:28
bcavileer_ has joined #opal
13:33
moon4u has quit [Ping timeout: 245 seconds]
13:33
moon4u has joined #opal
13:49
f-3r has joined #opal
13:51
moon4u has quit [Quit: Leaving]
14:33
f-3r has quit [Ping timeout: 255 seconds]
15:14
f-3r has joined #opal
15:15
e_dub has quit [Quit: ZZZzzz…]
15:30
GitHub188 has joined #opal
15:30
<
GitHub188 >
opal/cache_store 9d960c6 Adam Beynon: Cleanup cache store, and introduce memory store for sprockets
15:30
GitHub188 has left #opal [#opal]
15:34
travis-ci has joined #opal
15:34
<
travis-ci >
opal/opal#2165 (cache_store - 9d960c6 : Adam Beynon): The build passed.
15:34
travis-ci has left #opal [#opal]
15:43
f-3r has quit [Ping timeout: 258 seconds]
15:57
GitHub86 has joined #opal
15:57
GitHub86 has left #opal [#opal]
15:57
<
GitHub86 >
opal/cache_store 29ebf40 Adam Beynon: cleanup cache store get/set
15:58
f-3r has joined #opal
16:03
travis-ci has joined #opal
16:03
<
travis-ci >
opal/opal#2167 (cache_store - 29ebf40 : Adam Beynon): The build passed.
16:03
travis-ci has left #opal [#opal]
16:03
travis-ci has joined #opal
16:03
<
travis-ci >
opal/opal#2167 (cache_store - 29ebf40 : Adam Beynon): The build passed.
16:03
travis-ci has left #opal [#opal]
16:31
e_dub has joined #opal
17:27
f-3r has quit [Ping timeout: 264 seconds]
17:50
elia has quit [Quit: Computer has gone to sleep.]
18:11
j_mcnally has joined #opal
18:13
f-3r has joined #opal
18:33
GitHub131 has joined #opal
18:33
<
GitHub131 >
opal/cache_store 34c1aae Adam Beynon: Assets now check their mtime to determine freshness
18:33
GitHub131 has left #opal [#opal]
18:39
travis-ci has joined #opal
18:39
<
travis-ci >
opal/opal#2169 (cache_store - 34c1aae : Adam Beynon): The build was broken.
18:39
travis-ci has left #opal [#opal]
20:01
shawn42 has joined #opal
20:52
andreanastacio has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
20:58
elia has joined #opal
21:16
elia has quit [Quit: Computer has gone to sleep.]
21:17
elia has joined #opal
21:46
GitHub103 has joined #opal
21:46
<
GitHub103 >
opal/cache_store 7b5da25 Adam Beynon: Fix stat bug
21:46
GitHub103 has left #opal [#opal]
21:51
e_dub has quit [Quit: ZZZzzz…]
21:53
travis-ci has joined #opal
21:53
<
travis-ci >
opal/opal#2170 (cache_store - 7b5da25 : Adam Beynon): The build was fixed.
21:53
travis-ci has left #opal [#opal]
22:02
e_dub has joined #opal
22:04
<
adambeynon_ >
elia: regarding asset caching inside builder… when working with sprockets, I think the filesystem is the best cache we can do
22:04
<
adambeynon_ >
not sure an in-memory one will work
22:05
<
adambeynon_ >
sprockets has an expire_index! method which resets the cache
22:05
<
adambeynon_ >
think it might be a struggle to try and hook into that
22:05
<
adambeynon_ >
atleast we dont have to recompile every source on page reload
22:06
<
adambeynon_ >
just compare a cached mtime and SHA from disk
22:06
<
elia >
fine by me, we can always fine tune with time
22:06
<
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
22:06
<
adambeynon_ >
file system seems a good start anyway
22:33
f-3r has quit [Ping timeout: 272 seconds]
22:36
<
adambeynon_ >
elia: also, currently we dont make the “main” file in builder requirable, so that it is just a function that calls itself
22:37
<
adambeynon_ >
would you be opposed to making it requirable
22:37
<
adambeynon_ >
and Builder auto requiring it
22:37
<
elia >
cache this way will always hold requireables
22:52
andreanastacio has joined #opal
22:57
e_dub has quit [Quit: It's a hard knock life]
23:06
e_dub has joined #opal
23:22
e_dub has quit [Quit: It's a hard knock life]