-
Notifications
You must be signed in to change notification settings - Fork 19
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
First steps #3
Comments
Thanks a lot for doing this! I checked my name and email. I agree that it's a good idea to link from Setfield.jl that this package is an experimental successor.
Did you need some 1.6 features? I'm just curious why you'd want to wait for 1.6 (and added compat |
We need The most critical use is |
Ah, thanks. That makes sense. We could do a hack like JuliaData/DataFrames.jl#2274 (comment) (or put it in Compat.jl) but it may not be worth doing this since 1.6 will be the next LTS. Meanwhile, I think we better send a PR to document |
I guess documenting |
Why does documenting |
Sorry, it was cryptic 😅. I meant that, since virtually nobody wants to break DataFrames.jl, |
Ah, I see. So to be maximally safe, we should just drop all requirements on Julia and do |
@tkf I am going to make this repo public on monday if there are no objections from your side. |
Sounds great! No objections. |
@tkf I would like to tag a first release (without discourse announcement yet). What do you think? |
@JuliaRegistrator register() |
Registration pull request created: JuliaRegistries/General/23028 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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
|
@JuliaRegistrator register() |
Registration pull request updated: JuliaRegistries/General/23028 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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
|
@JuliaRegistrator register() |
Registration pull request updated: JuliaRegistries/General/23028 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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
|
Hi, sorry for the long absence, and thanks so much for pushing this project forward! If you prefer announcing it on discourse, I think that's good too. But a few things on my wish list off the top of my head are:
|
You are right, the docs could use some love. And it makes a lot of sense to improve them before announcing. If you want to tackle it that's great! Feel free to replace or delete any docs I wrote. |
Here is how I think we should proceed:
The text was updated successfully, but these errors were encountered: