-
Notifications
You must be signed in to change notification settings - Fork 80
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
Create Github release(s) with only stubs.min #15
Comments
To do this I would need instructions for minification. @gtalarico Could you please give me some pointers? I think I'll figure out the Dynamo stuff to install as well as Tekla. I pretty much only use ipy and Rhino/Grasshopper myself haha. |
Releases that are pinned to dll versions would be a huge improvement. I haven't been able to invest much time in this project, and don't anticipate this will change for a foreseeable future. I am also not using this tooling myself, so it's for me to justify allocating time to it. With regards to making new ones stubs, I never integrated the Calls to As of now, to complete the process you just have to manually run:
I used the word "minified" in a few places but I am not sure it's a good name.
For an example, compare: |
That's fair. I'm not sure how much I can contribute, I think you are way ahead of me. I'll try to do what I can though. These pointers together with the source should be enough to get started. Pinning to DLL: Look up current version from upgraded installation of application in question, and state which DLL version the release were made with? Have I got that right? Re minification, I was expecting a 1 line file from a complicated grunt-js setup ;). Minified works I think, can't figure out anything better to call it either.
|
A future possibility would be to release it as a python package on PyPi like Rhino-stubs. Then you just pip2 install the package and that should add it to path. Problem is limited support for that type of stubs package (e.g. issue on jedi-repo). |
Creating a GitHub release with one of the assets being a zip file with only stubs.min could be useful for users who are not familiar with Git. We could add instructions to the wiki with a link to most recent stubs.min.
If this sounds like I good idea I'd happily set it up, I'll try to do a release with newly created stubs in that case.
The text was updated successfully, but these errors were encountered: