-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Register new Julia v1.2 compatible version of TypedTables #52
Comments
Hey @andyferris , sorry for nagging you about this. I'm just in a bit of a bind with TypedTables not running on Julia 1.2, because it currently blocks Travis/Appveyor testing for several of my packages on 1.2, and blocks BAT.jl completely (BAT.jl ran on Julia 1.0 and 1.1, but 1.0.1 and 1.1.1 kinda broke it, so since the release of those it really needs 1.2-rc because that fixes Julia issue #31666). If Registrator is active on TypedTables, a commit comment |
Hi @andyferris The backtrace shows up when I kill the precompile with C-c :
|
Gentle bump @andyferris . We'd like to do a new release of BAT.jl, but it won't install without a new Julia-v1.2-compatible release of TypedTables. I'm really sorry to bother you, Andy, I can imagine that you're very busy with JuliaCon coming up ... but if you could find a moment to trigger Registrator, I'd be very grateful! |
Hmm - sorry for being unresponsive - I’m currently in the middle of a four week tour of central Australia. Not much internet and even less computers. I’ve also haven’t used Registrator yet... let’s see how I can help. |
@JuliaRegistrator register |
Registration pull request created: JuliaRegistries/General/1547 After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version. This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:
|
Ok so I installed Registrator and Tagbot. Does anyone know what happens with github releases and github docs? |
Sorry for disturbing your trip! |
Tagbot should take care of creating the GitHub release - though in this cases, I don't know what'll happen, since you created the release manually already a while back. Documenter docs generation seemed unaffected by the switch to Registrator, with my packages. |
No worries, @oschulz. Luckily you got me at a moment where I have 4G coverage, a charged phone and no children nagging me (probably the first such concurrence for a week ;) ). And yeah, unfortunately I won’t be making JuliaCon this year but if you are going - have fun! |
I can imagine, @andyferris ! :-) Have lot's of fun, down under! |
Registration of v1.2 went trough fine, thanks again! TagBot failed, the version that was registered is one commit ahead (I think) of your manual 1.2 release. @andyferris, at some point, when you have a network connection again, you may want to delete your manual release, and trigger TagBot again (see bottom of JuliaRegistries/General#1547. It's not time critical at all though, of course. It's more of a cosmetic/consistency thing, of course - I'll just leave this issue open so we won't forget. |
The current version of TypedTables in the Julia registry (v1.1.0) hangs on Julia v1.2. Could we register the current master (resp. commit 59773eb) via
@JuliaRegistrator register
?The text was updated successfully, but these errors were encountered: