Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / APrioriInvestments/typed_python issues and pull requests
#448 - fixed bug where "any" acted as "all"
Pull Request -
State: open - Opened by nmayer over 1 year ago
#447 - Move tests to dedicated directory
Pull Request -
State: open - Opened by wllgrnt almost 2 years ago
#446 - Fixing some bugs/warnings I got when setting up my own environment (Ubuntu 20.04, Python 3.8)
Pull Request -
State: open - Opened by chrisstanford almost 2 years ago
#445 - Calling ListOf(UInt8)(someByteArray) is slow
Issue -
State: open - Opened by braxtonmckee almost 2 years ago
#444 - QoL improvements to python_to_native and compiler_cache
Pull Request -
State: open - Opened by wllgrnt almost 2 years ago
#443 - Config and proof-of-concept benchmarks with airspeed
Pull Request -
State: open - Opened by wllgrnt almost 2 years ago
#442 - Add function complexities and intermediates to cache
Pull Request -
State: open - Opened by wllgrnt almost 2 years ago
#441 - Cannot import submodules within an Entrypointed function
Issue -
State: open - Opened by wllgrnt almost 2 years ago
Labels: bug
#440 - Partially load modules from compiler cache, handling possible race condition
Pull Request -
State: open - Opened by wllgrnt almost 2 years ago
#439 - There should be exactly one Type* for a given identityHash
Issue -
State: open - Opened by braxtonmckee almost 2 years ago
#438 - Prune the graph of inflight functions to not include the ones we don't need
Pull Request -
State: open - Opened by wllgrnt almost 2 years ago
#437 - Further tests for bound methods and numpy objects
Pull Request -
State: open - Opened by wllgrnt almost 2 years ago
#436 - Serializer cannot deserialize Alternatives of the same name and signature in different modules
Issue -
State: open - Opened by wllgrnt almost 2 years ago
#435 - pmap should maintain the 'compiledness' under which it was called
Issue -
State: open - Opened by braxtonmckee almost 2 years ago
#434 - Implement __delattr__ and __setattr__ for Held classes in both compiler and interpreter.
Issue -
State: open - Opened by braxtonmckee about 2 years ago
#433 - Fully-typed functions should be fast to modify and recompile
Issue -
State: open - Opened by braxtonmckee about 2 years ago
- 1 comment
Labels: feature, compiler
#432 - stringification of floats is not identical in the compiler and the interpreter
Issue -
State: open - Opened by braxtonmckee about 2 years ago
- 1 comment
Labels: bug, compiler
#431 - Fully implement ConstDict and improve API
Issue -
State: open - Opened by braxtonmckee about 2 years ago
#430 - Print statements from compiled code and interpreter can interleave.
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: bug
#429 - Simplify type conversion model
Issue -
State: open - Opened by braxtonmckee about 2 years ago
#428 - chore: remove file inadvertently committed
Pull Request -
State: open - Opened by launeh about 2 years ago
#427 - Names of method types are missing the class name
Issue -
State: open - Opened by braxtonmckee about 2 years ago
#426 - Compiler can't call *args when it doesn't know how to pull apart 'args'.
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: compiler
#425 - Get rid of 'RefTo' entirely
Issue -
State: open - Opened by braxtonmckee about 2 years ago
#424 - Clean up 'PyInstance' methods
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: Refactoring
#423 - Check that HeldClass and Dict/ConstDict semantics make sense.
Issue -
State: open - Opened by braxtonmckee about 2 years ago
#422 - type-signature functions don't understand Value correctly
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: bug
#421 - Accessing attributes of Held Class sometimes raises
Issue -
State: closed - Opened by aaronmlevy about 2 years ago
- 3 comments
#420 - SerializationContext mutates Values
Issue -
State: closed - Opened by wllgrnt about 2 years ago
- 1 comment
Labels: bug
#419 - Distinction between FunctionType closure using PyCell and TypedCell is confusing
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: compiler
#418 - Compiler doesn't allow class Member to be a specific alternative subtype
Issue -
State: open - Opened by braxtonmckee about 2 years ago
#417 - SerializationContext cannot serialize numpy ufuncs
Issue -
State: closed - Opened by wllgrnt about 2 years ago
Labels: bug
#416 - If you decorate a class __iter__ with Generator(T) you can't return to it from the interpreter.
Issue -
State: closed - Opened by braxtonmckee about 2 years ago
Labels: bug
#415 - @Function decorators don't work on closures defined in compiled code
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: compiler
#414 - Allow compiler cache to partially load modules
Pull Request -
State: closed - Opened by wllgrnt about 2 years ago
#413 - Build tooling to dump a description of code compiled from a given entrypoint
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: enhancement, compiler
#412 - Build simple profiling tooling
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: enhancement, compiler
#411 - Compiler fails to look up attributes of subclasses
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: compiler
#410 - Compiled generators can't handle non-default-initializable instances
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: compiler
#409 - Implement __copy_constructor__, __move__, and __assign__ for HeldClass
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: feature
#408 - Can't compile `Dict(type, T)`
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: bug, compiler
#407 - Improve error message when we don't match a Function's overloads
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: enhancement
#406 - TP's hash function is not the same as python's
Issue -
State: open - Opened by braxtonmckee about 2 years ago
Labels: bug
#405 - Wrap function overload + closure + input wrappers + return type in a single packet
Pull Request -
State: open - Opened by wllgrnt about 2 years ago
#404 - Equality comparison on Held class members fail on first evaluation
Issue -
State: closed - Opened by launeh about 2 years ago
- 1 comment
#403 - Add timestamp library and tests
Pull Request -
State: open - Opened by launeh about 2 years ago
#402 - Fix bug in stride for Matrix.transpose of Nx1 matrices.
Pull Request -
State: closed - Opened by aaronmlevy about 2 years ago
#401 - Remove name arg from installInflightFunctions as it's never used
Pull Request -
State: closed - Opened by wllgrnt over 2 years ago
#400 - Revert IR printing to pre-ApplyIntermediates state
Pull Request -
State: closed - Opened by wllgrnt over 2 years ago
#399 - Add readthedocs support
Pull Request -
State: open - Opened by wllgrnt over 2 years ago
- 2 comments
#398 - Add IR inspection methods
Pull Request -
State: open - Opened by wllgrnt over 2 years ago
- 1 comment
#397 - deserializePythonObjectFromName has unreachable code
Issue -
State: open - Opened by wllgrnt over 2 years ago
#396 - Add Sphinx documentation
Pull Request -
State: closed - Opened by wllgrnt over 2 years ago
#395 - Add llvmlite version pinning in requirements.txt
Pull Request -
State: closed - Opened by wllgrnt over 2 years ago
- 1 comment
#394 - fix typo in `StringType::cmpStatic`
Pull Request -
State: closed - Opened by tdp2110 over 2 years ago
#393 - Build linux wheels for typed_python
Pull Request -
State: open - Opened by changhiskhan over 2 years ago
- 5 comments
#392 - MAC installation update
Pull Request -
State: open - Opened by dkrasner over 2 years ago
#391 - ListOf lacks .remove method
Issue -
State: open - Opened by aaronmlevy about 3 years ago
#390 - ListOf/TupleOf construction from numpy works with strided arrays (fix…
Pull Request -
State: closed - Opened by guslonergan over 3 years ago
#389 - Default initialization of NamedTuple from "wrapped sub-NamedTuple"
Issue -
State: open - Opened by atzannes over 3 years ago
#388 - hashing unhashable named tuples causes system error
Issue -
State: open - Opened by guslonergan over 3 years ago
- 1 comment
#387 - ListOf() init on numpy.array loaded from scipy.io.loadmat misbehaves
Issue -
State: closed - Opened by aaronmlevy over 3 years ago
#386 - Compiler doesn't handle unresolved forwards in class method declarations correctly
Issue -
State: closed - Opened by braxtonmckee almost 4 years ago
- 1 comment
#385 - getting started with classes
Issue -
State: open - Opened by punkdit almost 4 years ago
- 7 comments
#384 - setup.py compile error
Issue -
State: open - Opened by punkdit almost 4 years ago
- 3 comments
#383 - make sure we can pip-install the top of dev
Pull Request -
State: closed - Opened by atzannes almost 4 years ago
#382 - Github CI improvements
Pull Request -
State: closed - Opened by atzannes about 4 years ago
#381 - Alex sizecustomize killer
Pull Request -
State: closed - Opened by atzannes about 4 years ago
#380 - can't return types of Functions from a TypeFunction
Issue -
State: closed - Opened by guslonergan about 4 years ago
- 1 comment
#379 - Improvements for compiled math functions to work on object arguments. Refs #364
Pull Request -
State: closed - Opened by rubidge about 4 years ago
- 2 comments
#378 - Compile str.split with an argument. Refs #377.
Pull Request -
State: closed - Opened by rubidge about 4 years ago
- 2 comments
#377 - Can't compile str.strip with an argument
Issue -
State: closed - Opened by rubidge about 4 years ago
Labels: compiler
#376 - RuntimeError: dict changed size during iteration
Issue -
State: closed - Opened by guslonergan about 4 years ago
#375 - Improvements for compiled math functions to work on object arguments. Refs #364
Pull Request -
State: closed - Opened by rubidge over 4 years ago
- 2 comments
#374 - Fixes for 'try' and 'with' compilation. Refs #359
Pull Request -
State: closed - Opened by rubidge over 4 years ago
- 2 comments
#373 - Jeff 364a
Pull Request -
State: closed - Opened by braxtonmckee over 4 years ago
- 2 comments
#372 - Subclasses of named tuples can't have methods calling other methods under entrypoint
Issue -
State: closed - Opened by guslonergan over 4 years ago
#367 - Implement full ConstDict model in compiler
Issue -
State: open - Opened by braxtonmckee over 4 years ago
- 1 comment
#364 - Builtin math functions don't seem to compile correctly on 'object'
Issue -
State: closed - Opened by braxtonmckee over 4 years ago
- 4 comments
Labels: bug, compiler
#359 - exception corruption in compiled 'with'
Issue -
State: closed - Opened by rubidge over 4 years ago
- 7 comments
#358 - compiled Class used as context manager in uncompiled code segfaults
Issue -
State: closed - Opened by rubidge over 4 years ago
Labels: compiler
#353 - Gus getitem
Pull Request -
State: closed - Opened by guslonergan over 4 years ago
- 2 comments
#347 - Can't negatively index Tuples/NamedTuples inside Entrypoint
Issue -
State: closed - Opened by guslonergan over 4 years ago
#345 - Compile list, set, and dict comprehensions. Refs #287, 342, 344.
Pull Request -
State: closed - Opened by rubidge over 4 years ago
- 2 comments
#344 - Dict missing some methods
Issue -
State: closed - Opened by rubidge over 4 years ago
#343 - Produce a useful error when we fail to deserialize a name
Pull Request -
State: closed - Opened by atzannes over 4 years ago
- 1 comment
#342 - String iteration doesn't compile.
Issue -
State: closed - Opened by rubidge over 4 years ago
#322 - ListOf(int)(x) can't handle some sliced numpy arrays x
Issue -
State: closed - Opened by guslonergan almost 5 years ago
#314 - Implement slice objects and tuple arguments in [] operators in the compiler
Issue -
State: closed - Opened by braxtonmckee almost 5 years ago
- 1 comment
Labels: compiler
#313 - Need to implement 'signature functions'
Issue -
State: closed - Opened by braxtonmckee almost 5 years ago
Labels: feature
#312 - Need a way to define 'Mixin' classes
Issue -
State: closed - Opened by braxtonmckee almost 5 years ago
Labels: feature
#294 - `super()` doesn't work correctly in methods in Class objects.
Issue -
State: closed - Opened by braxtonmckee about 5 years ago
- 1 comment
#291 - Fix our notion of 'disjointedness' for class methods.
Issue -
State: closed - Opened by braxtonmckee about 5 years ago
#287 - Allow compilation of list/set/dict comprehensions and generators.
Issue -
State: closed - Opened by braxtonmckee about 5 years ago
- 1 comment
Labels: compiler
#274 - allow getting a "PointerTo" a class, and ability to interact with the class using the pointer
Issue -
State: closed - Opened by braxtonmckee about 5 years ago
- 3 comments
#246 - make sure 'super()' works in both interpreted and compiled code
Issue -
State: closed - Opened by braxtonmckee over 5 years ago
- 1 comment
Labels: compiler
#222 - WIP: Run TravisCI tests on Python 3.6 & 3.7
Pull Request -
State: closed - Opened by atzannes over 5 years ago
- 1 comment
Labels: WIP
#221 - Some PyPi packaging scripts
Pull Request -
State: closed - Opened by atzannes over 5 years ago
- 3 comments
#156 - Make sure that conversion-to-string is correctly implement for all types in the compiler.
Issue -
State: closed - Opened by braxtonmckee over 5 years ago
Labels: enhancement, compiler
#144 - Compiler should be able to handle creation of lists, tuples, dicts, that have type structure
Issue -
State: closed - Opened by braxtonmckee over 5 years ago
- 1 comment
Labels: feature, compiler