faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
_whitelogger has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
alexherbo2 has joined #amber
alexherbo2 has quit [Ping timeout: 246 seconds]
alexherbo2 has joined #amber
alexherbo21 has joined #amber
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo21 is now known as alexherbo2
_whitelogger has joined #amber
alexherbo2[m] has quit [Quit: killed]
alexherbo2[m] has joined #amber
<FromGitter> <maxbertinetti> Hi guys ⏎ ⏎ ```code paste, see link``` ⏎ ⏎ It’s something that can be resolved? [https://gitter.im/amberframework/amber?at=5f52341489cf2d584b991668]
<FromGitter> <maxbertinetti> (Also I think is the same version….)
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #amber
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #amber
feepbot has quit [Ping timeout: 258 seconds]
feepbot has joined #amber
alexherbo26 has joined #amber
feepbot has quit [Ping timeout: 260 seconds]
alexherbo2 has quit [Ping timeout: 264 seconds]
alexherbo26 is now known as alexherbo2
feepbot has joined #amber
feepbot has quit [Ping timeout: 256 seconds]
feepbot has joined #amber
<FromGitter> <silentworks> I'm trying to upgrade from amber 0.9.0 to 0.35 and I am being hit with errors all over, I am now getting this error which doesn't have much meaning to me right now and I can't see anything in the controllers in 0.35 that has changed this drastically. ⏎ `Error: can't infer the type of instance variable '@comment' of CommentController`
<FromGitter> <Blacksmoke16> wew, `0.9.0` to `0.35.0`
<FromGitter> <silentworks> hehe
<FromGitter> <silentworks> Yeah I haven't touched this project in a while and haven't done much with amber since
<FromGitter> <Blacksmoke16> i imagine most of the errors are going to be due to crystal changes
<FromGitter> <silentworks> So in my newly installed amber 0.35 app, I can't get it to build either because its complaining about log ^
<FromGitter> <Blacksmoke16> what crystal version are you on?
<FromGitter> <silentworks> 1) 35.1
<FromGitter> <Blacksmoke16> yea you'll need to update
<FromGitter> <Blacksmoke16> `0.35.1` is latest
<FromGitter> <Blacksmoke16> and required
<FromGitter> <silentworks> ok trying again now with that version
<FromGitter> <silentworks> If that works then it might be easier to rewrite all my code in this new project than trying to upgrade the 0.9.0 one
<FromGitter> <Blacksmoke16> whats the project?
<FromGitter> <silentworks> its a reddit clone
<FromGitter> <silentworks> just a pet project
<FromGitter> <Blacksmoke16> gotcha
<FromGitter> <silentworks> ok the build worked on the new amber project now that i upgraded to 0.35.1 of crystal
<FromGitter> <Blacksmoke16> 🎉
<FromGitter> <eliasjpr> Nice!