JuliaCon/JuliaCon.jl

Unknown JuliaCon talk type "Social hour".

Closed this issue · 4 comments

Is it a problem just now? 15:23 PM UTC

julia> JuliaCon.today()ERROR: Unknown JuliaCon talk type "Social hour".
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] talktype_from_str(str::String)
@ JuliaCon ~/.julia/packages/JuliaCon/PHJyj/src/schedule.jl:70
[3] json2df(conf::Dict{String, Any})
@ JuliaCon ~/.julia/packages/JuliaCon/PHJyj/src/schedule.jl:33
[4] macro expansion
@ ~/.julia/packages/TimerOutputs/ZQ0rt/src/TimerOutput.jl:220 [inlined]
[5] update_schedule(; verbose::Bool, notimeout::Bool)
@ JuliaCon ~/.julia/packages/JuliaCon/PHJyj/src/schedule.jl:178
[6] update_schedule
@ ~/.julia/packages/JuliaCon/PHJyj/src/schedule.jl:131 [inlined]
[7] get_conference_schedule
@ ~/.julia/packages/JuliaCon/PHJyj/src/schedule.jl:121 [inlined]
[8] _get_today_tables(; now::TimeZones.ZonedDateTime, track::Nothing, terminal_links::Bool, highlighting::Bool, text_highlighting::Bool)
@ JuliaCon ~/.julia/packages/JuliaCon/PHJyj/src/schedule.jl:249
[9] today(::Val{:terminal}; now::TimeZones.ZonedDateTime, track::Nothing, terminal_links::Bool, highlighting::Bool)
@ JuliaCon ~/.julia/packages/JuliaCon/PHJyj/src/schedule.jl:323
[10] today(; now::TimeZones.ZonedDateTime, track::Nothing, terminal_links::Bool, output::Symbol, highlighting::Bool)
@ JuliaCon ~/.julia/packages/JuliaCon/PHJyj/src/schedule.jl:319
[11] today()
@ JuliaCon ~/.julia/packages/JuliaCon/PHJyj/src/schedule.jl:319
[12] top-level scope
@ REPL[9]:1

I just found this while updating to v2021.3.0 but I'm unsure if it's related to the new release...

Not related to the new release, just never heard of that talk type. Will add it realy quick and tag a new release, gimme 10 minutes.

Alright, new version is released where this is fixed. But I also just started registering an even newer version where this won't happen anymore, even if I've forgotten more talk types, since it will just fallback to UnknownTalkType instead of erroring (JuliaRegistries/General#41710). So you might want to update later.