-
Notifications
You must be signed in to change notification settings - Fork 79
Comparing changes
Open a pull request
base repository: dropbox/stone
base: v3.3.1
head repository: dropbox/stone
compare: v3.3.2
- 11 commits
- 54 files changed
- 9 contributors
Commits on Feb 1, 2022
-
Add --attribute-comment argument to JS and TSD clients (#268)
Add --attribute-comment field to js_client.py and tsd_client.py, like the one added to python_client.py in #262. This is a prerequisite for dropbox/dropbox-sdk-js#891 which adds scopes to the outputted clients for easier reference. Also adds appropriate testing and updates the docstring for the python_client.py, making it more succinct and aligned with the other two.
Configuration menu - View commit details
-
Copy full SHA for 9600065 - Browse repository at this point
Copy the full SHA 9600065View commit details
Commits on Mar 30, 2022
-
avoid syntax error in .d.ts when the module names end up long (#273)
It is not legal typescript to wrap a `declare module "foo/bar" {` statement - this is a SyntaxError. as such, we need to `self.emit()` this statement instead of `self.emit_wrapped_text()`.Configuration menu - View commit details
-
Copy full SHA for bdd49bc - Browse repository at this point
Copy the full SHA bdd49bcView commit details
Commits on May 18, 2023
-
Version compatible inspect handling for class parameters (#299)
* Version compatible inspect handling for class parameters `getargspec` was deprecated in Python 3.0, but finally removed in Python 3.11. For reference: Pylons/pyramid#3688 That seems like a valid amount of time. We can do our best effort and if the user is running a Python version that still has `getargspec` use that, but if they have `getfullargspec` which is available in Python 3.11, we can use that. * Update ir_generator.py include `isclass`
Configuration menu - View commit details
-
Copy full SHA for 199029a - Browse repository at this point
Copy the full SHA 199029aView commit details
Commits on Jul 19, 2023
-
Fix ci: pin linux, pin flake8, ignore type error, fix mypy (#308)
Julian Locke authoredJul 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 82ee5e3 - Browse repository at this point
Copy the full SHA 82ee5e3View commit details -
Replace uses of deprecated imp with importlib (#307)
Julian Locke authoredJul 19, 2023 1Configuration menu - View commit details
-
Copy full SHA for af56116 - Browse repository at this point
Copy the full SHA af56116View commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 02feff3 - Browse repository at this point
Copy the full SHA 02feff3View commit details
Commits on Jul 31, 2023
-
run pyupgrade and optimize imports in pycharm (#312)
Co-authored-by: Jay Palacio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7dc5d96 - Browse repository at this point
Copy the full SHA 7dc5d96View commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c9ceb7 - Browse repository at this point
Copy the full SHA 0c9ceb7View commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e242f7f - Browse repository at this point
Copy the full SHA e242f7fView commit details
Commits on Mar 27, 2024
-
Make custom annotation generation deterministic (#326)
Co-authored-by: vidit bhargava <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbc20bb - Browse repository at this point
Copy the full SHA fbc20bbView commit details -
Co-authored-by: vidit bhargava <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce43672 - Browse repository at this point
Copy the full SHA ce43672View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.3.1...v3.3.2