blaze / blaze/blaze

Issue with interactive symbols with same `name`

Open
#1,400 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
3.2k
Forks
389
PR merge metrics
No merged PRs in 30d

Description

``` python
In [47]: s0 = bz.Data(1, name='s')

In [48]: s1 = bz.Data(2, name='s')

In [49]: s0
Out[49]: 1

In [50]: s1
Out[50]: 2

In [51]: s0 + s1
Out[51]: 4
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the interactive example with two bz.Data objects sharing the name "s" and inspect the Data and expression entry points. Add a regression test for the demonstrated operation, then verify that combining the two values produces the intended result rather than treating the same name as the same symbol.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.