Skip to content

issues Search Results · repo:Khan/slicker language:Python

Filter by

0 results
 (76 ms)

0 results

inKhan/slicker (press backspace or delete to remove)

Suppose you have this file: def foo(): ... def bar(): foos = ... for foo in foos: ... and then you do slicker oldfile.foo newfile.py to move foo to newfile.py. The result is this: def bar(): ...
  • csilvers
  • 1
  • Opened 
    on Feb 11, 2019
  • #38

Sometimes you have a file you know slicker is not going to do a good job of. (For example, lib/pickle_util.py in Khan/webapp.) It would be great if you can just blacklist those -- and instead of doing ...
  • benjaminjkraft
  • Opened 
    on Nov 16, 2018
  • #36

If you try to move a single symbol whose definition contains unicode (and uses an imported name) to a file which does not already have a PEP 263 encoding comment, slicker crashes. Here s a repro: # test.py ...
  • benjaminjkraft
  • Opened 
    on Aug 30, 2018
  • #35

I often find myself doing something like slicker foo_package.bar_module.baz_long_helper_name foo_package.bar_module._baz_long_helper_name which is a pain to type out, even more so when you want to do ...
  • benjaminjkraft
  • Opened 
    on Aug 30, 2018
  • #34

I had code like this: CONST = False def foo(): Do something whenever CONST is True. I then moved both CONST and foo() to a new file via slicker.py file.CONST file.foo newfile.py and the docstring ...
  • csilvers
  • Opened 
    on Jul 13, 2018
  • #33

I had code like this: def foo(): ... self.assertEquals( some_arg=42 , query) # make sure query is preserved @testsize.small class ViewExerciseDeprecatedTest(web.testutil.webapp_testbase.Webapp2TestBase): ...
  • csilvers
  • Opened 
    on Jul 13, 2018
  • #32

A yellow rain jacket for the icon might be cool.
  • kevinbarabash
  • 2
  • Opened 
    on May 25, 2018
  • #31

Python s builtin AST doesn t really do what we want: we have to use asttokens to find the information we need, and even then it s kinda messy. Also, it means we can only parse the exact version of python ...
  • benjaminjkraft
  • 2
  • Opened 
    on May 18, 2018
  • #30

python: 2.7.13 slicker: 0.9.3 os: macOS 10.12.5 code snippet: #!/usr/bin/env python # encoding: utf-8 print( hello slicker ) def func(*args, **kwargs): pass print( this is a func \ {}\ .format(func)) ...
  • LittleKey
  • 4
  • Opened 
    on Apr 16, 2018
  • #28

This will make the problem clearer in cases like #26.
  • benjaminjkraft
  • Opened 
    on Apr 11, 2018
  • #27
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub